XBMC Receipe
- Official Website: http://kodi.tv/
- Icon Support: Yes
- Message Format: Text
- Message Limit: 250 Characters per message
Note: XMBC is a legacy product and has been replaced by [[KODI|Notify_kodi]]. However for systems that can't be updated (such as a Jail Broken Apple TV2) you can use this protocol.
Receipe
Valid receipes are as follows:
- xbmc://{hostname}
- xbmc://{hostname}:{port}
- xbmc://{userid}:{password}@{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. |
userid | No | The account login to your XBMC server. |
password | No | The password associated with your XBMC Server. |