Kodi Community Forum

Full Version: add more programs submenu manually????
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i really like transperancy! option to create submenus
i want to create different submenu for my emulator collection (arcade,handhelds,console etc)
transperancy so far allow 5, so is theres a way to add more??
thanks roniie
if you have a little experience modding skins, you can add extra submenu items.
relevant file: Includes_Home.xml

the programs submenu starts at line 2946 in this file.

all you need to add is:
Code:
<item id="8150">
    <label>[i]Button-Label[/i]</label>
    <onclick>ActivateWindow(Programs,[i]FolderName[/i],return)</onclick>
</item>