FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Smart Playlists – Shuffling and Limit › Reply To: Smart Playlists – Shuffling and Limit
14/06/2006 at 10:47 AM
#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…?