Kodi Community Forum

Full Version: How smart playlist <match>one&all use together?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's confuse me that as many conditions have to make a smart playlist, <match>one or <match>all just can only select one to use,
example:
file path: A
file path: B
above are match one
movie language: Taiwan
above are match all
i need to pick up the Taiwan movies from path A and B, but whatever i select match one or match all, they all don't match my request,
i know it's impossible to make it from the XBMC function of edit smart playlist, but maybe it could be success from edit xsp file, however,
no idea to edit what's code it needed? Does someone success on it? pls share it thank you.
Make 3 playlists as explained in the wiki:

Playlist1. Match one on path.
Playlist2. Match on language.
Playlist3. Combine the two playlists using match all.
Thanks for your response.
But the method of combine code from wiki is the same as the mixed(multiple) function of smart playlist, isn't it?
and as i know, the multiple function of smart playlist cannot work on video combine, right? it just only for music
(should be). At least i have tried several times of combine two video smart playlists with multiple function on
Eden 11, they're all not working when i click it after multiple.


(2012-04-29, 07:19)jmarshall Wrote: [ -> ]Make 3 playlists as explained in the wiki:

Playlist1. Match one on path.
Playlist2. Match on language.
Playlist3. Combine the two playlists using match all.

A type="mixed" playlist is for mixing songs and music videos (two different types of content).

Combining multiple playlists of the SAME content type has always been possible.

If the content types are not the same, then no, it's not possible.
Yeap! you're right, multiple and mixed are two different function in smart playlist, i really think both of them
are the same as mixed before.
mixed is in the list of movies, tv show, episodes, music video, "mixed".
multiple is in the list of title, plot, plot outline,...."playlist"...etc.
Now, i've make what i need success, thank you very much.

(2012-04-29, 08:17)jmarshall Wrote: [ -> ]A type="mixed" playlist is for mixing songs and music videos (two different types of content).

Combining multiple playlists of the SAME content type has always been possible.

If the content types are not the same, then no, it's not possible.