mirror of
https://github.com/caronc/apprise.git
synced 2024-12-13 18:30:52 +01:00
Updated Notify_emby (markdown)
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"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user