Multiple sources for smart playlist doesn't work
#1
Hi. I'm trying to a create smart playlist to seperate my 3D movies from my regular movies. I have two folders for my 3d movies as follows.

F:\3D Movies
F:\3D Animated

I already added these folders as sources in the Video section and they do show up in the movie section but does not show up when creating a smart playlist.

Here is the code for the smart playlist.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>3D Movies</name>
<match>all</match>
<rule field="path" operator="contains">
<value>F:\3D Movies\</value>
</rule>
<rule field="path" operator="contains">
<value>F:\3D Animated\</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
Reply
#2
You can't match "all" since there's no movie that exists in both locations. Also, it may be better to use "starts with" for the paths.
Reply
#3
That did the job, thank you very much. Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple sources for smart playlist doesn't work0