summaryrefslogtreecommitdiff
path: root/wps/cabbiev2.128x64x1.wps
diff options
context:
space:
mode:
Diffstat (limited to 'wps/cabbiev2.128x64x1.wps')
-rw-r--r--wps/cabbiev2.128x64x1.wps79
1 files changed, 50 insertions, 29 deletions
diff --git a/wps/cabbiev2.128x64x1.wps b/wps/cabbiev2.128x64x1.wps
index 2461e48dd6..71c80aa728 100644
--- a/wps/cabbiev2.128x64x1.wps
+++ b/wps/cabbiev2.128x64x1.wps
@@ -1,41 +1,62 @@
1# cabbie 2.0 default rwps for Iriver Players by Johannes Voggenthaler (Zinc Alloy) 1# cabbie 2.0 default rwps for Iriver Players by Johannes Voggenthaler (Zinc Alloy)
2# derived from cabbie 2.0 default rwps (C) 2007, Marc Guay 2# derived from cabbie 2.0 default rwps (C) 2007, Marc Guay
3 3#
4# Disable Status Bar
4%wd 5%wd
5 6#
6# progressbar viewport 7# Preload Images
7%V(0,0,128,6,1) 8%xl(A,lock-128x64x1.bmp,0,0,2)
9%xl(B,battery-128x64x1.bmp,0,0,9)
10%xl(C,volume-128x64x1.bmp,0,0,9)
11%xl(D,shuffle-128x64x1.bmp,0,1)
12%xl(E,repeat-128x64x1.bmp,0,0,4)
13%xl(F,playmode-128x64x1.bmp,0,0,5)
8%x(a,pbbackground-128x64x1.bmp,1,0) 14%x(a,pbbackground-128x64x1.bmp,1,0)
9%pb(2,1,124,4,pb-128x64x1.bmp) 15%xl(b,bar-128x64x1.bmp,2,0)
10 16#
17# Progress Bar
18%V(0,0,128,6,1)
19#%xd(a)
20%pb(2,1,123,4,pb-128x64x1.bmp)
21#
22# Separator Bar
23%V(2,52,124,1,1)
24%xd(b)
25#
26# Hold
27%V(3,56,20,8,1)
28%?mh<%xd(Aa)|%xd(Ab)>
29#
30# Battery
31%V(25,56,23,8,1)
32%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)>>
33#
34# Volume
35%V(48,56,21,8,1)
36%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)>
37#
38# Shuffle
39%V(69,56,26,8,1)
40%?ps<%xd(D)>
41#
42# Repeat
43%V(95,56,20,8,1)
44%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
45#
46# Playmode
47%V(115,56,13,8,1)
48%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
49#
50# Time Elapsed/Remaining
11%V(0,8,128,8,1) 51%V(0,8,128,8,1)
12%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pc 52%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pc
13 53#
14# tag info viewport 54# Current Track Info
15%V(0,16,128,24,1) 55%V(0,16,128,24,1)
16%ac%s%?it<%it|%fn> 56%ac%s%?it<%it|%fn>
17%ac%s%?ia<%ia|%?d(2)<%d(2)|%(root%)>> 57%ac%s%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
18%ac%s%?id<%id|%?d(1)<%d(1)|%(root%)>> 58%ac%s%?id<%id|%?d(1)<%d(1)|%(root%)>>
19 59#
20# next file viewport 60# Next Track Info
21%V(0,42,128,8,1) 61%V(0,42,128,8,1)
22%ac%s%Sx(Next:) %?It<%It|%Fn> 62%ac%s%Sx(Next:) %?It<%It|%Fn>
23
24# playtime info and status bar
25
26%V(2,52,124,12,1)
27%x(b,bar-128x64x1.bmp,2,0)
28%xl(A,lock-128x64x1.bmp,1,4,2)
29%xl(B,battery-128x64x1.bmp,23,4,9)
30%xl(C,volume-128x64x1.bmp,46,4,9)
31%xl(D,shuffle-128x64x1.bmp,67,5)
32%xl(E,repeat-128x64x1.bmp,93,4,4)
33%xl(F,playmode-128x64x1.bmp,113,4,5)
34
35# status bar
36%?mh<%xd(Aa)|%xd(Ab)>
37%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)>>
38%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)>
39%?ps<%xd(D)>
40%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
41%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>