diff options
author | Michael Hohmuth <sideral@rockbox.org> | 2011-02-08 20:31:27 +0000 |
---|---|---|
committer | Michael Hohmuth <sideral@rockbox.org> | 2011-02-08 20:31:27 +0000 |
commit | 4844142e161f24102bbe45f1f6207f3468649e78 (patch) | |
tree | adca9668af5d87840362d46d33b0f47b6565f6fc /docs | |
parent | f0ce1886814d597b5bbe58fe36556356d42b7db6 (diff) |
Do not update resume information and do not log statistics when a
track is interrupted within the first 15 seconds.
Regard a rewind to 0:00 as a track restart (updating resume position /
playback statistics before the rewind and starting the 15 s delay).
This allows skipping forward across an unplayed track without changing
its resume offset. Also, it is possible to skip backward to the
previous track after rewinding to the current track to 0:00 (pressing
Left twice) without losing the current track's resume position.
Initially contributed by Dave Slusher
Caveats:
* Works only for SWCODEC
* Skipping forward without altering the resume position does not work
when skip to outro has been turned on.
* The 15-second window in which the resume offset will not be updated
should start at the initial resume position, not at 0:00. This
would allow skipping over partially played tracks without altering
the resume position.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29250 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CREDITS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 9bbfc70d9b..88b2948ee6 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -584,6 +584,7 @@ Ante Maretic Benjamin Brown Uwe Wiebach Mikhail Titov +Dave Slusher The libmad team The wavpack team |