Erik Demitz-Helin

Results 7 comments of Erik Demitz-Helin

I've managed to write a few scripts that can kill Kodi and launch Limelight from within the Kodi-interface on a raspberry pi. I've tested it myself and it works on...

@beakersoft Sure, no problemo! **limelight.py** ``` import subprocess subprocess.call( "sudo sh /opt/limelight/limelight.sh &", shell=True ) ``` **limelight.sh** ``` sudo initctl stop xbmc & sudo sh /opt/limelight/stream.sh & ``` **stream.sh** ```...

Sorry I haven't been able to reply. I don't think I have the scripts left. A GFE update broke limelight for me, and I haven't really used it since. The...

I created [moonlight-osmc](https://github.com/dodslaser/moonlight-osmc) for running moonlight from Kodi on OSMC. Since moonlight has CEC support now I might put that into the .deb when I get back home. It's essentially...

@slawak Oh yeah, I remember doing that for libopus. You could probably just fork my scripts and have `install.sh` pull the libs from the raspian repo. You would also have...

@posti85 Luna works fine (last time I checked), and the interface is fine if you want to browse games like any other type of media. However, the way it interacts...

Great news. Looking forward to giving Luna another try now that it is more mature. Give me a shout if you need any help with the systemd stuff.