From 2e556a2f2d9c25bed013a9ced1b66d69be2c70a4 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 17 Jun 2023 15:19:23 -0400 Subject: [PATCH] Updated Notify_emby (markdown) --- Notify_emby.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Notify_emby.md b/Notify_emby.md index db4c1d0..a3f341f 100644 --- a/Notify_emby.md +++ b/Notify_emby.md @@ -8,9 +8,11 @@ Valid syntaxes are as follows: * `emby://{hostname}` * `emby://{hostname}:{port}` +* `emby://{userid}:{password}@{hostname}` * `emby://{userid}:{password}@{hostname}:{port}` * `embys://{hostname}` * `embys://{hostname}:{port}` +* `embys://{userid}:{password}@{hostname}` * `embys://{userid}:{password}@{hostname}:{port}` Secure connections (via https) should be referenced using **embys://** where as insecure connections (via http) should be referenced via **emby://**. @@ -29,5 +31,5 @@ Send a Emby notification to our server listening on port 8096: ```bash # Assuming our {hostname} is emby.server.local apprise -vv -t "Test Message Title" -b "Test Message Body" \ - emby://emby.server.local + "emby://emby.server.local" ```