Kodi Community Forum

Full Version: [LIVE] autoexec.py working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

I'am trying to load a script in XBMC LIVE the same way as in XBMC LINUX but can't get it to work.

This is my autoexec.py

Code:
import os
os.system('sudo -u root sh /home/xbmc/scripts/startirexec.sh &')

It starts a bash script that starts irexec.

Why does it work in [LINUX] xbmc and not in [LIVE] xbmc?

//alvess