albertz / music-player

Music player - endlessly plays your music
http://albertz.github.io/music-player/
BSD 2-Clause "Simplified" License
490 stars 58 forks source link

smart playlist conditions #33

Open christophmluscher opened 11 years ago

christophmluscher commented 11 years ago

are you planing for smart playlists? like play all from genre, etc?

albertz commented 11 years ago

The queue is already smart. It tries to select better matching songs with higher probability. See the code in queue.py.

I'm planning to extend that to be able to add some conditions or restrictions to just select music from some sub directory or other stuff.