why does xbmc close/hang when i assign a button in remote.xml to a shellscript
#1
i altered this file: /usr/share/xbmc/system/keymaps/remote.xml
and added a line to the glaobal section:

<four>System.Exec(sispmctl -o 2)</four>

it should run a shell command (i am on linux) but instead xbmc switches to windowed mode and is unnresponsible.
any thoughts?
Reply
#2
You should use a python script to run the system command. System.Exec and System.ExecWait will minimize XBMC.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
thank you very much
Reply

Logout Mark Read Team Forum Stats Members Help
why does xbmc close/hang when i assign a button in remote.xml to a shellscript0