Updated Notify_emby (markdown)

master
Chris Caron 2020-08-07 14:36:10 -04:00
parent 7349b8acac
commit d5bd13f2d6
1 changed files with 6 additions and 6 deletions

@ -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://**.