Linux [HELP] Script does not work as plugin
#1
Hi there everyone!

I've written a simple plugin for XBMC that runs a bash script I've written.
When i run it via python /path/to/addon/addon.py it works flawless.
When i run it through XBMC, nothing happens.
I've already added a notification dialog to check if xbmc actually calls the python script, but the notification shows up so the problem must be somewhere else.
Contents of addon.py:
Code:
import os
os.system('bash /home/xbian/pyload.sh')

Hope you guys can help me!
Cheers
Reply

Logout Mark Read Team Forum Stats Members Help
[HELP] Script does not work as plugin0