This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7473 - Track info (tag) displayed in wps didnt match with song playing
Attached to Project:
Rockbox
Opened by Oliver (polluxx2006) - Tuesday, 24 July 2007, 16:03 GMT+2
Last edited by Steve Bavin (pondlife) - Saturday, 09 February 2008, 16:31 GMT+2
Opened by Oliver (polluxx2006) - Tuesday, 24 July 2007, 16:03 GMT+2
Last edited by Steve Bavin (pondlife) - Saturday, 09 February 2008, 16:31 GMT+2
|
Details[build r13938 - 070720]
i started to select the first track of an album to be played. so rockbox generated a playlist with the tracks of that album (standard behaviour). after some songs i put another album inbetween the current one by selecting the dir and choosing "playlist -> insert next". it played correctly in the beginning but after a few tracks it screwed the info up on the wps: a song from the recently inserted album was playing but a tag from a track of the first album was displayed :( and i did NOT turn on shuffle. and the songs are all tagged correctly. |
This task depends upon
Closed by Steve Bavin (pondlife)
Saturday, 09 February 2008, 16:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: I can't repro this any more, probably fixed by MoB. If you still see it, let us know and we'll reopen.
Saturday, 09 February 2008, 16:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: I can't repro this any more, probably fixed by MoB. If you still see it, let us know and we'll reopen.
#define MAX_TRACK 32
to:
#define MAX_TRACK 4
I've spent a bit of time looking into it, but with no luck. Hopefully the buffering rework will fix this!