This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11351 - "Next Track" is not displayed with single audio+cue files
Attached to Project:
Rockbox
Opened by Dave Cochrane (FLACtastic) - Friday, 04 June 2010, 17:24 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 06 June 2010, 08:29 GMT+2
Opened by Dave Cochrane (FLACtastic) - Friday, 04 June 2010, 17:24 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 06 June 2010, 08:29 GMT+2
|
DetailsSansa Fuze v2
daily build: r26534 When playing a single album file (e.g. FLAC or APE or WV) + CUE file, it plays fine, and it displays the current track (song) but it does not display "Next Track" - this is just blank. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 06 June 2010, 08:29 GMT+2
Reason for closing: Accepted
Additional comments about closing: in r26611. no change for the wps playlist viewer yet though
Sunday, 06 June 2010, 08:29 GMT+2
Reason for closing: Accepted
Additional comments about closing: in r26611. no change for the wps playlist viewer yet though
<technical babble>Because of the way cuesheets fiddle with the id3 info this isnt really doable. if someone were to have a look at cue_spoof_id3() specifically how it is used then this could happen. Basically for this to be done it would need get_id3_token() to do the cuesheet lookup instead of cue_spoof_id3() happening.
Once that is done then displaying the next track from the cuesheet tracks would be simple.</technobabble>
if this goes in there is a bit of work needed to make the wps playlist viewer use this also... easy though