Executing commands from remote app
#1
Hi,

I am using libreelec on pi3.
Connected my marantz receiver via rs232 to send commands, and it works from command line.
How can i send commands via kodi remote app?

I tried keymaps, but its not working from json rpc.

Thanks
Reply
#2
You could make use of the system built-ins: https://kodi.wiki/view/List_of_built-in_...ilt-in.27s

and then bind a button on System.Exec()

System.Exec(exec)  Execute shell commands. The full path to the script has to be placed inside the parentheses.

So you could trigger a script from a button press.
Reply

Logout Mark Read Team Forum Stats Members Help
Executing commands from remote app0