sand wrote: 
> Hi all, I would like to filter tracks depending on where they are stored
> on disk.
> For example, on one playlist I simply want to exclude all tracks in the
> ChildrensMusic folder and its subfolders.
> Is that possible?
> 
There are at least three ways to do it:
1. Customize SQL in the playlist to contain a directive like "and
tracks.url not like '%ChildrensMusic%'", this is only recommended if you
know SQL and it also results in that you can't change other parameters
in the playlist in a user friendly way after you have customized the SQL
yourself.

2. You can use the Multi Library plugin and define a library for the
"ChildrensMusic" folder  and another library of the "Dependent library"
type which you select to contain everything except for the first
library. After this you can in the playlist select to restrict the
playlist to the second library you created in Multi Library plugin with
the "Library" parameter.

3. You can use the Multi Library plugin and define a library for the
"ChildrensMusic" folder and then use Custom Skip plugin and create a
skip filter which skips everything in the library you created. Finally
in the SQL Playlist use the "Custom Skip filter" parameter to configure
it to use the skip filter you created in Custom Skip when the playlist
is active.

I would personally recommend the second alternative.


------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=97349

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to