This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9448 - Rewind on fade
Attached to Project:
Rockbox
Opened by Michael Chicoine (mc2739) - Friday, 03 October 2008, 22:50 GMT+2
Last edited by sideral (sideral) - Saturday, 14 May 2011, 01:03 GMT+2
Opened by Michael Chicoine (mc2739) - Friday, 03 October 2008, 22:50 GMT+2
Last edited by sideral (sideral) - Saturday, 14 May 2011, 01:03 GMT+2
|
DetailsThis patch rewinds the current title when resuming from pause if fade in/out is enabled. It is based on the headphone detection code. The rewind amount is hard coded at 2 seconds. I plan to add settings to enable/disable and adjust rewind.
|
This task depends upon
Closed by sideral (sideral)
Saturday, 14 May 2011, 01:03 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Subsumed by FS#11931 , which was committed in r29876–r29878.
Saturday, 14 May 2011, 01:03 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Subsumed by
Settings -> General Settings -> Playback Settings -> Fade on Stop
Rewind on Fade = enable/disable (default - disable)
Rewind on Fade Amount = select rewind amount in seconds (default - 2 s)
I don't think there's a need to tie the config in with fades - a single option for length of "resume rewind" should be enough (0 by default). Then you can set that when you enable fades, and reset it when you disable fades (a .cfg file makes this sort of thing easy enough).
Unfortunately, the patch does not apply any more. I've attached an adapted patch that I forward ported to a recent SVN revision.