- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8149 - scrolling breaks conditionals
I have conditionals to show TAG info on PLAY, and FILE info on PAUSE.
But the scrolling tag breaks the conditional.
This works (simplified for clarity):
%?mp<|%ac%ia|%al/%d2||>
But this does not:
%s%?mp<|%ac%ia|%al/%d2||>
It keeps the TAG info on PAUSE,
unless I skip song during PAUSE - gives me FILE info
THEN if I press PLAY the FILE info stays until I skip.
Asked on the forum almost a year ago but never wrote a report until now.
http://forums.rockbox.org/index.php?topic=2484.msg16960#msg16960
Tried today with r15604-071112
iRiver H120
2007-11-18 13:47
Reason for closing: Duplicate
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
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 looks like a duplicate of
FS#7006to me… I’ll try to confirm before closing though.Yes, definitely is a dupe of
FS#7006. The problem is that dynamic tags aren’t compatible with scrolling lines. You have to choose, or use two identical sublines to force a refresh every now and then.