This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9531 - Archos - Shuffle not operating correctly.
Attached to Project:
Rockbox
Opened by Alun Thomas (tspoon) - Thursday, 06 November 2008, 22:44 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Tuesday, 07 April 2009, 18:46 GMT+2
Opened by Alun Thomas (tspoon) - Thursday, 06 November 2008, 22:44 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Tuesday, 07 April 2009, 18:46 GMT+2
|
DetailsShuffle does not work after powering down then back up, it says shuffle is on, but playback is sequential. is you toggle shuffle to off, then shuffle re-starts (from position 1 in playlist), even though it says off. if you toggle back to on, shuffle continues.
|
This task depends upon
Closed by Boris Gjenero (dreamlayers)
Tuesday, 07 April 2009, 18:46 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Commit from r19723 was reverted in r20641. A different fix is needed. Discussion about this bug now takes place in FS#9822
Tuesday, 07 April 2009, 18:46 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Commit from r19723 was reverted in r20641. A different fix is needed. Discussion about this bug now takes place in FS#9822
I cannot access 3.0 as it is not available on the archive page for archos recorder v1.
I'm not sure why.. but this should be fixed soon... hopefully...
When one starts shuffled play of a directory with "Play Selected First" set to "Yes", the selected track is the first track in a playlist. After resuming, the playlist should be identical. With this patch, the playlist is rotated. (eg. some tracks at the beginning should be at the end) That's because this patch causes the second (<index>) parameter of the "Shuffle playlist" command to be ignored. Note "playlist->first_index = atoi(str2);" in PLAYLIST_COMMAND_SHUFFLE case in playlist_resume().