- Status Closed
- Percent Complete
- Task Type Bugs
- Category Music playback
- Assigned To No-one
- Operating System All players
- Severity High
- Priority Very Low
- Reported Version
- Due in Version Version 3.0
-
Due Date
Undecided
- Votes
- Private
FS#5341 - Resume playback does not resume where it was left off
Resume playback on WAV or FLAC tracks does not start from the position of the track where it was left off. It starts from the beginning of the track.
Closed by learman
2006-06-04 15:06
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2006-06-04 15:06
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Fixed the resume bug.
The seek bug is handled by bug
5305 .
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Are you sure this happens on WAVs?
Also, do your FLACs have properly built seektables?
Yes, I tried several WAV files and none of them resume where I stopped.
I created seekpoints manually using metaflac.exe and still the same problem as WAV files. With FLAC I can’t even Fast forward beyond 4 min, it starts from the beginning.
end of the last line in my previous comment should read “With FLAC I can’t even Fast forward beyond 4:20 min, it jumps to the next track.”
Confirmed. There’s no code to handle resume for FLAC and WAV. Shouldn’t be too hard to add, I think…
That fast forward issue is a different bug though. I think it happens when you try to seek past what is buffered, so depending on the bitrate, the exact point that causes problems varies with the track.