Changing screen navigation example?
#1
Rainbow 
Hi, can someone show me an example of how to customize the navigation? I am using Alaska skin but I don't think that matters as the XML files are standard, right?

Now navigation goes from Home -> Movies -> movie titles

But I have too many movies and would like Movies to go to movie genre instead:

Home -> Movies -> Genres

I did some research, would like to have something like:

xbmc.activatewindow(videolibrary,moviegenres)

programmed into the navigation. But how/where to do this?

Thank you!!!
Reply
#2
in Includes_Home_1.xml find:
ActivateWindow(VideoLibrary,movietitles,return)

and change it to:
ActivateWindow(VideoLibrary,moviegenres,return)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Changing screen navigation example?0