Kodi Community Forum
OS X 2 Movie Feeds - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: OS X 2 Movie Feeds (/showthread.php?tid=134576)



2 Movie Feeds - AltecDK - 2012-06-23

Hello All,

In XBMC is it possible to have 2 Movie tabs on the Main Menu?
I would like a "Eng Movies' and a 'DK Movies' tab to be viewable.

Is this possible?

Thanks


RE: 2 Movie Feeds - jmarshall - 2012-06-23

If you're using a Frodo Alpha, then the entire library structure is specifiable - i.e. you can add smartplaylists anywhere. Further, the links on the home screen are just of the form ActivateWindow(Videos,<library_path>) so you can modify the skin to call into the appropriate bit in the hierarchy. The latter can be done in Eden as well, though not quite as easily (the URL to the smartplaylist is required).