- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System Another
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11351 - "Next Track" is not displayed with single audio+cue files
Sansa 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.
Closed by jdgordon
2010-06-06 06:29
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2010-06-06 06:29
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
in r26611. no change for the wps
playlist viewer yet though
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
This is more of a feature request than a bug.
<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>
test this patch :) will display the “next track” info from the cuesheets or the real next track if we are in the last cuesheet track
if this goes in there is a bit of work needed to make the wps playlist viewer use this also… easy though
better version to make the playlist viewer easier to fix