mirror of https://github.com/caronc/apprise
Updated Notify_kodi (markdown)
parent
7233c7fb05
commit
d2eb11e7cb
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue