.brum
2005-09-09, 04:11
Hello,
Does SB2/Slimserver support dynamic playlist based on song properties? With a dynamic playlist I mean that one could define a playlist not as list of songs but rather as a query that Slimserver uses to generate a playlist.
For example, a "Start-up party for an 80s evening" dynamic playlist could look something like this:
SELECT * FROM songs WHERE genre = 'Rock' OR genre = 'Hard-Rock' AND genre != 'Ballads' AND year =< '1990' AND year => '1980'.
This is of course really useful only if the files are tagged properly with perhaps several genres, comments, etc etc.
Some software player had this, perhaps MusicMatch, and it was very cool and helpful.
Regards,
.brum
Does SB2/Slimserver support dynamic playlist based on song properties? With a dynamic playlist I mean that one could define a playlist not as list of songs but rather as a query that Slimserver uses to generate a playlist.
For example, a "Start-up party for an 80s evening" dynamic playlist could look something like this:
SELECT * FROM songs WHERE genre = 'Rock' OR genre = 'Hard-Rock' AND genre != 'Ballads' AND year =< '1990' AND year => '1980'.
This is of course really useful only if the files are tagged properly with perhaps several genres, comments, etc etc.
Some software player had this, perhaps MusicMatch, and it was very cool and helpful.
Regards,
.brum