Req Limelight
#1
I have started using limelight on my Raspberry pi few days ago. I love it. But its realy anoying to use SSH to quit kodi and start limelight every time i wish to play.
So i tryed to do a menu that would do all this. So i started a research on how to do it.

First How to add a custom menu into skin
http://forum.kodi.tv/showthread.php?tid=221857

Easy, no problem added that part into IncludesMainMenu.xml

Code:
<item id="666">
    <label>Steam Games</label>
    <onclick>System.Exec(/home/xbian/stream.sh)</onclick>
    <icon>-</icon>
    <thumb>-</thumb>
</item>

Still Kodi isn't loading the script....
It would be great if i could just use menu customization to add limelight.
Any one tryed to do it?
Maybe it can be done by adding a program addon with python script and point the menu to this app?
Reply

Logout Mark Read Team Forum Stats Members Help
Limelight0