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" ```