| # Cabbie v2.0 |
| # (C) 2007-2012 The Authors (see /rockbox/wps/AUTHORS) |
| # Derived from "cabbie" (C) Yohann Misquitta |
| # |
| # TODO: |
| # * images for battery, hold button |
| %wd |
| %X(wpsbackdrop-480x800x16.bmp) |
| |
| #%xl(A,lock-240x320x16.bmp,11,0,2) |
| #%xl(B,battery-240x320x16.bmp,46,0,10) |
| %xl(C,volume-480x800x16.bmp,145,125,10) |
| %xl(D,shuffle-480x800x16.bmp,240,133) |
| %xl(E,repeat-480x800x16.bmp,343,121,4) |
| %xl(F,playmode-480x800x16.bmp,403,119,5) |
| %xl(G,popup-480x800x16.bmp,0,0) |
| %xl(H,rew-480x800x16.bmp,0,5) |
| %xl(I,ff-480x800x16.bmp,70,5) |
| %xl(vol,volumebar-480x800x16.bmp,0,0) |
| %xl(volbd,volumebar-backdrop-480x800x16.bmp,0,0) |
| |
| %Cl(0,0,275,275,c,c) |
| %?C<%Vd(c)|%Vd(a)> |
| %?vg(show_vol)<%?C<%Vd(d)|%Vd(b)>|%Vd(t)|%Vd(vol)> |
| |
| # track & next track info - no AA |
| %Vl(a,0,102,-,180,-) |
| # tap on current title info for playlist (ie. where albumart would normally be) |
| %T(0,0,275,275,playlist) |
| |
| %s%ac%?it<%it|%fn> |
| %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> |
| %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> |
| %ac%?iy<%iy|> |
| %Vl(b,0,400,-,180,-) |
| %ac%?ig<%ig|> |
| %ac%?fv<%(vbr%) |>%fb kbit/s %fc |
| %s%ac%?Ia<%Ia|%?D(2)<%D(2)|%(root%)>> |
| %ac%Sx(Next Track:) |
| %ac%s%?It<%It|%Fn> |
| # |
| # album art viewport |
| # |
| %Vl(c,102,75,275,275,-) |
| # tap on the cover art for playlist |
| %T(0,0,275,275,playlist) |
| %Cd |
| |
| # current track info - AA |
| %Vl(d,0,370,-,-200,-) |
| %s%ac%?it<%it|%fn> |
| %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> |
| %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> |
| |
| # next track info - AA |
| %Vl(d,0,550,-,-200,-) |
| %?C<%s%ac%Sx(Next:) %?Ia<%Ia|%?D(2)<%D(2)|%(root%)>> - %?It<%It|%Fn>|%s%ac%?Id<%Id|%?D(1)<%D(1)|%(root%)>>> |
| |
| # playtime |
| %V(20,660,440,36,-) |
| %pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr |
| |
| # progressbar and bottom icons |
| %V(0,600,-,-,-) |
| %pb(25,11,430,-,pb-480x800x16.bmp) |
| %T(25,0,430,50,progressbar) |
| |
| #%?mh<%xd(Aa)|%xd(Ab)> |
| #%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> |
| # volume |
| %?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> |
| %T(small_vol,145,125,88,60,none) |
| # |
| # shuffle |
| %?ps<%xd(D)> |
| %T(237,130,100,50,shuffle) |
| # |
| # repeat |
| %xd(E, %mm, -1) |
| %T(340,121,50,70,repmode) |
| # |
| # playmode |
| %?Tp<%?mp<%xd(F, 1)|%xd(F, 3)|%xd(F, 2)|%xd(F, 4)|%xd(F, 5)||||>|%xd(F, %mp)> |
| %T(400,119,70,75,play) |
| %T(400,119,70,75,stop, repeat_press) |
| |
| # |
| # volume slider |
| # |
| %Vl(vol,14,375,452,205,-) |
| %pv(0,0,452,205,image,vol,backdrop,volbd) |
| %T(0,0,452,205,volume) |
| |
| # |
| # popup osd menu |
| # |
| %Vl(t,14,375,452,205,-) |
| %xd(G) |
| %T(26,26,160,148,browse) |
| %T(186,26,144,148,quickscreen) |
| %T(304,26,123,148,contextmenu) |
| |
| # |
| # ff/rewind button |
| # |
| %V(0,720,150,75,-) |
| %xd(H)%xd(I) |
| %T(0,0,70,75,rwd, repeat_press) |
| %T(0,0,70,75,prev) |
| %T(70,0,70,75,ffwd, repeat_press) |
| %T(70,0,70,75,next) |
| |
| # needs to be at the end since touch regions need to be declared |
| # before %Tl can be used |
| %?Tl(small_vol,2.0)<%vs(show_vol,set,3)|%?mv(2.0)<%vs(show_vol,set,3)|%?Tl<%vs(show_vol,set,2)|%vs(show_vol,set,1)>>> |