iOS custom command to run script
#1
Hi all,
I used to use xbmc commander to control my system but it is no longer supported.
So i was wondering how can i use custom command on official kodi remote application to lauch my script.

Previously, xbmc commander send keyboard key define like this in keyboard.xml:

<keymap>
<global>
<keyboard>
<e>RunScript(C:\Users\ME\AppData\Roaming\Kodi\userdata\Scripts\TV_UP.py)</e>
<h>RunScript(C:\Users\ME\AppData\Roaming\Kodi\userdata\Scripts\TV_DOWN.py)</h>
</keyboard>
</global>

Thanks a lot for your help.
Reply
#2
You need to send a tv channel up or down command?
Reply
#3
No the script send a message to a PLC to show/hide the tv.
Reply
#4
Ok, I asked because you can bind any kodi command to the remote control right view but in this case isn't helpful.
I'm sorry but the remote control sends only Json commands and not keyboard keys, so your goal can't be achieved.
Reply

Logout Mark Read Team Forum Stats Members Help
custom command to run script0