Filter Out Genres?
#1
Id like to make a control that filters out a couple of genres & the movies that apply to them. ie Action & Horror

Can this be done in the skin or is it at code level??

have played around with <visibile>! & Substring. for the list info but it does freaky things.

thanks
Reply
#2
Use a smartplaylist.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Thanks JM

How do i execute a smartplaylist via a button, (just listing of the smartplaylist,not to start playing it)?
Reply
#4
Hmm, good question. I *think* you can do it via ActivateWindow(VideoLibrary,<path_to_smart_playlist>) but I'm not 100 on that.

The path would be something like: special://profile/playlists/video/<name of playlist>.xsp

Give it a whirl anyway and see where you get to. If we have to make some code modifications to get this to work correctly we will.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Can confirm

<onclick>ActivateWindow(VideoLibrary,special://xbmc/userdata/playlists/video/Test.xsp)</onclick>

Works perfectly

Thanks again JM
Reply

Logout Mark Read Team Forum Stats Members Help
Filter Out Genres?0