Updated Notify_kodi (markdown)

master
Chris Caron 2023-06-17 16:46:51 -04:00
parent 7233c7fb05
commit d2eb11e7cb
1 changed files with 3 additions and 1 deletions

@ -8,9 +8,11 @@
Valid syntaxes are as follows:
* **kodi**://**{hostname}**
* **kodi**://**{hostname}**:**{port}**
* **kodi**://**{userid}**:**{password}**@**{hostname}**
* **kodi**://**{userid}**:**{password}**@**{hostname}**:**{port}**
* **kodis**://**{hostname}**
* **kodis**://**{hostname}**:**{port}**
* **kodis**://**{userid}**:**{password}**@**{hostname}**
* **kodis**://**{userid}**:**{password}**@**{hostname}**:**{port}**
Secure connections (via https) should be referenced using **kodis://** where as insecure connections (via http) should be referenced via **kodi://**.
@ -28,5 +30,5 @@ Send a Kodi notification to our server listening on port 80:
```bash
# Assuming our {hostname} is kodi.server.local
apprise -vv -t "Test Message Title" -b "Test Message Body" \
kodi://kodi.server.local
"kodi://kodi.server.local"
```