Support and General Use > Theming and Appearance Customization
WPS broken after rockbox update - code help?
(1/1)
derekvan:
Hi,
I recently updated rockbox after about a year with the same build. Everything works great, but now my WPS won't display. The theme still works, with the correct backdrop at the menu, and correct font. Would someone be willing to check out my WPS code and see if there's been some change I'm not seeing on the CustomWPS page? Thanks!
--- Code: ---# somewhat derived from cabbie (C) Yohann Misquitta
# License: GNU GPL v2 or later.
%wd
%X|ymbg.bmp|0|0|
%P|pgbar.bmp|
%xl|p|play.bmp|0|170|
%xl|q|pause.bmp|0|170|
%xl|f|ff.bmp|0|170|
%xl|r|rew.bmp|0|170|
%xl|t|stop.bmp|0|170|
%xl|b|shuf.bmp|166|71|
%xl|A|vol00.bmp|176|275|
%xl|B|vol01.bmp|176|275|
%xl|C|vol02.bmp|176|275|
%xl|D|vol03.bmp|176|275|
%xl|E|vol04.bmp|176|275|
%xl|F|vol05.bmp|176|275|
%xl|G|vol06.bmp|176|275|
%xl|H|vol07.bmp|176|275|
%xl|I|vol08.bmp|176|275|
%xl|J|vol09.bmp|176|275|
%xl|K|vol10.bmp|176|275|
%xl|Z|batt10.bmp|2|293|
%xl|Y|batt09.bmp|2|293|
%xl|X|batt08.bmp|2|293|
%xl|W|batt07.bmp|2|293|
%xl|V|batt06.bmp|2|293|
%xl|T|batt05.bmp|2|293|
%xl|S|batt04.bmp|2|293|
%xl|R|batt03.bmp|2|293|
%xl|Q|batt02.bmp|2|293|
%xl|P|batt01.bmp|2|293|
%xl|O|batt00.bmp|2|293|
%xl|j|battch.bmp|2|293|
%xl|i|battpl.bmp|2|293|
%xl|z|rpt.bmp|176|71|
%xl|y|rpt1.bmp|140|71|
%xl|x|rshuf.bmp|106|72|
%xl|w|rptab.bmp|140|71|
#NowPlaying
%s%m|10|%ac%ia
%s%m|10|%ac%id
%s%m|10|%ac%in. %it
%pb|12|5|235|
%ig
%pc %| %pt
%al%?ps<%xdb> %fc %| %fb %| %rr
#Upcoming
%s%m|10|%ac%Ia
%s%m|10|%ac%Id
%s%m|10|%ac%In. %It
%ac%cl:%cM
%?ps<%xdb>
%?mp<%xdq|%xdp|%xdq|%xdf|%xdr>
%?mm<|%xdz|%xdy|%xdx|%xdw>
%?pv<|%xdA|%xdB|%xdC|%xdD|%xdE|%xdF|%xdG|%xdH|%xdI|%xdJ|%xdK>
%?bp<%?bc<%xdj|%xdi>|%?bl<%xdO|%xdP|%xdQ|%xdR|%xdS|%xdT|%xdV|%xdW|%xdX|%xdY|%xdZ>>
--- End code ---
Chronon:
You need to fix the playback tags and scrolling margins (%P, %pb, %m). There's a list of the current syntax at the CustomWPS page on the wiki.
derekvan:
that did it, thanks! Just needed to know what tags to fix.
Navigation
[0] Message Index
Go to full version