INTERACT FORUM
More => Old Versions => Media Center 15 (Development Ended) => Topic started by: rossp on October 13, 2010, 05:42:57 am
-
OK here is what I want to do. Create a smartlist that lists albums that have songs in them with different genres.
I have some albums which have the genre different within the album which is wrong.
Ross
-
OK here is what I want to do. Create a smartlist that lists albums that have songs in them with different genres.
I have some albums which have the genre different within the album which is wrong.
Ross
For that I use this expression:
[Media Type]="audio" ~nodup=[album],[genre],[album artist /(auto/)] ~sort=[Album] ~dup=[album],[Album Artist],[Year] ~a ~sort=[Track #]
-
Thank You
-
This is a useful expression. But I'm finding some very random behavior with it.
The number of items matched is quite random. If I enter the expression in the search field, I get, say 16 Artists. If I hit enter in the search field to leave that box, the number of artists changes to 15. If I click "All Artists" in my Artists pane, I get 12.
Each time I use the expression, some random selection of items is returned.
And this causes some selections, or say, some artist, to return no results in the file list.
Perhaps you wanted Album Artist (auto) instead of Album Artist in the ~dup modifier?