Updated Notify_xbmc (markdown)

master
lead2gold 2018-03-13 19:39:31 -04:00
parent 65fce40dc2
commit 7891ce7567
1 changed files with 2 additions and 2 deletions

@ -25,12 +25,12 @@ Valid syntaxes are as follows:
Send a XBMC notification to our server listening on port 8080: Send a XBMC notification to our server listening on port 8080:
```bash ```bash
# Assuming our {hostname} is xbmc.server.local # Assuming our {hostname} is xbmc.server.local
notify xbmc://xbmc.server.local apprise xbmc://xbmc.server.local
# You may have a password and user protecting your xbmc server; so the # You may have a password and user protecting your xbmc server; so the
# following is another way to hit your xbmc server: # following is another way to hit your xbmc server:
# Assuming our {hostname} is xbmc.server.local # Assuming our {hostname} is xbmc.server.local
# Assuming our {userid} is xbmc # Assuming our {userid} is xbmc
# Assuming our {password} is xbmc # Assuming our {password} is xbmc
xbmc://xbmc:xbmc@xbmc.server.local apprise xbmc://xbmc:xbmc@xbmc.server.local
``` ```