Kodi Community Forum

Full Version: skin.shortcuts help building seperate mainmenu?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I create and manage a mainmenu seperate to that standard main menu? https://github.com/BigNoid/script.skinsh...submenu.md

I looked at wiki and did as said, I can open a window to edit via skinsettings, but it doesnt get build into the includes files, even though it rewrites it. I have no widget or submenu options either when editer opens?
Make sure that you also add your custom group to thd build command:

using Titan as a reference:

RunScript(script.skinshortcuts,type=buildxml&mainmenuID=300&group=mainmenu|powermenu|netflixmenu)

This will build the mainmenu, powermenu and the netflixmenu


To define e.g. the netflixmenu:

RunScript(script.skinshortcuts,type=manage&group=netflixmenu)
(2017-02-07, 21:12)marcelveldt Wrote: [ -> ]Make sure that you also add your custom group to thd build command:

using Titan as a reference:

RunScript(script.skinshortcuts,type=buildxml&mainmenuID=300&group=mainmenu|powermenu|netflixmenu)

This will build the mainmenu, powermenu and the netflixmenu


To define e.g. the netflixmenu:

RunScript(script.skinshortcuts,type=manage&group=netflixmenu)

Thank you marcel, will give it a try later hopefully Big Grin