-
-
Notifications
You must be signed in to change notification settings - Fork 422
Notify_xbmc
lead2gold edited this page Jan 28, 2018
·
8 revisions
- 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. However for systems that can't be updated (such as a Jail Broken Apple TV2) you can use this protocol.
Valid syntaxes are as follows:
- xbmc://{hostname}
- xbmc://{hostname}:{port}
- xbmc://{userid}:{password}@{hostname}:{port}
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. |
userid | No | The account login to your XBMC server. |
password | No | The password associated with your XBMC Server. |
Send a XBMC notification to our server listening on port 8080:
# Assuming our {hostname} is xbmc.server.local
notify 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