Open directly to sub-menu?
#1
I would like to launch Kodi directly to a sub-menu item. I created a main menu item for TV Shows, but I would like to go directly to "Recent Episodes" on startup. Not sure how to do that; any help greatly appreciated. Please'n'thanks.
Reply
#2
Open your home.xml file and add after the <defaultcontrol> on a new line

<onload condition="Window.Previous(startup)">ActivateWindow(myvideolibrary,recentlyaddedepisodes)</onload>

Can be any other sub section from the list here, but this one should work for you.
http://kodi.wiki/view/Opening_Windows_and_Dialogs
Reply

Logout Mark Read Team Forum Stats Members Help
Open directly to sub-menu?0