Random playlist plays rarely random ?

For everything that's not in any way related to PureBasic. General chat etc...
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Random playlist plays rarely random ?

Post by Joris »

Hi,

(I experience this problem on my mac, but thought it wasn't better on other OS's...)

I’ve a 1700 music files (mp3) that I’d like to be played all randomly within VLC.
Now quit often I hear some numbers played again, more then 2, 3, 4 or more times,
While others in the same playing time* not even once.
(* playing time = VLC started and paused, when computer goes in sleepmode.
VLC stopped only when computer is reset, a rarely done action).

Ideal : all numbers played only once before cycling again.

Is there a way to increase (a system setting ?) this random-range-selection-function in software ?

Thanks.
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
User avatar
NicTheQuick
Addict
Addict
Posts: 1501
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Random playlist plays rarely random ?

Post by NicTheQuick »

Randomness does not mean that certain values will never repeat before every other number was put out.
There is nothing you can do on system level. Better look why VLC especially does it like this.

I found this Reddit post about shuffling in VLC: https://www.reddit.com/r/VLC/comments/n ... ot_random/
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
User avatar
NicTheQuick
Addict
Addict
Posts: 1501
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Random playlist plays rarely random ?

Post by NicTheQuick »

There seems to be an extensions that shuffles properly: https://addons.videolan.org/p/1154030/
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: Random playlist plays rarely random ?

Post by Joris »

Great help.

Thanks.
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
Nituvious
Addict
Addict
Posts: 1027
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: Random playlist plays rarely random ?

Post by Nituvious »

Have you tried adding hundreds of thousands of songs to your playlist to skew the statistics?
▓▓▓▓▓▒▒▒▒▒░░░░░
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: Random playlist plays rarely random ?

Post by tj1010 »

VLC is open source. When a track finishes it uses PNRG again to pick an index number again, and has no-memory of what it has played. It's a case of coincidence or bad PNRG algorithm.
Post Reply