Support and General Use > Theming and Appearance Customization
Album Art being clipped at the bottom
magnumforce2006:
All right, I am stumped. For some reason, no matter how I edit the WPS settings, my album artwork will always appear BRIEFLY in its 100x100 format, and then a portion of the bottom will get cut off. Here's a pic for example
And here's my wps code:
--- Code: ---# preloading images
%X|bg.bmp|
%P|pb.bmp|27|159|
# playback images
%xl|a|song_stop.bmp|6|163|
%xl|b|song_play.bmp|6|163|
%xl|c|song_pause.bmp|6|163|
%xl|d|ipod_battery0.bmp|282|6|
%xl|e|ipod_battery1.bmp|282|6|
%xl|f|ipod_battery2.bmp|282|6|
%xl|g|ipod_battery3.bmp|282|6|
%xl|h|ipod_battery4.bmp|282|6|
%xl|i|volume0.bmp|115|6|
%xl|j|volume1.bmp|115|6|
%xl|k|volume2.bmp|115|6|
%xl|l|volume3.bmp|115|6|
%xl|m|volume4.bmp|115|6|
%xl|n|volume5.bmp|115|6|
%xl|o|volume6.bmp|115|6|
%xl|p|volume7.bmp|115|6|
%xl|q|volume8.bmp|115|6|
%xl|r|volume9.bmp|115|6|
%xl|s|volume10.bmp|115|6|
%xl|t|hold.bmp|267|5|
%xl|u|rpt_on.bmp|294|155|
%xl|v|rpt_on1.bmp|294|155|
%xl|w|rpt_on_sh.bmp|294|155|
%xl|x|shf_on.bmp|278|154|
%xl|y|shf_off.bmp|278|154|
%xl|z|rpt_off.bmp|294|155|
# disable the status bar
%wd
%in (%pp/%pe) %ar%cl:%cM
%?C
%?C
%?C
%?mp
# progress bar : height, left position
%pb|26|27|
# current time, volume, time remaining
%?C
%It
# cover art
%Cl|7|55|100|110|
%C
%?bl
%?pv
%?mh
# choose if you want the repeat-off icon to show:
# %?mm
%?mm
# choose if you wan the shuffle-off icon to show:
# %?ps
%?ps
--- End code ---
Any ideas?
bzavala:
Have you tried putting the %C tag as the very last line of your WPS file?
I'm not sure but this way it'll be the last thing that will be drawn...
Also... did you mean to set your album size to 100x110:
%Cl|7|55|100|110|
try changing 110 to 100...
magnumforce2006:
The 110 was a little experiment, but it makes no difference.
And yes, I have tried putting it on the last line... Also futile :(
It should also be metioned that I'm using Rockbox Daily build from March 3rd.
pixelma:
My guess is rather that it actually displays a blank line there were your playback status conditional is. If your album art was bigger then it would probably be more noticable (there is a thread somewhere near that has a screenshot which makes it more clear).
I mean this code:
--- Quote ---...
%?C
%?mp
# progress bar : height, left position
...
--- End quote ---
It is "used" to show the bitmaps but at the same time it inserts a blank line for spacing. I'd try to just have a blank line there and put the %?mp conditional more to the end, it shouldn't matter for displaying the images as they are placed with the help of the coordinates. (This is just my thought, haven't tried but I hope this helps.)
magnumforce2006:
Aha! That did the trick. I simply moved the %?mp conditional line closer to the end, and the album art now appears fully. Thanks for the help!
Navigation
[0] Message Index
[#] Next page
Go to full version