- make real Shuffle mode (not random).
The current approach of shuffle mode in playlist is not optimal. It actually should be called Random, not shuffle.
Please, make it shuffle, as it's much more convenient.
Shuffle is different from Random as actually should do this:
- When Shuffle is activated or playlist is loaded the playlist items should be randomly reordered in memory.
- The items in playlist window should stay the same (as it it now)
- The playback and Next/Previous buttons in playlist should change active media according to shuffled (reordered) list in the memory.
Advantages of real shuffle over current Random:
1) Playback do not play the same item twice or more times before other items are played.
2) Next and Previous buttons work perfectly (currently Previous button is broken, see separate issue).