Tag Archives: control

Example – Control Kodi with Rns-e

Note: If you have the full AudiRns Full Beta plugin, the following functionality is already processed.
Please install the following plugin so not, of deinstalleer deze.

 

If your Rns-e is on TV / VIDEO mode (or newer versions on MEDIA) using the buttons generate Can messages.

For example, this Can message are using a Python script to convert in Kodi commands. I have chosen to JSONRPC commands. These are short commands that are sent through HTTP headers and then responds that Kodi. After on the ' Select ' button (the large rotary button) for example, I use the following code to respond: [xbmc.executeJSONRPC('{"jsonrpc":"2.0","method":"Input.Select","id":1}')]

Because this functionality actually allows a Web server to control Kodi, you need to allow this feature in Kodi. "Allow control of Kodi via HTTP" in the "Web server" menu.

800px-Settings.services.webserver

The Python script I develloped for control with Rns-e buttons:

Rnse_Control (167 downloads)

 

 
Or download the directly installable Kodi plugin:

Download now: Plugin Kodi operate with Rns-e
 

 
[whohit]Control Kodi with Rns-e[/whohit]