This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10856 - Skip to previous track inconsistent when using cuesheet
Attached to Project:
Rockbox
Opened by Michael Chicoine (mc2739) - Tuesday, 15 December 2009, 15:11 GMT+2
Last edited by Michael Chicoine (mc2739) - Wednesday, 06 January 2010, 15:56 GMT+2
Opened by Michael Chicoine (mc2739) - Tuesday, 15 December 2009, 15:11 GMT+2
Last edited by Michael Chicoine (mc2739) - Wednesday, 06 January 2010, 15:56 GMT+2
|
DetailsSkipping to the previous track without cuesheet support enabled works as follows:
If track elapsed time is less than 3 seconds, skip to previous track If track elapsed time is 3 seconds or more, skip to the start of current track Skipping to the previous track with cuesheet support enabled currently works as follows: If first segment elapsed time is less than 3 seconds, skip to previous track If first segment elapsed time is 3 seconds or more, skip to the start of first segment In any other segment after the first, skip to the start of the previous segment This patch makes skip previous consistent on a track with cuesheet support. If skip previous is pressed in any segment before 3 seconds have elapsed, skip to the previous segment (or previous track if in the first segment). If skip previous is pressed in any segment with 3 or more seconds elapsed, skip to the start of the current segment. |
This task depends upon
Closed by Michael Chicoine (mc2739)
Wednesday, 06 January 2010, 15:56 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r24191
Wednesday, 06 January 2010, 15:56 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r24191
1. moved DEFAULT_SKIP_TRESH to gui/wps.h
2. added #include "gui/wps.h" in cuesheet.c