Reply To: Smart Playlists – Shuffling and Limit

#4946
fizze
Participant

wow, sounds promising.

but, the smart playlists too are always based upon songs /tracks, right ?

What about a feature like “random album” ?
basically, instead of a
SELECT ID FROM SONGS WHERE blabla
wouldnt it be nice to be able to do a

SELECT ID FROM SONGS WHERE blabla GROUP BY ALBUM;

of course, that would be 2 query modes, and the SB would have to honor the different grouping. Maybe it can group the stuff itself, I donno…?