This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9819 - Rapid skipping causes next track info to stop updating
Attached to Project:
Rockbox
Opened by Jonas Häggqvist (rasher) - Thursday, 22 January 2009, 22:46 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 16 December 2009, 09:56 GMT+2
Opened by Jonas Häggqvist (rasher) - Thursday, 22 January 2009, 22:46 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 16 December 2009, 09:56 GMT+2
|
DetailsThe summary pretty much says it all: My usual listening pattern is to add most or all songs on my player, and skip songs I'm not in the mood for. This occasionally results in a lot of skipping (past say, 5-10 tracks), and while I do this the next track info will stay the same, so if I have a playlist of Track1-Track20, and am listening to Track1, and start skipping, the next track will continue to be Track2. I *think* that the next track info is only updated once I stop skipping and a complete rebuffering to the new location has been done, though this is just speculation.
I'm not 100% sure this happens everytime, but I see it often with my usage pattern. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 16 December 2009, 09:56 GMT+2
Reason for closing: Out of Date
Additional comments about closing: rasher, reopen if its still happening... no repro 6 months ago is long enough
Wednesday, 16 December 2009, 09:56 GMT+2
Reason for closing: Out of Date
Additional comments about closing: rasher, reopen if its still happening... no repro 6 months ago is long enough
when a track i buffered it happens in this order:
1) id3 info
2) AA if enabled
3) audio
this happens untill it runs out of room on the buffer, then the first track off the buffer has its id3 info loaded to make sure it can be displayed.... what you are doing though is trashing the buffered info too quickly so nothing is buffered at all, and you are still skipping so you keep trashing the buffer... nothing can be done about this.
"Fixing this" would maybe mean to disallow fast skipping, and I wouldn't want that.