XBMC.RunScript - Working ?
#1
Just wondering if XBMC.RunScript is currently intended to work from a skin (in this case an onclick event) ?

Tried to run a python script in my home directory - test.py , with the following path combos as I'm unsure of how the filesystem is represented to XBMC

/home/dave/test.py
/test.py
Q:\test.py
test.py

Also tried from the scripts directory

Q:\Scripts\test.py
/test.py
test.py

Understand it may not yet implemented of course, though if it is and I'm doing something wrong that would be cool to know !
Reply
#2
Nevermind, stuffed up. Think i put quotes around the script and looks like it doesn't need them.

XBMC.RunScript(q:\scripts\test.py) worked..
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC.RunScript - Working ?0