From 7891ce7567963649b7ee896866e89cbc4bc6d325 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 13 Mar 2018 19:39:31 -0400 Subject: [PATCH] Updated Notify_xbmc (markdown) --- Notify_xbmc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_xbmc.md b/Notify_xbmc.md index 54e88fb..e3421e9 100644 --- a/Notify_xbmc.md +++ b/Notify_xbmc.md @@ -25,12 +25,12 @@ Valid syntaxes are as follows: Send a XBMC notification to our server listening on port 8080: ```bash # 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 # following is another way to hit your xbmc server: # Assuming our {hostname} is xbmc.server.local # Assuming our {userid} is xbmc # Assuming our {password} is xbmc -xbmc://xbmc:xbmc@xbmc.server.local +apprise xbmc://xbmc:xbmc@xbmc.server.local ``` \ No newline at end of file