This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8149 - scrolling breaks conditionals
Attached to Project:
Rockbox
Opened by Magnus Lindström (mlind) - Tuesday, 13 November 2007, 16:53 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Sunday, 18 November 2007, 14:47 GMT+2
Opened by Magnus Lindström (mlind) - Tuesday, 13 November 2007, 16:53 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Sunday, 18 November 2007, 14:47 GMT+2
|
DetailsI 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 |
This task depends upon
Closed by Nicolas Pennequin (nicolas_p)
Sunday, 18 November 2007, 14:47 GMT+2
Reason for closing: Duplicate
Additional comments about closing: FS#7006
Sunday, 18 November 2007, 14:47 GMT+2
Reason for closing: Duplicate
Additional comments about closing:
FS#7006to me... I'll try to confirm before closing though.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.