Shuffling with exclusion behavior

Makaen

03-11-2006 18:08:45

So many players shuffle poorly, with just a random approach. There should be an option to shuffle so that previously played songs would be excluded. That way you wouldnt miss so many songs in a playlist because of over randomness. One way to implement this is to do this

1. Randomize the song order in the playlist, either using a temp list, number system, or whatever
2. Play them in the randomized order.

Simple, yes?

I get tired of having to use a tool to randomize my playlists. Since Vibe Streamer doesnt do playlist imports, short of a few regular expressions and a manual edit of the playlists.xml file, it is a pain.

Mak