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
| | |-+  Fuze V1 some themes are missing in Rockbox Utility
« previous next »
  • Print
Pages: [1]

Author Topic: Fuze V1 some themes are missing in Rockbox Utility  (Read 1439 times)

Offline williamskg6

  • Member
  • *
  • Posts: 14
Fuze V1 some themes are missing in Rockbox Utility
« on: September 02, 2010, 09:37:26 AM »
I had a Fuze V2 and grew quite accustomed to a couple of themes.  Unfortunately the player had problems and Sandisk replaced it with a Fuze V1.  After installing Rockbox, I went to add these two themes and they are not present in the list in the Rockbox utility:

Sonata
Cabbie 3.0 in blue

These themes are listed on the Rockbox themes page for the Fuze v1 but aren't listed in the utility.  There may be others missing too, but these are the two I noticed.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Fuze V1 some themes are missing in Rockbox Utility
« Reply #1 on: September 02, 2010, 10:20:27 AM »
are you using the release or the current build?
the utility (hopeuflly) only is showing the themes which work with the build you are using. After 3.6 a major skin change happened so old themes no lnger work.
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline williamskg6

  • Member
  • *
  • Posts: 14
Re: Fuze V1 some themes are missing in Rockbox Utility
« Reply #2 on: September 02, 2010, 10:38:40 AM »
This was with the most current release.  After updating my player to the current build (manually), the list of themes shows the missing themes.

Unfortunately, the current build has a couple of bugs with album art that happens in all themes.  If you leave the WPS (PictureFlow), when you return the album art is gone - just a big black space for it.  When the next song loads the art loads, but not always correctly.  If a song changes while the screen is dimmed (pretty common), then the album art displays the last one that loaded, not the correct art for the current song.

I wish SanDisk had sent me back a v2 Fuze instead of the v1.  The v2 behaved better for me.
Logged

Offline MItaly

  • Member
  • *
  • Posts: 16
Re: Fuze V1 some themes are missing in Rockbox Utility
« Reply #3 on: September 02, 2010, 02:22:46 PM »
You have to fix the themes and add a viewport for album art (and in some cases also for progress bar). See for example the edits I've done to cabbiev3.wps.
Logged

Offline williamskg6

  • Member
  • *
  • Posts: 14
Re: Fuze V1 some themes are missing in Rockbox Utility
« Reply #4 on: September 02, 2010, 08:09:11 PM »
You are completely correct.  I made some modifications to the Sonata (derived from Cabbie) theme and now album art is behaving properly.  I probably made some errors in my modified code, but here's what I did:
Code: [Select]
# sonata theme
# derived from cabbie-enhanced
# modified by Kenton W.

%wd
%X(wpsbackdrop-220x176x16.bmp)
%Fl(2,12-Adobe-Helvetica-Bold.fnt)
%Fl(3,08-Fixed.fnt)
%xl(A,rg-220x176x16.bmp,70,154,6)
%xl(B,battery-220x176x16.bmp,95,155,10)
%xl(C,volume-220x176x16.bmp,124,155,10)
%xl(D,shuffle-220x176x16.bmp,156,155,2)
%xl(E,repeat-220x176x16.bmp,182,153,5)
%xl(F,playmode-220x176x16.bmp,199,154,5)
%?rg<%xd(Aa)|%xd(Ab)|%xd(Ac)|%xd(Ad)|%xd(Ae)|%xd(Af)>
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
%?ps<%xd(Da)|%xd(Db)>
%?mm<%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)|%xd(Ee)>
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>

#Viewport for Album Art
%V(4,20,100,100,-)
%Cl(0,0,100,100,c,c)%Cd

#NowPlaying
%V(107,21,-,40,2)%Vf(eeeeee)
%s%al%it
%s%al%ia
%V(107,56,-,40,1)%Vf(eeeeee)
%alAlbum:
%s%al%id
%V(107,94,-,40,1)
%alNext Up:
%s%al%?It<%Ia - %It|%Fn>

#timing
%V(9,136,204,18,1)
%al%pc%ac%pp of %pe%ar%pr

#clock
%V(6,156,50,18,1)
%al%cl:%cM%cp

#numeric volume
%V(124,152,16,18,3)%Vf(006bf6)
%al%pv

#Progress Bar
%V(7,127,206,8,-)
%pb(0,0,206,8,pb-220x176x16.bmp)
Notice that I also corrected a problem with the progress bar not being in a viewport and the clock's minutes tag is now %cM instead of %cm.  The %cm tag displays the month number, not the minutes as was intended.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Fuze V1 some themes are missing in Rockbox Utility
« Reply #5 on: September 02, 2010, 08:30:00 PM »
Please file a bug for the AA problem. there is no reason it should be in a viewport (or it is a bug that it doesnt come back after going into a menu if it shows at all)
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Fuze V1 some themes are missing in Rockbox Utility
 

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

Page created in 0.073 seconds with 16 queries.