Rockbox Development > Feature Ideas
%wS, WPS displaying starting
spike66:
Similar to %pS, that of course allows to display images or info when a track begins, it would be useful to have a tag that would allow displaying text images etc. when the screen has just been accessed (and for a defined period of time), i.e. when entering the WPS (from the menus), entering the menus, recording screen or FM screen. I have no Rockbox technical knowledge, so I have no idea if that would be really possible, or if a "universal tag" (one that would work when entering any screen) would suffice, instead of having a specific tag for each screen.
[Saint]:
You can use the %cs tag to display images/text/viewports conditionally in this case.
This tag is conditional to the current screen, I believe it is:
--- Code: ---%?cs<MENUS|WPS|RECORDING|FMS|PLAYLIST>
--- End code ---
[St.]
spike66:
I'm aware of %?cs, but how can you achieve to display something for, say, just 10 seconds, when the WPS is displayed after leaving a menu, and then let the WPS screen behave "normally", which is pretty much what the suggestion is about
JdGordon:
nope.... this might be doable if we ever add variables to the wps syntaxt, but no we wont be adding this tag
spike66:
I got an iPod nano and I have to use a rather big font (I'm not old but my eyes don't believe that :)), so I have not that much room to place info, so what I wanted to achieve is to display something (position in playlist, clock,...) every time I interact with the device ("on hold" conditional prevents further interaction). Now that I think about it, probably the most accurate suggestion to this would have been a tag that recognizes when the clickwheel is touched, so that additionally to turning the backlight on, the wps (or any other screen) would display conditionally the desired info. Would there a be technical limitation to implement such a feature (the one presented here or the initial one), or is it that the feature isn't just interesting/useful?
(on a side note, Apple's OF has something similar, since when you have the clock displaying turned on in the title, every time the clickwheeel is touched the title changes to "now playing" in the WPS or the menu title in the menus, and after a few seconds it goes back to displaying the clock)
Navigation
[0] Message Index
[#] Next page
Go to full version