Updated Notify_emby (markdown)

Chris Caron 2023-06-17 15:19:23 -04:00
parent 3b6aabd019
commit 2e556a2f2d

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