Win How to group media by folder?
#1
Question 
I have two folders:

C:\Movies
C:\Cartoons

How may I create two playlists for these two folders? I've tried to match items where "Virtual folder" is "Movies". But didn't seem to work.

Thank you!

Michael
Reply
#2
Probably something like this.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Movies</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>C:\Movies\</value>
    </rule>
    <order direction="ascending">sorttitle</order>
</smartplaylist>
Learning Linux the hard way !!
Reply
#3
I believe what you would be looking for instead of virtual folder, set the rules to "Path" and "Contains" then choose the folder.
Reply
#4
Keeping kids out of one side, while letting them have access to cartoons, might be better accomplished with separate profiles.
Reply

Logout Mark Read Team Forum Stats Members Help
How to group media by folder?0