Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: [OptimalInfo] Theme: Toshiba Gigabeat F/X/S, Sansa Fuze+, Samsung YP-R0

Re: [OptimalInfo] Theme: Toshiba Gigabeat F/X/S, Sansa Fuze+, Samsung YP-R0

From: Daniel Weck <daniel.weck_at_gmail.com>
Date: Thu, 31 May 2012 16:11:39 +0100

It's funny you ask :) I actually removed this feature from my initial "design drafts", because that's the kind of extraneous information I wanted to get rid of (just a personal preference).

You can easily re-introduce this feature by opening the file ./rockbox/wps/OptimalInfo.wps (with your favourite text editor), scroll down to line number 111, where you can remove the "#" character just before "%Vs". See the following snippet (the information displayed is a long scrolling line):

-------
# Centred scrolling line displaying information about the next track (duration, title, album, artist, full path)
#%Vs(clear)%s%ac%Sx(Next:) %Sx(Title)=%?It<%It|%Sx(Title) %(?%)> %Sx(Album)=%?Id<%Id|%Sx(Album) %(?%)> %Sx(Artist)=%?Ia<%Ia|%Sx(Artist) %(?%)> %(%Fp%)
-------

Then, because of limited vertical screen space, you have to decide whether you want to switch to a smaller font by replacing "35-Nimbus.fnt" in the code snippet below (line 16 of ./rockbox/wps/OptimalInfo.wps):

-------
# Default font (pixel-perfect vertical screen alignment!)
%Fl(2,35-Nimbus.fnt,256)
-------

...or you can sacrifice one line of information in favour of the "next track" info. To achieve this, simply choose one of the two lines starting with "%Vs" above line number 111 (full path, or audio codec details), and add a "#" character at the beginning of the line to make it into a comment.

There are other, more sophisticated solutions (such as alternating text lines, separate alternating screens), but this theme is really about minimising the amount of displayed information at any one time, to improve legibility. I find this very useful when doing sports, or when driving (no need to squint my eyes just to figure out how to use a music player).

Cheers, Dan


On 31 May 2012, at 15:49, Ed Nickl wrote:
> In order to not post in the wrong spot, I deleted all text...
> Does your theme support "Next Song"? I like that feature in a while playing screen a lot, and have added it to some in the past. I rarely use my Gigabeat, but when I do, I like the next track feature.


-------------------------------------------------------------------
Unsubscribe: http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox
FAQ: http://www.rockbox.org/twiki/bin/view/Main/GeneralFAQ
Etiquette: http://www.rockbox.org/mail/etiquette.html
Received on 2012-05-31

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy