|
|
|
|
|
by driverdan
4647 days ago
|
|
This exactly the result you'd expect from randomization. There will always be some sequences that are in their original order. It sounds like you want some kind of pseudo-random playlist with no artists next to each other. That is not random. |
|
What I mean to say is imagine a deck of cards, to be "shuffled".
Most players will shuffle by rearranging the cards, and you'll get the occasional adjacent cards next to each other, or you may not, it is just random all around.
In vlc, you get more of a beginner's shuffle (say, from a child). Cards are mixed, but not shuffled fully. This results in play which prefers groupings of cards (Ace of spades, 2 of spades, 3 of spades), but at a common rate. Therefore, we can say it is "sort of" shuffled.
I preformed about five tests, and found as little as ten songs will show the effect. My test was install the newest vlc (windows 7 64-bit build), add 10 songs to playlist once it opens, then hit shuffle and record how the 9 songs are shuffled (assuming you are on song 1 in the playlist).
To have comparable random data, I did "import random" in python and then random.shuffle with an array with values in the range of ten.
From this, I gathered vlc was not random "enough", which for a music library of around 10,000 (11,000 now, but 10 at the time), this became irritating enough that I view vlc more as a starter multimedia platform. Were this issue to be fixed (or even seen as an issue!), I would be quite surprised.