• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

The hell? I thought foobar's shuffle was better than winamp's?

Imported

Lifer
.. I keep hearing the same song every other song which sucks when you're playing an hour long game of Fifa and have it in the background.. blah, back to Winamp. 🙁
 
I always wondered, how hard is it to do a shuffle function? doesnt seem very hard at all....at least not nearly as complex as other aspects of the program...
 
Originally posted by: Elemental007
I always wondered, how hard is it to do a shuffle function? doesnt seem very hard at all....at least not nearly as complex as other aspects of the program...

When your random numbers are based on the time, and you select 100 random numbers within 1/10 of a second of each other, you see how they might not be entirely random?
 
Originally posted by: Imported
.. I keep hearing the same song every other song which sucks when you're playing an hour long game of Fifa and have it in the background.. blah, back to Winamp. 🙁
That does require less effort than reporting the problem to the author. Of course it means you'll never get your perfect shuffle, too bad.

 
I'm sure you could seed it another way.
Or rewrite the algorithm such that it didnt compute the seed for every song at once
 
Originally posted by: Imported
.. I keep hearing the same song every other song which sucks when you're playing an hour long game of Fifa and have it in the background.. blah, back to Winamp. 🙁

how many songs did you load? did you set it to repeat?

there was a minor bug in a version, where every 4 song would play the 2 song it played previously.
 
Originally posted by: Sid59
Originally posted by: Imported
.. I keep hearing the same song every other song which sucks when you're playing an hour long game of Fifa and have it in the background.. blah, back to Winamp. 🙁

how many songs did you load? did you set it to repeat?

there was a minor bug in a version, where every 4 song would play the 2 song it played previously.

It's not at repeat. I have about 2300 songs loaded.
 
beta versions are being worked on right now, available through the IRC channel. Gotta be patient. I think it's a great program being at 0.43
 
why the hell does the shuffle always suck so much??

after moving to QCD player I haven't had any problems with shuffle.. seems to work pretty good. (the entire reason I switched players)
 
Originally posted by: notfred
Originally posted by: Elemental007
I always wondered, how hard is it to do a shuffle function? doesnt seem very hard at all....at least not nearly as complex as other aspects of the program...

When your random numbers are based on the time, and you select 100 random numbers within 1/10 of a second of each other, you see how they might not be entirely random?

Only the initial seed for the random number generator should be based on time. Subsequent calls to the random number generator should not be dependent on time.

It's not as straightforward as it appears. What if the user moves some song around while the player is playing? Do you recalulate the random list? What if on the new list the next song happens to be the last song he just heard? It would make it seem like your shuffle is poorly implemented. I think at initial glance, the problem seems really easy, but I suspect that there are many subtle nuances that would affect the perception of the shuffle performance.
 
Originally posted by: notfred
Originally posted by: Elemental007
I always wondered, how hard is it to do a shuffle function? doesnt seem very hard at all....at least not nearly as complex as other aspects of the program...

When your random numbers are based on the time, and you select 100 random numbers within 1/10 of a second of each other, you see how they might not be entirely random?

er... I thought the "time" variable was run through an algorithm so even though the "times" picked may be within milliseconds of each other the random number outputed would be totally different. Probably varies depending on the compilier used, but yeah, in essence it is random.
 
Originally posted by: ElFenix
winamp's shuffle doesn't repeat, gotta give it that.

Winamp's shuffle is simply awful.

I always keep Winamp in shuffle and I loaded a big playlist (about 23,000 songs) and the first and the third song were exactly the same (meaning location, file, song, etc)
rolleye.gif


What are the chances of that? I tried doing the calculations and I came up with the chances were basically 0. I had 4 people in my dorm when it happened, they couldnt stop laughing😱
 
Back
Top