Running scipt from maim menu.
#1
I have modified my menu so that 'Programs' is replaced by 'Digital TV' this works fine.

I'd like the menu button to invoke a python script for mythtv (script already exists and runs from the nornal scripts menu.

Changing the menu button was pretty easy (edited home.xml in project mayhem III/pal 16 x 9/)

Can't figure out the correct (syntax) modification to the menu to run the script, not sure which .py file is the executable
Reply
#2
probably default.py, try something like this:
<onclick>XBMC.RunScript(Q:\scripts\name of script\default.py)</onclick>
Reply

Logout Mark Read Team Forum Stats Members Help
Running scipt from maim menu.0