This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5415 - Auto change directory, playback stops
Attached to Project:
Rockbox
Opened by Anonymous Submitter - Monday, 22 May 2006, 17:54 GMT+2
Last edited by Dave Chapman (linuxstb) - Friday, 26 May 2006, 01:09 GMT+2
Opened by Anonymous Submitter - Monday, 22 May 2006, 17:54 GMT+2
Last edited by Dave Chapman (linuxstb) - Friday, 26 May 2006, 01:09 GMT+2
|
Detailsstandard settings + "Auto-change directory = on", "Repeat = off".
(cvs 2006-05-22 06:57) http://www.rockbox.org/dist/build-iaudiox5/ says "rockbox.zip 22-May-2006 09:00" when playing the last file in a folder it jumps nicely to the first file of the next folder, but only plays like 2 min of that song then playback stops (for flac files, mp3s seems to play longer, sometimes even a few songs, but also eventually stops). to continue you can either skip to the next track or select a track from the filebrowser, but you can't skip back to the beginning of the track it stops on. to me it seems like the codec-bar in "Info->Debug (Keep Out!)->View audio thread" ends up empty to early, also the "boost ratio" falls down and ends on 0% at the same time as the codec-bar turns empty and playback stops. |
This task depends upon
Closed by Hardeep Sidhu (hardeeps)
Saturday, 03 June 2006, 19:26 GMT+2
Reason for closing: Fixed
Additional comments about closing: Thanks for the detailed steps. This is fixed in latest CVS.
Saturday, 03 June 2006, 19:26 GMT+2
Reason for closing: Fixed
Additional comments about closing: Thanks for the detailed steps. This is fixed in latest CVS.
This should be easy enough to re-create so I won't post the details of the tests: if anyone wants more info, just ask.
As well, sometimes bugs aren't intermittent, and are just regressions, which is what this case may be. Either way there isn't value in reporting a bug in a version from before the first attempt to fix it.
Anyway, from the sounds of your test though it's either the same bug, or a very similar bug, so it looks like it was reintroduced possibly. The problem was that it only filled the buffer once after directory change (or didn't refill it beyond what was already in it, I can't remember) and from the sounds of it that's what's happening now. It just sounds like it's a more limited case. Maybe it wasn't wholly fixed.
Dir 1:
1-1.flac - 32MB
1-2.flac - 16MB
Dir 2:
2-1.flac - 16MB
2-2.ogg - 4MB
2-3.ogg - 4MB
2-4.ogg - 5MB
2-5.ogg - 5MB
2-6.ogg - 5MB
The ogg files played as expected after 2-1.flac completed. Either I'm missing a step or there's something special about your files. If you have a set of files that easily reproduce this, would you be able to provide them to me? Also, please post your current config just to make sure it's not some other setting that's affecting this.