Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8529 - Gather Runtime broken starting with r16025

Attached to Project: Rockbox
Opened by Robert Kukla (roolku) - Tuesday, 29 January 2008, 22:10 GMT+1
Last edited by Steve Bavin (pondlife) - Sunday, 09 March 2008, 19:22 GMT+1
Task Type Bugs
Category Music playback
Status Closed
Assigned To Nicolas Pennequin (nicolas_p)
Player type All players
Severity Low
Priority Normal
Reported Version current build
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

On rebuffering it only gathers runtime data (e.g. playcount) for the last track. I.e. playing an album with 10 titles where the first 6 tracks fit into the buffer it will only record the info for track 6 and not for tracks 1-5.

Noticed on the gigabeat current version and tracked back with the gigabeat sim to revision 16025 (i.e. still okay with r16024).
This task depends upon

Closed by  Steve Bavin (pondlife)
Sunday, 09 March 2008, 19:22 GMT+1
Reason for closing:  Fixed
Comment by Ben Zavala (bzavala) - Sunday, 03 February 2008, 01:59 GMT+1
Confirmed that this is also happening on iPod video.
Comment by Robert Kukla (roolku) - Tuesday, 05 February 2008, 12:37 GMT+1
Until nico_p comes back from his skiing holidays to fix it, you can revert his commit to still keep the runtime data accurate.
Comment by Nicolas Pennequin (nicolas_p) - Tuesday, 05 February 2008, 12:41 GMT+1
I'm back but still catching up. I promise to look into this ASAP.
Comment by Nicolas Pennequin (nicolas_p) - Tuesday, 05 February 2008, 13:05 GMT+1
After a bit of thinking, I'm pretty sure that the only hunk you need to apply from the patch you gave is the third one. Setting elapsed to 0 will cause the unbuffer callback not to log the tracks. I need to do some testing before I commit the fix.
Comment by Steve Bavin (pondlife) - Tuesday, 04 March 2008, 18:35 GMT+1
Is this still a problem?
Comment by Ben Zavala (bzavala) - Tuesday, 04 March 2008, 19:10 GMT+1
To me, it still happens, except that the only track that updates is the first track played. Weird.. isn't it?

I'm using r16456.

Comment by shiloh (gree665) - Wednesday, 05 March 2008, 18:14 GMT+1
Using r16524, only the last track in the playlist is added to the "recently played tracks" list.
Comment by shiloh (gree665) - Sunday, 09 March 2008, 18:14 GMT+1
Seems to work now, r16546 must have fixed it!

Loading...