QotD: Why is Rhythmbox's shuffle so bloody dreadful? Playlist with over 100 songs in, played three tracks 4 times in an hour.
3
@directhex @rjek on_track_change() { if (shuffling) { pick(rand()); } else { pick(next()); } } ??
2
@dsilverstone That doesn't allow back to work. The solution is to create a randomised linked list ordering for tracks.
2


