Rockbox Technical Forums

Support and General Use => Theming and Appearance Customization => Topic started by: adam917 on September 29, 2006, 06:30:16 PM

Title: (simple?) WPS help?
Post by: adam917 on September 29, 2006, 06:30:16 PM
Hi everyone. I basically want the following to show up on one of the lines of my remote's screen for iRiver H140:

PlaylistNumber. Artist - Title (TotalFileTime) [Year - Album - TrackNumber]

If Artist tag is missing, don't display 'Artist - '. If Title tag is missing, display the full file name, including extension. If Year or TrackNumber tags are missing, don't display any part of that section (including hyphen or extra space). If Album tag is missing, display current directory name. For that line, I'm currently using:

%s%pp. %?ia<%ia - >%?it<%it|%fm> (%pt) [%?iy<%iy - >%?id<%id|%d1>%?in< - #%in>]

Is everything set up right, so no 'extras' are present? When using big fonts, I usually prefer to have the least amount of lines on the remote, so that's why I put it all on one line.

Any other suggestions as to making an informative RWPS for the H140 and using big fonts, like Unifont? (I use that font because it has the largest amount of Unicode support.)

I wish to have a status line very similar to what stock Rockbox uses, but its status line's format isn't indicated anywhere. Only big change I'd probably make is just add the per cent sign right after the numeric battery percentage and maybe alternate between percentage, time remaining, & voltage. I may wish to add 'dB' after the volume number.

Thanks very much...