mirror of https://github.com/caronc/apprise
Updated Notify_emby (markdown)
parent
7349b8acac
commit
d5bd13f2d6
|
@ -6,12 +6,12 @@
|
|||
|
||||
### Syntax
|
||||
Valid syntaxes are as follows:
|
||||
* **emby**://**{hostname}**
|
||||
* **emby**://**{hostname}**:**{port}**
|
||||
* **emby**://**{userid}**:**{password}**@**{hostname}**:**{port}**
|
||||
* **embys**://**{hostname}**
|
||||
* **embys**://**{hostname}**:**{port}**
|
||||
* **embys**://**{userid}**:**{password}**@**{hostname}**:**{port}**
|
||||
* `emby://{hostname}`
|
||||
* `emby://{hostname}:{port}`
|
||||
* `emby://{userid}:{password}@{hostname}:{port}`
|
||||
* `embys://{hostname}`
|
||||
* `embys://{hostname}:{port}`
|
||||
* `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://**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue