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
| | |-+  ONGOING DEFAULT THEME CONTEST!!!
« previous next »
  • Print
Pages: 1 ... 16 17 [18] 19 20 ... 67

Author Topic: ONGOING DEFAULT THEME CONTEST!!!  (Read 284033 times)

Offline crzyboyster

  • Member
  • *
  • Posts: 362
  • Proud iPod Nano User!
Re: DEFAULT THEME CONTEST!!!
« Reply #255 on: December 09, 2007, 06:26:09 PM »
Let's just reflect on this, ZincAlloy first "submitted" this theme onto this thread on December 03, 2007. Today is December 09, 2007. We spanned 11 pages of forum posts and are done with the majority of the ports of the theme. We have come a long way, folks!
Logged
My iPod Nano themes: AAPodSVN - PHK1 Remix - Cabbie 3.0 - Christmas - corners

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #256 on: December 09, 2007, 06:52:32 PM »
I've just noticed a small bug in the Next track tag used when there is no album art. %fn is used and of course it should be %Fn. This is probably in ZincAlloy's code, and probably in others who copied it (like me).

I've fixed the greyscale version (and added a playlist indicator):
http://www.rockbox.org/twiki/bin/view/Main/WpsIriverH100#MarkFawcus
« Last Edit: December 09, 2007, 07:19:14 PM by yapper »
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: DEFAULT THEME CONTEST!!!
« Reply #257 on: December 09, 2007, 06:53:32 PM »
Updated the h300 version:



displays playlist position now.

edit: fixed the %fn part as well. thank you, yapper!

whoops.. but messed up the backdrop when fixing a minor graphic error on the progress bar.

.... ok. fixed.
« Last Edit: December 09, 2007, 07:16:35 PM by ZincAlloy »
Logged

Offline crzyboyster

  • Member
  • *
  • Posts: 362
  • Proud iPod Nano User!
Re: DEFAULT THEME CONTEST!!!
« Reply #258 on: December 09, 2007, 07:29:42 PM »
Sorry, I can no longer help with porting this this theme to the iPod Video  :(
Logged
My iPod Nano themes: AAPodSVN - PHK1 Remix - Cabbie 3.0 - Christmas - corners

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: DEFAULT THEME CONTEST!!!
« Reply #259 on: December 09, 2007, 08:49:11 PM »
here's some graphics for the ipod video for a start. maybe somebody else with an ipod video or windows can help out (sorry, but I'm on a mac and can't run the simulator :()

http://www.naturalbornyoers.com/formpics/ipodvideo.psd
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #260 on: December 09, 2007, 08:52:02 PM »
The simulators should compile and work on the mac just fine.
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #261 on: December 09, 2007, 09:15:53 PM »
One possible way to include a numeric volume indication without drastically altering the design would be to alternate the playlist position and the volume, centred beneath the progress bar, e.g.:

Code: [Select]
%al %pc%ac%pp of %pe%ar%pr ;%al %pc%ac%pvdB%ar%pr
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #262 on: December 09, 2007, 09:25:54 PM »
Why not alternate the "Repeat" and "Shuffle" icons to free up more space then? Maybe even "Repeat" "Shuffle" and "Play/Pause"? Surely these three, unlike volume, represent things that a user doesn't need explicit feedback on. Changing Shuffle and Repeat modes is done via a menu that shows you your option, so you know what you've set it to anyway at the time, and don't need precise details or fine grained adjustment. And Play/Pause you can hear, as i said before.

Meanwhile with volume, especially with controls like the scrollwheel rather than discrete controls like the buttons on the side of the Gigabeat, it could be quite frustrating to have the explicit volume display disappear every few seconds.
Logged

Offline crzyboyster

  • Member
  • *
  • Posts: 362
  • Proud iPod Nano User!
Re: DEFAULT THEME CONTEST!!!
« Reply #263 on: December 09, 2007, 09:26:17 PM »
Well, some people don't approve of alternating sublines, but of course, you could potentially squeeze anything into an alternating subline.
Logged
My iPod Nano themes: AAPodSVN - PHK1 Remix - Cabbie 3.0 - Christmas - corners

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #264 on: December 09, 2007, 09:41:18 PM »
Freeing up space isn't the real problem, more that the numeric volume is restricted to appearing on one of the "text lines", rather than being a graphic. The graphics on the greyscale port use what would equate to text lines 10 and 10.5.  I briefly experimented with dropping the numeric volume in the space currently occupied by the graphic volume, but it sits too high. Of course, altering the font size might allow a better fit, but would also mean other correction being needed.

Another alternative is to leave the volume as a graphic, and use the Context menu to access the Volume menu in all it's numeric glory when a precise volume setting is needed.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: DEFAULT THEME CONTEST!!!
« Reply #265 on: December 09, 2007, 09:43:24 PM »
Just tried the Cabbie theme on my c240... looks really nice! Great work, guys!
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8968
Re: DEFAULT THEME CONTEST!!!
« Reply #266 on: December 09, 2007, 09:44:04 PM »
Quote from: crzyboyster on December 09, 2007, 06:10:32 PM
I think we need someone like senab to do the remaining (and very crucial) ipod 5g port. I will do it, but their results will probably come out better.  I mean, we need a good ipod 5g port as we have SO many ipod video users out there (the overwhelming majority). What do you guys think?

I don't see why.  I did the original Cabbie port to the Video and its not very hard.  Its just the gigabeat with the screen rotated 90 degrees, so you just need to rearrange things.  If no one gets a chance, it'll do it next week when I have some free time.
Logged

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: DEFAULT THEME CONTEST!!!
« Reply #267 on: December 09, 2007, 10:20:18 PM »
Just curious at what happened to people wanting the Cabbie theme to be the default? Not enough support and this one is more "flashy"? Its nice having two or more players in front of you looking at the same theme.
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: DEFAULT THEME CONTEST!!!
« Reply #268 on: December 10, 2007, 02:32:21 AM »
Judging by the massive feedback, enthusiasm and number of ports caused by Cabbie 2.0 - yes. Just look how far we have come in just one week.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: DEFAULT THEME CONTEST!!!
« Reply #269 on: December 10, 2007, 02:33:20 AM »
Quote from: crzyboyster on December 09, 2007, 06:10:32 PM
I think we need someone like senab to do the remaining (and very crucial) ipod 5g port. I will do it, but their results will probably come out better.  I mean, we need a good ipod 5g port as we have SO many ipod video users out there (the overwhelming majority). What do you guys think?

Also, senab stated in another post somewhere recently that he's not interested in licensing his work as Creative Commons. Personally that means to me he should be the last person contributing to this if it's going to make it as the default Rockbox theme. I respect his decision to use whatever license he likes of course - but having a non-CC licensed theme as the default in Rockbox is just plain wrong in my opinion.
Logged

Read The Manual Please

  • Print
Pages: 1 ... 16 17 [18] 19 20 ... 67
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  ONGOING DEFAULT THEME CONTEST!!!
 

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

Page created in 0.167 seconds with 22 queries.