'
It's pretty easy to do Sirandar. There is already a command "play hits by artist <xyz>"
Edit the parameter from the first action ( MM.LoadBySQL ) in that command to look like this:
- Code: Select all
Artist Like "{1}" AND rating >= 80 order by random() limit 200
the part "order by random() limit 200" at the end is optional
edit: I will see if there is a way to honour the current MM filter as well

