INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: park on August 19, 2004, 08:18:22 pm

Title: Best of one artist smartlist
Post by: park on August 19, 2004, 08:18:22 pm
Hi,
I want to make an automatic "best of" smartlist that takes one artist and puts all of his/her 4 and five star songs into it. And i want it the artist to be random, so that whenever i refresh it, it give me a new artist. But i dont know how to use the limit rule to achieve this. Could anyone help?

Thanks,
Bri
Title: Re:Best of one artist smartlist
Post by: park on August 19, 2004, 09:20:40 pm
I think i got it. Sorry :)

~limit=1,-1,[Artist] [Rating]=>=4 ~sort=[random] [Media Type]=[Audio]
Title: Re:Best of one artist smartlist
Post by: Dragyn on August 19, 2004, 09:34:49 pm
very good. thanks!
Title: Re:Best of one artist smartlist
Post by: TAFKAFEX on August 20, 2004, 02:18:23 pm
Thanks for the idea. Basing on this I have a few more smartlists now.
Title: Re:Best of one artist smartlist
Post by: bjsolem on August 20, 2004, 02:20:36 pm
Thanks for this idea. Basing on this I have a few more smartlists now.

Can you share them?  You could just paste the code like park did above.
Title: Re:Best of one artist smartlist
Post by: jleerigby on August 21, 2004, 04:00:58 pm
Nice smartlist.  I really like this one. If only there were a way to restrict it to artists that have at least n tracks rated n or greater it would be even better.

Here's another one:

Quote
~sort=[Random] [Rating]=>=3 -[Decade]=[],[40s],[50s] ~limit=-1,1,[Artist] ~limit=-1,2,[Decade]

This assumes that you have a custom tag called Decade (if you haven't set one up).  It selects 10 tracks rated at least 3 - 2 from the 60's, 70's, 80's, 90's and 2000's.