Kodi Community Forum
Jumping to a specifc genre - 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)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: MediaStream (https://forum.kodi.tv/forumdisplay.php?fid=69)
+----- Thread: Jumping to a specifc genre (/showthread.php?tid=38532)



Jumping to a specifc genre - vajonam - 2008-10-07

I would to modify the movies sub menu to include Thriller or Action instead of displaying a list of "By Genres" etc.. and having to navigate thru it find the genre i want.

Currently have I have created smartplaylists called

"Thiller.xsp" and that will display only movies that match the Thriller Genre. This sill requires me to jump the playlists screen, is there any way to do this directly

Also what are the options for the 2nd parameter in the ActivateWindow, i happend to find playlists by luck,

<onclick>XBMC.ActivateWindow(MyVideoLibrary,playlists,return)</onclick>

Thanks


- skunkm0nkee - 2008-10-07

One way could be to create a favourite for that playlist and then check in your favouries.xml to see what the ActivateWindow call would be?


Can i jump directly to a playlsit - vajonam - 2008-10-07

Can i jump directly to a play list?

like ActivateWidow("P:\video\foo.xsp");

?


Got it! - vajonam - 2008-10-07

ActivateWindow(10025,videodb://1/1/1/)

That will open a window the fist Genre in the list

thanks