Kodi Community Forum
Change the default action on home screen - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Change the default action on home screen (/showthread.php?tid=125146)



Change the default action on home screen - VanillaXtract - 2012-03-09

Currently when I click on movies it takes me to an alphabetical list of all my movies. Is there a way to change this so when I click on it it takes me to the list of genres instead?


- mad-max - 2012-03-09

Yes, it's possible...
What skin are you using?


- VanillaXtract - 2012-03-09

Metropolis


- mad-max - 2012-03-10

Check includes_home1.xml and see the list for main menu at line 260...
There you need to change the onclick to
<onclick>ActivateWindow(Videos,MovieGenres,return)</onclick>

mad-max


- VanillaXtract - 2012-03-10

Great! Thanks mad-max.