INTERACT FORUM
More => Old Versions => Media Center 15 (Development Ended) => Topic started by: mikebinz on April 28, 2011, 12:18:19 pm
-
~dup=[name] works fine (http://wiki.jriver.com/index.php/Smartlist_and_Search_-_Rules_and_Modifiers)
[isequal([filename,E:,7)]=1 works fine (http://wiki.jriver.com/index.php/Media_Center_expression_language)
Both work fine individually, but I want to combine them to get the intersection of these two groups (ie AND the two conditions)
~dup=[name] and [isequal([filename,E:,7)]=1 etc don't work
-
Anything that starts with a tilde is a post-processor.
That means it's run _after_ evaluating all the other rules.
If you put the two rules in their own smartlists and make a third smartlist that includes the first two smartlists, you might be able to get around the post-processor issue.