Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Album art clipping
« previous next »
  • Print
Pages: [1]

Author Topic: Album art clipping  (Read 2464 times)

Offline crash91

  • Artist
  • Member
  • *
  • Posts: 50
Album art clipping
« on: May 30, 2008, 12:35:01 PM »
I've nearly finished my WPS, but the album art keeps getting clipped, sometimes it is only the hieght of about one line, and at others it is double that.I've even tried removing the repeat/shuffle icons, but that didnt work. Running the sim through terminal produces no errors. ???
Help please!

 Edit: Attached WPS

Code: [Select]
#Backdrop Image
%X|bg.bmp|
#Album art positions and display (80x80)
%Cl|48|14|c80|c80|
#Progressbar Image + display
%P|pb.bmp|
%pb|10|0|176|129|
#Other Images
%xl|a|shuffle.bmp|0|20|
%xl|b|repeat.bmp|146|20|
%xl|c|battery1.bmp|0|210|
%xl|d|battery2.bmp|0|200|
%xl|e|battery3.bmp|0|190|
%xl|f|battery4.bmp|0|180|
%xl|g|battery5.bmp|0|170|
%xl|h|battery6.bmp|0|164|
%xl|i|battery7.bmp|0|155|
%xl|j|volume1.bmp|112|210|
%xl|k|volume2.bmp|112|200|
%xl|l|volume3.bmp|112|190|
%xl|m|volume4.bmp|112|180|
%xl|n|volume5.bmp|112|170|
%xl|o|volume6.bmp|112|163|
%xl|p|volume7.bmp|112|155|
%xl|A|play.bmp|72|175|
%xl|B|pause.bmp|72|175|
%xl|C|rw.bmp|72|175|
%xl|D|ffw.bmp|72|175|
#Disable Statusbar
%wd
%C
#Image Stuff
#Playback status
%?mp<|%xdA|%xdB|%xdD|%xdC>
#Volume/Battery "arcs".
%?bl<|%xdc|%xdc%xdd|%xdc%xdd%xde|%xdc%xdd%xde%xdf|%xdc%xdd%xde%xdf%xdg|%xdc%xdd%xde%xdf%xdg%xdh|%xdc%xdd%xde%xdf%xdg%xdh%xdi>
%?pv<|%xdj|%xdj%xdk|%xdj%xdk%xdl|%xdj%xdk%xdl%xdm|%xdj%xdk%xdl%xdm%xdn|%xdj%xdk%xdl%xdm%xdn%xdo|%xdj%xdk%xdl%xdm%xdn%xdo%xdp>
#Shuffle/Repeat icons
#%?ps<%xda|>
#%?mm<|%xdb|%xdb|%xdb|%xdb>
#All the Text stuff
#Time then date (24h Time and date in the format Tuesday 2008-05-27)
%V|0|0|176|12|1|FFFFFF|000000|
%al %?cf<%cH:%cM:%cS| %cl:%cM:%cS %cP> %?mh<%ar%?cu<Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday> %cb %ce %cY |%ar%?cu<Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday> %cY-%cm-%ce>
#Track info, calling viewports for each line of text.
%V|13|98|163|12|1|FFFFFF|000000|
%s%al%?it<%it|%fn> by %?ia<%ia|%d2>
%V|13|111|163|12|1|FFFFFF|000000|
%s%al%?id<%id|%d1>
#Song position
%V|0|142|176|15|1|FFFFFF|000000|
%al %pc %ar%pr
#Playlist position
%V|61|156|53|12|1|FFFFFF|000000|
%ac%pp/%pe
#Volume/Battery numerical display.
%V|0|205|30|12|1|FFFFFF|000000|
%al %bl %%
%V|146|205|30|12|1|FFFFFF|000000|
%ar%pv dB
#%V|48|14|80|80|1|FFFFFF|000000|


* dump 080530-192458.png (25.92 kB, 176x220 - viewed 260 times.)

* dump 080530-192646.png (26.04 kB, 176x220 - viewed 255 times.)
« Last Edit: May 30, 2008, 12:44:53 PM by crash91 »
Logged
Owner of a Rockbox'd Sansa e250.
Rockbox WPS maker.

Offline wintermute23

  • Member
  • *
  • Posts: 116
  • What Would Batman Do?
Re: Album art clipping
« Reply #1 on: May 30, 2008, 12:46:49 PM »
I looks like there's an empty viewport which sits on top of the album art.

Try commenting out all the viewports, and adding them back in one by one, to see if you can identify one of them that's causing the problem...

EDIT: You have a blank line in the last viewport (which sits exactly on top of the album art). Get rid of this viewport, because it's not doing you any good, anyway. Make sure you don't have a trailing blank line, and that might fix it? Worth a try.
« Last Edit: May 30, 2008, 12:50:53 PM by wintermute23 »
Logged
Past: iRiver H320 w/ 32GB CF card mod; iPod 4th Gen 30GB; iPod 5th Gen 30GB

Present: iPod Classic 80GB

Offline crash91

  • Artist
  • Member
  • *
  • Posts: 50
Re: Album art clipping
« Reply #2 on: May 30, 2008, 12:48:50 PM »
I just saw that, I deleted it but it didnt work. There are no other viewports that cover that area, which is very strange.
« Last Edit: May 30, 2008, 12:51:24 PM by crash91 »
Logged
Owner of a Rockbox'd Sansa e250.
Rockbox WPS maker.

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: Album art clipping
« Reply #3 on: May 30, 2008, 12:52:09 PM »
try to make the shuffle and repeat icon viewport larger and place the icons and  album art inside.
« Last Edit: May 30, 2008, 12:56:06 PM by ZincAlloy »
Logged

Offline PaulJam

  • Member
  • *
  • Posts: 170
Re: Album art clipping
« Reply #4 on: May 30, 2008, 01:04:32 PM »
Hi,

i have seen similar problems while making a WPS. The solution for me was to add a couple of blank lines at the top of the WPS to move those cleared lines down (and outside of the screen).
Logged

Offline karashata

  • Rockbox Expert
  • Member
  • *
  • Posts: 603
  • Just a fluffy dragon with too much time on my paws
    • Alex Vanderpol (karashata) on Twitter
Re: Album art clipping
« Reply #5 on: May 30, 2008, 04:24:14 PM »
Another good rule of thumb is to move the cover art display tag below anything else in the same viewport that way it's drawn last, overtop of any lines that might otherwise blank sections of it out.
Logged
Welp, my iriver H10 20GB is out of commission again.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Album art clipping
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.093 seconds with 16 queries.