More > JRiver Media Center 23 for Windows
Expression help - Grouping to "all" and "selected works"
(1/1)
lepa:
I'm trying to make expression field which would make two groups for artist:
first group would hold all the songs for the artist in question and
second group would show only best songs (based on amg picks for example)
I can make expression which groups to "best songs" and "the rest" but is it possible to somehow extend that "the rest" group to also include "best songs"?
--- Code: ---If(IsEqual([AMG Track Pick,2],1),Best Songs, The Rest)
--- End code ---
blgentry:
Sure. You want a Search List, not an Expression. Make a Search List category. Then add two searches to it: All, and Best. All will have no criteria in the search. It will just show all files. Best will use your field above with a value of 1.
I just tried it with Rating as my criteria; rating of 5 is "best". I got two groups, All, and Best. All shows all, Best shows only 5 star songs.
Good luck!
Brian.
lepa:
Of course! I was probably too tired yesterday and therefore jammed myself to expression solution... Thanks Brian!
Navigation
[0] Message Index
Go to full version