Jumping to a specifc genre
#1
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
Reply
#2
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?
Reply
#3
Can i jump directly to a play list?

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

?
Reply
#4
ActivateWindow(10025,videodb://1/1/1/)

That will open a window the fist Genre in the list

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Jumping to a specifc genre0