Skip to main content

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

VariableRequiredDescription
hostnameYesThe server XBMC is listening on.
portNoThe port XBMC is listening on. By default the port is 8080.
useridNoThe account login to your XBMC server.
passwordNoThe password associated with your XBMC Server.