mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes.
Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53b619c6e8
commit
5b0521c9aa
82 changed files with 1673 additions and 1608 deletions
|
|
@ -1,18 +1,18 @@
|
|||
%x|a|RockBoxWPSd.bmp|0|0|
|
||||
%x(a,RockBoxWPSd.bmp,0,0)
|
||||
%wd
|
||||
%ar %?mp<Stop|Play|Pause|%>%>|%<%<>
|
||||
|
||||
* %?ia<%ia|%d2>
|
||||
* %?id<%id|%d1>
|
||||
* %?in<(%in) |>%?it<%it|%fn>
|
||||
%?ig<%t8* Genre: %ig %?iy<(%iy)|%t0>|%?iy<%t8* Year: %iy|%t0>%t0>;%?ic<%t8* By: %ic|%t0>
|
||||
* %?ia<%ia|%d(2)>
|
||||
* %?id<%id|%d(1)>
|
||||
* %?in<%(%in%) |>%?it<%it|%fn>
|
||||
%?ig<%t(8)* Genre: %ig %?iy<%(%iy%)|%t(0)>|%?iy<%t(8)* Year: %iy|%t(0)>%t(0)>%;%?ic<%t(8)* By: %ic|%t(0)>
|
||||
|
||||
%ac%pr/%pt %?pp<[%pp/%pe]|>
|
||||
%pb
|
||||
%ar%fc %?fb<%?fv<%fbK VBR| %fbK >|>
|
||||
|
||||
%?Ia<* %Ia|%?D2<* %D2|>>
|
||||
%?It<* %?In<(%In) |>%It|%?Fn<* %?In<(%In) |>%Fn|>>
|
||||
%?Ia<* %Ia|%?D(2)<* %D(2)|>>
|
||||
%?It<* %?In<%(%In%) |>%It|%?Fn<* %?In<%(%In%) |>%Fn|>>
|
||||
|
||||
%al %pv %?mm<%?ps<(Shuffle)|>|%?ps<(Sfl All)|(Rpt All)>|(Rpt 1)|%?ps<(Shuffle)|(Rpt Sfl)>|(A-B Rpt)>
|
||||
%al %t15%bl (%bt)
|
||||
%al %pv %?mm<%?ps<%(Shuffle%)|>|%?ps<%(Sfl All%)|%(Rpt All%)>|%(Rpt 1%)|%?ps<%(Shuffle%)|%(Rpt Sfl%)>|%(A-B Rpt%)>
|
||||
%al %t(15)%bl %(%bt%)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue