Playlist that excludes movies in movie sets?
#1
Sad 
Kinda a funny one, but I have a separate list for movies that are in sets...now I'm trying to create a list with the rest of the movies.

Does anyone know how to exclude movies contained in sets from a list?
Reply
#2
Easy...

xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>No Sets</name>
<match>all</match>
<rule field="set" operator="doesnotcontain">
<value>Collection</value>
</rule>
<order direction="ascending">lastplayed</order>
</smartplaylist>
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2020-10-15, 09:25)Karellen Wrote: Easy...

xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>No Sets</name>
<match>all</match>
<rule field="set" operator="doesnotcontain">
<value>Collection</value>
</rule>
<order direction="ascending">lastplayed</order>
</smartplaylist>
Maybe for you easy. ;-) Thanks so much! This was the final smartlist to complete my collection.
Reply

Logout Mark Read Team Forum Stats Members Help
Playlist that excludes movies in movie sets?0