From 6da6fb9e4f0c4f65b6312bfaa81e74df86957dcd Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 1 Jul 2023 17:19:52 -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 7e875ee..992ff08 100644 --- a/Notify_xbmc.md +++ b/Notify_xbmc.md @@ -26,7 +26,7 @@ Send a XBMC notification to our server listening on port 8080: ```bash # Assuming our {hostname} is xbmc.server.local apprise -vv -t "Test Message Title" -b "Test Message Body" \ - xbmc://xbmc.server.local + "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: @@ -34,5 +34,5 @@ apprise -vv -t "Test Message Title" -b "Test Message Body" \ # Assuming our {userid} is xbmc # Assuming our {password} is xbmc apprise -vv -t "Test Message Title" -b "Test Message Body" \ - xbmc://xbmc:xbmc@xbmc.server.local + "xbmc://xbmc:xbmc@xbmc.server.local" ``` \ No newline at end of file