From c0c706118b7974f68ddf2866c329b80199a8dacb Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:50:42 -0400 Subject: [PATCH] Updated Notify_kodi (markdown) --- Notify_kodi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_kodi.md b/Notify_kodi.md index 44a3ade..e28265f 100644 --- a/Notify_kodi.md +++ b/Notify_kodi.md @@ -27,5 +27,6 @@ Secure connections (via https) should be referenced using **kodis://** where as Send a Kodi notification to our server listening on port 80: ```bash # Assuming our {hostname} is kodi.server.local -apprise kodi://kodi.server.local +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + kodi://kodi.server.local ```