From d1d1364079c3fea6ce383c7caf780834b7c3a2bb Mon Sep 17 00:00:00 2001 From: lead2gold Date: Wed, 29 Nov 2017 20:31:45 -0500 Subject: [PATCH] Created Notify_xbmc (markdown) --- Notify_xbmc.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Notify_xbmc.md diff --git a/Notify_xbmc.md b/Notify_xbmc.md new file mode 100644 index 0000000..14a52c9 --- /dev/null +++ b/Notify_xbmc.md @@ -0,0 +1,26 @@ +## XBMC Notifications +* **Source**: http://kodi.tv/ +* **Icon Support**: No +* **Message Format**: Text +* **Message Limit**: 250 Characters per message + +**Note:** XMBC is a legacy product and has been replaced by [[KODI|Notify_kody]]. However for systems that can't be updated (such as a Jail Broken Apple TV2) you can use this protocol. + +### Syntax +Valid syntaxes are as follows: +* **xbmc**:://**{hostname}** +* **xbmc**:://**{hostname}**:**{port}** + + +### Parameter Breakdown +| Variable | Required | Description +| ----------- | -------- | ----------- +| hostname | Yes | The server XBMC is listening on. +| port | No | The port XBMC is listening on. By default the port is **8080**. + +#### Example +Send a XBMC notification to our server listening on port 8080: +```bash +# Assuming our {hostname} is xbmc.server.local +notify xbmc://xbmc.server.local +``` \ No newline at end of file