INTERACT FORUM
More => Old Versions => JRiver Media Center 18 for Windows => Topic started 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?
-
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.
-
Doh! :-\ I had set the sort there but didn't think to look at the other modification rules for a solution. Thanks. :D