INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: GaryWW on March 10, 2013, 12:02:14 pm

Title: Need help with an Expression
Post by: GaryWW on March 10, 2013, 12:02:14 pm
I would like to create a Theatre View menu item that lists all of the songs in the library that are duplicated. I though something like

If(IsEqual(ListCount([Name]),1,5), Duplicated, Not Duplicated)

would work but I only get Not Duplicated (that includes duplicated songs). Any ideas?
Title: Re: Need help with an Expression
Post by: MrC on March 10, 2013, 01:02:20 pm
You would want to use one of the Search modifiers.  Create your Theater View that shows the content the way you want.  Then, modify its Set rules for file display and set the Modifier: Only duplicates of: and configure the fields you want to match for duplicates, such as Name.
Title: Re: Need help with an Expression
Post by: GaryWW on March 10, 2013, 05:15:18 pm
Doh!  :-\ I had set the sort there but didn't think to look at the other modification rules for a solution. Thanks.  :D