![]() |
|
Run script from new Main Menu Item - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Aeon Nox (/forumdisplay.php?fid=142) +---- Thread: Run script from new Main Menu Item (/showthread.php?tid=128620) Pages: 1 2 |
Run script from new Main Menu Item - puulima - 2012-04-12 06:56 Posted the thread below in the Windows forum - but thinking it should belong here as the more I read, the more I believe I need to customize the Main Menu in AEON NOX. I don't use all Menu Items so is it possible to hijack one of the items I don't use - change the label and what it does when selected - or easier to ADD a new item and new actions? Here's the original thread I posted: Add a menu item to run a script? Thanks! RE: Run script from new Main Menu Item - phil65 - 2012-04-12 07:12 in aeon nox 3.0: main menu customizer in options --> choose custom menu item --> set custom as type there --> click on set item --> type RunScript(whateveryouwant) --> done not tried it yet, but should work. possible way for 2.0. add the script as an advancedlauncher item, add that to favourites (don´t know if you can add adv launcher items to favs) and then add that to home menu. RE: Run script from new Main Menu Item - puulima - 2012-04-12 18:00 (2012-04-12 07:12)phil65 Wrote: in aeon nox 3.0: I have 2.0. I already tried using Advanced Launcher & Launcher - but it looks like it only wants to grab .exe files - not .py scripts? I was able to use Advance Launcher to run an AutoHoteKey script I compiled - and then set it as a Fave and then add that to the Main menu - that aspect works fine - except the .py script handles what I want to do much cleaner. Any other ideas - I know this can likely be done by modifying the home menu xml files - just not sure of all the details... RE: Run script from new Main Menu Item - phil65 - 2012-04-12 18:30 3.0 is wip, you could test it, but it isn´t finished. you´ll have to wait a bit. advancedlauncher can launch anything you want. you´d have to use python [PathToPythonScript] then. RE: Run script from new Main Menu Item - puulima - 2012-04-12 18:41 Already downloaded and installed and testing. Tried your 3.0 suggestion above - but maybe I'm missing something? Nothing happens when I select it form the menu. See the scerencap.. ![]() Can you explain "pathtopythonscript" RE: Run script from new Main Menu Item - puulima - 2012-04-12 18:52 Also - seem to be missing a bunch of SKIN settings options? Where did the options to customize backgrounds go...and my backgrounds are animated now...can't find where to shut that off...I only have 3 options on the Skin menu (General, Home Window and View Types) - used to have a lot more with 2.0? RE: Run script from new Main Menu Item - phil65 - 2012-04-12 19:02 option for animate is missing yet, all other options are in one big customizer. about the Runscript(): perhaps path in ""? didn´t try that yet, could take a a look if i find some time. and yes, it seems as if aeon 2.0 did have much more options. that´s wrong. they´re only better placed now. EDIT: XBMC.RunScript(special://skin/scripts/yourscript.py) should work, place the script in SKINFOLDER/scripts/ for that. RE: Run script from new Main Menu Item - puulima - 2012-04-12 19:08 Tried putting the quotes on the path - no luck... - ok - just saw you edited your posting so will go try that. Also: So the background is animated by default? Can I edit that setting manually...I like the changes (so far) and will continue to test - but would like to be able to customize the backgrounds and stop them from moving around Q: "better placed" - I can't find the options for the background customization? Where are the other previous options placed now? I thought I poked everywhere...Not sure if a bug? But noticed when I turn (back) on my animated Weather icons...the icons go away. Thx RE: Run script from new Main Menu Item - phil65 - 2012-04-12 19:11 as is said, option is not integrated yet. we shifted all options and things are still wip. you could edit the setting in guisettings.xml manually if you want or rollback to an older version change it there, and return to 3.0 RE: Run script from new Main Menu Item - puulima - 2012-04-12 19:17 (2012-04-12 19:02)phil65 Wrote: XBMC.RunScript(special://skin/scripts/yourscript.py) should work, place the script in SKINFOLDER/scripts/ for that. ok, I'm confused... does SKINFOLDER refer to the "BigNoid-Aeon-Nox-859d869" folder in the addons folder? - and if so, I would need to create the "scripts" folder there? |