This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9456 - Remove Repeat:Shuffle option and always reshuffle when Shuffle:Yes and Repeat:All
Attached to Project:
Rockbox
Opened by William Poetra Yoga Hadisoeseno (wpyh) - Sunday, 05 October 2008, 06:28 GMT+2
Opened by William Poetra Yoga Hadisoeseno (wpyh) - Sunday, 05 October 2008, 06:28 GMT+2
|
DetailsThis patch removes the Repeat:Shuffle setting, and always reshuffles the playlist when Shuffle is set to yes and Repeat is set to All.
The rationale behind this is that a user would rarely want to shuffle the playlist the first time only and always repeat the same sequence afterwards. Rather, one would either play the playlist in order and repeat in the same order, or shuffle the playlist first and always reshuffle. Setting combinations affected: - Shuffle:Yes && Repeat:All before: shuffle the playlist but repeats the same sequence after: shuffle the playlist and reshuffles when the end is reached - Shuffle:Yes && Repeat:Shuffle before: shuffle the playlist and reshuffles when the end is reached after: this combination is replaced by Shuffle:Yes && Repeat:All - Shuffle:No && Repeat:Shuffle before: reshuffle when the end is reached after: rarely used combination, not available anymore All other combinations are not affected. The patch contains some comment fixes and some code simplification as well. We also have to handle a special case in the patch. |
This task depends upon
jdgordon: Sorry for not updating the status. The patch compiles cleanly on my side. Could you please try the new patch? If it still fails to compile, please post the target you are building for and the error message here.