Skip to main content

KODI Receipe

  • Official Website: http://kodi.tv/
  • Icon Support: No
  • Message Format: Text
  • Message Limit: 250 Characters per message

Receipe

Valid receipes are as follows:

  • kodi://{hostname}
  • kodi://{hostname}:{port}
  • kodi://{userid}:{password}@{hostname}:{port}
  • kodis://{hostname}
  • kodis://{hostname}:{port}
  • 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://.

Parameter Breakdown

VariableRequiredDescription
hostnameYesThe server Kodi is listening on.
portNoThe port Kodi is listening on. By default the port is 80 for kodi:// and 443 for all kodis:// references.
useridNoThe account login to your KODI server.
passwordNoThe password associated with your KODI Server.