I have a good view of my library with any artist that has at least one 4.0 rated album (Album Rating is a custom field I created).
I want to create a view that lists all artists with at least 2 albums. I found this thread which showed how to use groupcount() to display number of albums for an artist:
https://yabb.jriver.com/interact/index.php/topic,105600.msg734679.html#msg734679But I want to filter the same way. I tried this as my Smartlist Rules Data but I don't think I quite understand how to do a "calculated" field:
[(groupcount(album)]=>2 ~expand="Album Artist" ~sort=[Year - Album]-d
And variations of that:
[=groupcount(Album)>2] ~expand="Album Artist" ~sort=[Year - Album]-d
[=groupcount(Album)]>2 ~expand="Album Artist" ~sort=[Year - Album]-d
Can't quite figure out the syntax here...
Thanks for any ideas...