From d2eb11e7cbfd1b8dc555af9de186fc2bbda9c571 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 17 Jun 2023 16:46:51 -0400 Subject: [PATCH] Updated Notify_kodi (markdown) --- Notify_kodi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Notify_kodi.md b/Notify_kodi.md index e28265f..115668a 100644 --- a/Notify_kodi.md +++ b/Notify_kodi.md @@ -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" ```