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
| | |-+  a confusing problem about fuze v2 theme
« previous next »
  • Print
Pages: [1] 2

Author Topic: a confusing problem about fuze v2 theme  (Read 3024 times)

chenil

  • Guest
a confusing problem about fuze v2 theme
« on: August 19, 2010, 10:37:06 AM »
today i got my new fuze v2 and i update it to the latest rockbox firmware. i download the theme of fuze “Electric Bars Of Colour”

http://themes.rockbox.org/index.php?themeid=22&target=sansafuzev2

 i found that when i play the song  the progress bar didn't move(the green one below)。However,when i tried other themes,they works well。it's very confusing。

i like this theme very much ,anyone knows how to figure it out????

help
« Last Edit: August 19, 2010, 11:07:46 AM by chenil »
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: a confusing problem about fuze v2 theme
« Reply #1 on: August 23, 2010, 10:07:51 PM »
without actually checking the theme, I'm going to guess that the progressbr is drawn in the default fviewport, you need to put the progressbar in a real viewport now
Logged


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

Offline ken147

  • Member
  • *
  • Posts: 21
Re: a confusing problem about fuze v2 theme
« Reply #2 on: August 26, 2010, 09:36:40 AM »
I have this same problem...so what do you do?
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: a confusing problem about fuze v2 theme
« Reply #3 on: August 26, 2010, 09:38:12 AM »
move the %pb line into a viewport (%V() )
Logged


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

Offline ken147

  • Member
  • *
  • Posts: 21
Re: a confusing problem about fuze v2 theme
« Reply #4 on: August 26, 2010, 09:46:12 AM »
and that means  ???

(sorry no clue what you mean)
Logged

Offline MItaly

  • Member
  • *
  • Posts: 16
Re: a confusing problem about fuze v2 theme
« Reply #5 on: August 26, 2010, 05:57:30 PM »
In the .wps file, add before the %pb line a %V() directive with the same position/size of the %pb statement, and change the position of the %pb to 0, 0.

Example:
Before:
Code: [Select]
%pb(8,94,203,11,pb.bmp)
After:
Code: [Select]
%V(8,94,203,11,-)
%pb(0,0,203,11,pb.bmp)

This is the same modification I had to do to Cabbie 3.0 to make it work correctly with the new builds (see my FS#11573). Some themes that didn't put even the album art in a separate viewport (again, like Cabbie 3.0) may need an analogous modification also for the %Cl tag.
« Last Edit: August 26, 2010, 06:00:07 PM by MItaly »
Logged

Offline ken147

  • Member
  • *
  • Posts: 21
Re: a confusing problem about fuze v2 theme
« Reply #6 on: August 26, 2010, 06:19:14 PM »
Thanks for explaining it  :)

everything is working now
Logged

Offline MItaly

  • Member
  • *
  • Posts: 16
Re: a confusing problem about fuze v2 theme
« Reply #7 on: August 27, 2010, 06:20:25 AM »
Glad you solved. :)
Logged

chenil

  • Guest
Re: a confusing problem about fuze v2 theme
« Reply #8 on: August 27, 2010, 10:41:24 PM »
Thanks,it really works now
Logged

Offline ken147

  • Member
  • *
  • Posts: 21
Re: a confusing problem about fuze v2 theme
« Reply #9 on: September 03, 2010, 09:00:17 AM »
I just updated to the latest daily build, and I downloaded the electric bars for color theme and tried to do the fix but it doesn't work.

Any ideas?
Logged

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: a confusing problem about fuze v2 theme
« Reply #10 on: September 03, 2010, 11:18:10 AM »
wait till I find the time to fix it  ;D
Logged

Offline pdrub

  • Member
  • *
  • Posts: 8
Re: a confusing problem about fuze v2 theme
« Reply #11 on: November 03, 2010, 11:55:28 PM »
Sorry, having the same issue. Modified my cabbiev3-blue.wps as:

%Vl(a,12,10,75,75,-)
%Cl(0,0,75,75,c,c)
%V(8,94,203,11,-)
%pb(0,0,203,11,pb.bmp)

but still cannot see the album art. What am I doing wrong?
Thanks in advance.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: a confusing problem about fuze v2 theme
« Reply #12 on: November 04, 2010, 02:53:03 AM »
Quote from: pdrub on November 03, 2010, 11:55:28 PM
Sorry, having the same issue. Modified my cabbiev3-blue.wps as:

%Vl(a,12,10,75,75,-)
%Cl(0,0,75,75,c,c)
%V(8,94,203,11,-)
%pb(0,0,203,11,pb.bmp)

but still cannot see the album art. What am I doing wrong?
Thanks in advance.


This may seem like a stupid question, but, can you see the album art on other themes?

Do you have the album art on the player?

(hint: Rockbox cannot read embedded AA from metadata tags)




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

Offline pdrub

  • Member
  • *
  • Posts: 8
Re: a confusing problem about fuze v2 theme
« Reply #13 on: November 04, 2010, 05:57:10 AM »
Well, I used to have the album art displayed with the previous version of Rockbox (3.6) - it broke when I upgraded to 3.7. I just checked some other themes and they all don't display the album art...
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: a confusing problem about fuze v2 theme
« Reply #14 on: November 04, 2010, 06:03:24 AM »
Even the default cabbie v2?  If not, please let us know the layout of your audio files, and of your album art.
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  a confusing problem about fuze v2 theme
 

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

Page created in 0.112 seconds with 15 queries.