mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Cabbie v2: Place album above title and track on the WPS. The idea is to have the album immediately beneath any album art.
Change-Id: I8c5fe85207bb3ecfde131710170ef7a5f801f312
This commit is contained in:
parent
972c8c0ab6
commit
38a0f1a96f
26 changed files with 50 additions and 50 deletions
|
|
@ -58,18 +58,18 @@
|
|||
#
|
||||
# Track Info - Album Art
|
||||
%ax%Vl(a,70,10,-,75,-)
|
||||
%s%al%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
%s%al%?it<%it|%fn>
|
||||
%s%al%?ia<%ia|%?iA<%iA|%?d(2)<%d(2)|%(root%)>>>
|
||||
%s%al%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
|
||||
%s%al%Sx(Next Track:)
|
||||
%s%al%?It<%It|%Fn>
|
||||
#
|
||||
# Track Info - No Album Art
|
||||
%Vl(b,0,10,-,75,-)
|
||||
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
%s%ac%?it<%it|%fn>
|
||||
%s%ac%?ia<%ia|%?iA<%iA|%?d(2)<%d(2)|%(root%)>>>
|
||||
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
|
||||
%ac%Sx(Next Track:)
|
||||
%s%ac%?It<%It|%Fn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue