Double press [Home] or [pause ] to display Track titles. Press [submenu] to display full album art while in WPS.
Beer Box is a retro theme that animates the hassle of programming music before digital media and MTV(we only had 3 TV stations). Because of the hassle, the work load was shared and programming music was a daily social event where people meet to jam to spinning disk. These vinyl disc where big and fragile and many studious collectors opted to use a beer box to store and transport their collection.

To play a random track, back in the day, first you had to fan thru the box of album. Albums could be recognize by the top few inches of the album cover. Then, the disc was removed from the album cover and sleeve. The album cover displayed by leaning against the front of beer box while the album was being played.
The Album Box (theme) background is a beer box in front a poster of the Earth above the Moon's surface courtesy of Apollo 8/
www.nasahistory.com and a corner of another poster. (i'm using a budweiser box image, Ferrah Fawcett poster(just legs) and a easy rider poster witch can not be distribute).
recommended setting:
General Setting->Display settings: Backlight minimum 20sec and Caption Backlight ->yes (to see next track to be played screen)
WPS display cycle:
Skip track screen

Track title screen

Album in beer box

Album out of beer box (full AA)

Album in beer box

Background screen

Next track screen

Other screens:
EQ Dump in Shortcut menu

To access the theme's EQ dump a file or folder must be "Add to Shortcut Menu". Then the Shortcut Menu can be access thru main menu. Or a long [home] press can access Shortcut Menu if setting is configured Use Shortcuts Menu Instead of Quick Screen.
Playlist screen displays last selected playlist name (or 'Dynamic') and track title count:
Programmable Battery Level Icon
was created to hide icon until the battery needed charging.
When I'm playing poker I need the icon to display below 50%. For casual use 33%.
This code can be modified and is located near the beginning of the FMS and WPS file.

(it's been moved to the top of the screen)
beer_box_**.wps and beer_box_**.fms code:
### Configure Service Battery Light use x=on o=off
%?bl<|%Vd(x)|%Vd(x)|%Vd(o)|%Vd(o)|%Vd(o)|%Vd(o)|%Vd(x)>
# <|0 16%|17 33%|34 49%|50 66%|67 83%|84 99%|100% >
Full Album Track Title and Progress Bar (hackable option)
is coded but is disable by "#". To enable remove the "#"

beer_box_**.wps
#### Full Album Art display Track title and progress bar (optional)
#%Vl(g,3,86,90,8,0)%t(14);%ac%s%t(1000)%?it<%it|%fn>
#%Vl(g,0,82,96,2,-)%t(14);%t(1000)%pb(0,0,96,2,p)
Background modifcation:
To modify the "Beer Box" background, it's a bit tricky. The theme does not support the standard background image that is found in \background folder. Box.bmp can be found in .rockbox\wps\beer_box_**\ folder. If you need to display the box.bmp, press [pause] and press [home] and [select] together (keylock).
(%VB was used to render the box.bmp into the background page. This way the box.bmp is only displayed in the WPS <play> screen. )
