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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  320x240 - Working on CenterArt v2.0, need design advice
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: 320x240 - Working on CenterArt v2.0, need design advice  (Read 7746 times)

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #15 on: February 16, 2010, 07:27:07 PM »
Quote
you can also scroll those lines, but it looks pretty shit if you do :p (add %s to the text)

Yeah I tried that once.

...once :)
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline kage

  • Member
  • *
  • Posts: 22
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #16 on: February 19, 2010, 03:56:06 PM »
those lines have been missing since I downloaded the theme, I have done nothing to it.
I actually did not notice them until you mentioned it haha
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #17 on: February 19, 2010, 05:40:13 PM »
It appears that there are two versions of the font I use. I double-checked the current official fonts package and the correct one (the one that shows up correctly in my WPS) is in it.

If you don't care, of course, feel free to leave it but that would drive me bonkers :)

I'm having a bit of a time getting the wider upcoming tracks list working but hope to have something soon. I like the look of it.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline kage

  • Member
  • *
  • Posts: 22
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #18 on: February 19, 2010, 10:19:20 PM »
the other thing that I just noticed about this theme, is that for some reason it runs REALLY slow on my Ipod 30 gig

I think it might have to do with all those qued up tracks...

It takes about 3 seconds to change the information after the song switches, and when you wake the player up from the "sleep" mode, the progress bar sometimes freezes... (the data switches instantaneously if you manually change the track)
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #19 on: February 20, 2010, 12:47:44 AM »
Quote from: kage on February 19, 2010, 10:19:20 PM
the other thing that I just noticed about this theme, is that for some reason it runs REALLY slow on my Ipod 30 gig
Weird. I don't have that problem. When it goes to the next track everything instantly appears.
Quote
I think it might have to do with all those qued up tracks...
I am no coder, but it can't have to do with the tracks being queued. They're queued anyway. It could do with the displaying of them. maybe that eats up processor/memory.
Quote
It takes about 3 seconds to change the information after the song switches, and when you wake the player up from the "sleep" mode, the progress bar sometimes freezes... (the data switches instantaneously if you manually change the track)
I've never seen any of this. I'd be curious though, if you comment out the playlist does it speed up?
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline kage

  • Member
  • *
  • Posts: 22
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #20 on: February 22, 2010, 10:08:35 AM »
I dont know what "commenting out" a playlist means...
and thats what I meant, displaying them may be what makes it go slow...

one of these days, when I am not insanely busy, I will take a video and show you what I am talking about.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #21 on: February 22, 2010, 10:34:36 AM »
Quote from: Yotto on February 09, 2010, 01:48:08 AM
From what I understand of Viewports you can only have two fonts at a time on the screen, and one of those fonts is the tiny default font.


Multifont is now in SVN, this fixes that issue for you.

%Fl|'identifier'|'fontname.fnt'| is the syntax for this*
*(must come before any viewport that uses an additional font)

'identifier' = a number between 2 and 9 (Including 2 and 9...I think it's 9 anyway)
'fontname.fnt' = the fonts filename as it appears in your ./rockbox/fonts/ directory.

After the %Fl line is parsed, any following viewport can use its identifier to display the loaded font.

More info on Multifont is here.


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

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #22 on: February 22, 2010, 06:49:32 PM »
Quote from: kage on February 22, 2010, 10:08:35 AM
I dont know what "commenting out" a playlist means...

Aha. Sorry. I think I intended on detailing this when I said that. Plus, I don't know what use it would be for anybody to know the information, considering it's only happening to you.

If you're curious, here's how to do it. On your rockbox is a file:
/.rockbox/wps/CenterArt.wps

Open that with any editor, like notepad. Go down to the very bottom line, that should read:
%Vp|1|+%ia-%it| %fn|

And add a "#" to it, to make it look like this:
#%Vp|1|+%ia-%it| %fn|

After you save that and reload Rockbox on your player, the playlist will no longer show up in the middle box. Instead, it'll just be a blank box.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline kage

  • Member
  • *
  • Posts: 22
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #23 on: February 24, 2010, 08:47:58 PM »
okay, thanks!
Ill go try that
Logged

Offline Analbirth

  • Member
  • *
  • Posts: 4
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #24 on: June 17, 2010, 06:04:07 AM »
its a bit off-topic, but for me the only way to contact you.
could you please convert CenterArt to 3.6? there is a problem in the menu view.
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #25 on: June 17, 2010, 03:12:03 PM »
I noticed that last night while using CenterArt to see tags I'm putting in a new theme.

I have reuploaded the theme to the oldsite. Download away!
« Last Edit: June 17, 2010, 11:02:12 PM by Yotto »
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline Analbirth

  • Member
  • *
  • Posts: 4
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #26 on: June 20, 2010, 11:46:56 AM »
sorry, but i use centerart v1^^
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #27 on: June 21, 2010, 11:38:26 AM »
Ooooh. I haven't even looked at CenterArt v1 in a loooong time. I'll check it out when I can but it may be a few days. I am actually surprised that it has this problem (or that whatever problems it has cause them to not load at all) as I'm pretty sure it's from before the custom menu screens.

If you want to delve into it yourself, the problem likely lies in the /.rockbox/themes/CenterArt.cfg file. Look for some code that defines the menu dimensions and if it's there, see if the numbers are right. If it's not there, you likely have to put it there with dimensions of 0, 0, 320, 240 (as it was intended on being full screen)
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline Analbirth

  • Member
  • *
  • Posts: 4
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #28 on: June 21, 2010, 03:23:25 PM »
i cant fix it. so pls do it for me.

best regards
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: 320x240 - Working on CenterArt v2.0, need design advice
« Reply #29 on: June 23, 2010, 04:39:20 PM »
I've fixed the menus in the original CenterArt, and have uploaded the updated theme to the Oldsite themes site here.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

  • Print
Pages: 1 [2] 3
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  320x240 - Working on CenterArt v2.0, need design advice
 

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

Page created in 0.093 seconds with 15 queries.