INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: AndromAK on October 12, 2006, 05:25:31 am
-
Hi all.
I am trying to make a smartlist that can filter files that are rated, but that are not in any playlist (I mean static playlists, not smartlists).
I searched but didn't find a way to do that...
I found that there is a playlistid field, but expressions like [playlistid]==0 don't work...
Is there someone who know how to do?
Thank you very much...
-
start with:
[media type]=audio -r=[]
then click on the little wizard arrow and choose playlist. in the dialogue that shows, tick all your static playlists, then, near the bottom, change 'include' to 'exclude' then click OK.
The list will now have all rated files that are not in any of the playlists you specified. If you add a new playlist, you will need to update the smartlist rule manually. I tested by selecting a playlist group, and while that does select all child playlists, it does not auto-select new additions.
-
Thank you very much for your quick answer - It works