INTERACT FORUM
More => Old Versions => Media Center 13 (Development Ended) => Topic started by: datdude on February 20, 2009, 12:15:00 am
-
I would like to limit a smartlist to only have 2 songs per artist per year.
The reason being if I just limit just based on artist then filter by year, some years have no songs in them because the artists are all being used in other years.
If this is not possible, then my only alternative would be to create a view purely based on searches having to create an individual search for each year limiting the artist which would be EXTREMELY tedious since I have over 70 years of music. I also want to do this for Styles and Moods.
-
This appears to work:
[Media Type]="audio" ~limit=-1,2,[year],[album artist (auto)]
did you try that already?
-marko
-
That appears to work, sweet! You da man.
But there appears to be a few discrepancies, like it shows Jimi Hendrix 3 times in a mood list (semicolon delimited field).
-
Can you chain them ?
Make one smartlist that does only 2 tracks per artist and another calling the first to give only two per year.