Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. # Enable statusbar
  2. %we
  3.  
  4. # Preload fonts
  5. %Fl(2,11-Nimbus.fnt)
  6. %Fl(3,08-Namil-dfkt.fnt)
  7. %Fl(4,12-Nimbus.fnt)
  8.  
  9. # Backdrop
  10. %V(0,0,-,-,-)
  11. %x(back,backdrop.bmp,0,0)
  12.  
  13. # Preload images
  14. %xl(p,progressbar.bmp,0,0)
  15. %xl(q,progressbar-bg.bmp,0,0)
  16.  
  17. # Album Art/Info Viewport Conditional
  18. %?C<%Vd(a)|%Vd(b)>
  19.  
  20. # Album Art
  21. %ax%Vl(a,0,14,67,67,-)
  22. %Cl(0,0,67,67,c,c)
  23. %Cd
  24.  
  25. ##############
  26. # Track info #
  27. ##############
  28.  
  29. # Display artist - if not tags available, display folder name
  30. %Vl(a,72,14,-,-,2)
  31. %Vf(CBCCBD)
  32. %Vb(000000)
  33. %s%al%?ia<
  34. %ia|
  35. %d(1)>
  36.  
  37. # Display disc number, track number, and track name - if not tags available, display file name
  38. %Vl(a,72,29,-,-,2)
  39. %Vf(CBCCBD)
  40. %Vb(000000)
  41. # Hackish attempt to only show current disc number, not total disc number - only works for single- and double-digit disc numbers
  42. #%s%al%?ik<
  43. # %?if(%ss(1,1,%ik),=,/)<
  44. # %ss(0,2,%ik)|
  45. # %ss(0,3,%ik)>|
  46. # >%?in<%in · |
  47. %s%al%?it<
  48. %it|
  49. %fn>
  50.  
  51. # Display album and year - if not tags available, display nothing
  52. %Vl(a,72,43,-,-,2)
  53. %Vf(CBCCBD)
  54. %Vb(000000)
  55. %s%al%?id<
  56. %id|
  57. > %?iy<%(%iy%)|>
  58.  
  59. # Display Next Track:
  60. %Vl(a,72,57,-,-,2)
  61. %Vf(CBCCBD)
  62. %Vb(000000)
  63. %al%Sx(Next Track:)
  64. #%s%alNext:
  65.  
  66. # Display Next Track:
  67. %Vl(a,72,71,-,-,2)
  68. %Vf(CBCCBD)
  69. %Vb(000000)
  70. %s%?It<%Ia - %It|%Fn>
  71. #%s%Ia - %It
  72.  
  73. # Track Info - No Album Art
  74. %Vl(b,0,15,-,75,4)
  75. %Vf(CBCCBD)
  76. %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
  77. %s%ac%?it<%it|%fn>
  78. %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> (%iy%)
  79. %ac%Sx(Next Track:)
  80. %s%ac%?It<%It|%Fn>
  81.  
  82. #########################
  83. # Playlist / codec info #
  84. #########################
  85.  
  86. %V(0,89,-,-,3)
  87. %Vf(adae99)
  88. %Vb(000000)
  89. # Don't display bitrate and CBR/VBR for chiptune formats. The codec order is found in /apps/metadata.h
  90. %alPlaylist: %pp/%pe%ar%?or(%if(%fc,=,14), %if(%fc,=,15), %if(%fc,=,16), %if(%fc,=,18), %if(%fc,=,22), %if(%fc,=,23), %if(%fc,=,28), %if(%fc,=,29), %if(%fc,=,30), %if(%fc,=,31), %if(%fc,=,32), %if(%fc,=,33), %if(%fc,=,34), %if(%fc,=,35), %if(%fc,=,36), %if(%fc,=,37), %if(%fc,=,38), %if(%fc,=,39), %if(%fc,=,41), %if(%fc,=,49), %if(%fc,=,50), %if(%fc,=,51), %if(%fc,=,52), %if(%fc,=,53), %if(%fc,=,54))<|
  91. %fbk %?fv<
  92. VBR|
  93. CBR> >%fc
  94.  
  95. # Tracknumber / Disknumber
  96. %V(0,99,-,-,3)
  97. %Vf(adae99)
  98. %Vb(000000)
  99. %alDisk: %?ik<%ik|N/A>
  100. #%alDisk/Track: %?ik<
  101. # %?if(%ss(1,1,%ik),=,/)<
  102. # %ss(0,2,%ik)|
  103. # %ss(0,3,%ik)>|
  104. # >%?in<%in>
  105. #%alGenre: %?ig<
  106. # %ig|
  107. # N/A>
  108.  
  109. # Sample rate info with 44.1kHz check
  110. %Vl(a,121,99,-,-,3)
  111. %Vf(adae99)
  112. %Vb(000000)
  113. %ar%fk kHz
  114.  
  115. %Vl(b,121,99,-,-,3)
  116. %Vf(ff8800)
  117. %Vb(000000)
  118. %ar%fk kHz
  119.  
  120.  
  121. #######################
  122. # Progress bar / time #
  123. #######################
  124.  
  125. # Progress bar
  126. # Progress bar doesn't display when there's no space at the end of %V, and %Vf and %Vb are on a separate line
  127. %V(0,110,-,7,-)
  128. %Vf(adae99)
  129. %Vb(000000)
  130. %pb(0,0,-,7,p,backdrop,q)
  131.  
  132. # Time info
  133. %V(0,121,-,-,3)
  134. %Vf(adae99)
  135. %Vb(000000)
  136. %al%pc%ac%pt%ar%pr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement