Here's another one of my themes needing updating threads. Alotta great themes out there, congrats to all our artists. Well, here's an example of what I'm talking about:
The wps for Nudel Green 5gAA reads as this:
# "Nudel Green 5GAA" ROCKbox theme for iPod 5G/Video
# Version 1.1, 19th March 2006, Leo Davidson (www.PretentiousName.com)
# Uses Album Art Patch: http://www.rockbox.org/bugs/task/3045
#
%X|bg.bmp|
%P|pb.bmp|
%xl|a|lstop.bmp|16|164|
%xl|b|lplay.bmp|16|164|
%xl|c|lpause.bmp|16|164|
%xl|d|lfwd.bmp|16|164|
%xl|e|lrwd.bmp|16|164|
%xl|f|v0.bmp|306|221|
%xl|g|v1.bmp|306|221|
%xl|h|v2.bmp|306|221|
%xl|i|v3.bmp|306|221|
%xl|j|v4.bmp|306|221|
%xl|k|v5.bmp|306|221|
%xl|l|v6.bmp|306|221|
%xl|m|v7.bmp|306|221|
%xl|n|v8.bmp|306|221|
%xl|o|v9.bmp|306|221|
%xl|p|vA.bmp|306|221|
%xl|q|b000.bmp|0|221|
%xl|r|b025.bmp|0|221|
%xl|s|b050.bmp|0|221|
%xl|t|b075.bmp|0|221|
%xl|u|b100.bmp|0|221|
%xl|v|h0.bmp|302|25|
%xl|w|h1.bmp|302|25|
%xl|x|rnone.bmp|291|163|
%xl|y|rall.bmp|291|163|
%xl|z|rone.bmp|291|163|
%xl|A|rrand.bmp|291|163|
%xl|B|s0.bmp|292|184|
%xl|C|s1.bmp|292|184|
%xl|D|bc0.bmp|147|221|
%xl|E|bc1.bmp|147|221|
%xl|F|bp0.bmp|161|221|
%xl|G|bp1.bmp|161|221|
%wd
%C|16|40|100|100|
Now Playing%ar%cH:Mc
%?mp<%xda|%xdb|%xdc|%xdd|%xde>%?mm<%xdx|%xdy|%xdz|%xdA>%?mh<%xdw|%xdv>%?ps<%xdC|%xdB>
%ia
%id %?iy<(%iy)>
%?it<%it|%fn>
%pp of %pe
%?It
%pb|21|42|278|
%pc%ar-%pr
%ac%fc %fbkbps
%?bl<%xdq|%xdr|%xds|%xdt|%xdu>%?pv<%xdf|%xdg|%xdh|%xdi|%xdj|%xdk|%xdl|%xdm|%xdn|%xdo|%xdp>
%?bc<%xdE%bl%%|%xdD%bt>%?bp<%xdG|%xdF>%ar%pvdb
Which displays the location info for the album art on the screen and throws the formating off and doesn't actually show the art. I figured since bmp resizing is up and running again I'd tweak it just a bit so it'd work as:
# "Nudel Green 5GAA" ROCKbox theme for iPod 5G/Video
# Version 1.1, 19th March 2006, Leo Davidson (www.PretentiousName.com)
# Uses Album Art Patch: http://www.rockbox.org/bugs/task/3045
#
%X|bg.bmp|
%P|pb.bmp|
%xl|a|lstop.bmp|16|164|
%xl|b|lplay.bmp|16|164|
%xl|c|lpause.bmp|16|164|
%xl|d|lfwd.bmp|16|164|
%xl|e|lrwd.bmp|16|164|
%xl|f|v0.bmp|306|221|
%xl|g|v1.bmp|306|221|
%xl|h|v2.bmp|306|221|
%xl|i|v3.bmp|306|221|
%xl|j|v4.bmp|306|221|
%xl|k|v5.bmp|306|221|
%xl|l|v6.bmp|306|221|
%xl|m|v7.bmp|306|221|
%xl|n|v8.bmp|306|221|
%xl|o|v9.bmp|306|221|
%xl|p|vA.bmp|306|221|
%xl|q|b000.bmp|0|221|
%xl|r|b025.bmp|0|221|
%xl|s|b050.bmp|0|221|
%xl|t|b075.bmp|0|221|
%xl|u|b100.bmp|0|221|
%xl|v|h0.bmp|302|25|
%xl|w|h1.bmp|302|25|
%xl|x|rnone.bmp|291|163|
%xl|y|rall.bmp|291|163|
%xl|z|rone.bmp|291|163|
%xl|A|rrand.bmp|291|163|
%xl|B|s0.bmp|292|184|
%xl|C|s1.bmp|292|184|
%xl|D|bc0.bmp|147|221|
%xl|E|bc1.bmp|147|221|
%xl|F|bp0.bmp|161|221|
%xl|G|bp1.bmp|161|221|
%wd
Now Playing%ar%cH:Mc
%?mp<%xda|%xdb|%xdc|%xdd|%xde>%?mm<%xdx|%xdy|%xdz|%xdA>%?mh<%xdw|%xdv>%?ps<%xdC|%xdB>
%ia
%id %?iy<(%iy)>
%?it<%it|%fn>
%pp of %pe
%?It
%pb|21|42|278|
%pc%ar-%pr
%ac%fc %fbkbps
%?bl<%xdq|%xdr|%xds|%xdt|%xdu>%?pv<%xdf|%xdg|%xdh|%xdi|%xdj|%xdk|%xdl|%xdm|%xdn|%xdo|%xdp>
%?bc<%xdE%bl%%|%xdD%bt>%?bp<%xdG|%xdF>%ar%pvdb
%Cl|16|40|s100|s100|
%C
Sorry for the excessive length of this post, but I thought I should give a complete example of something I've seen quite a bit of on the wps5g page.