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
| | |-+  Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« previous next »
  • Print
Pages: 1 [2] 3

Author Topic: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?  (Read 11414 times)

Offline evilnick

  • Rockbox Expert
  • Member
  • *
  • Posts: 431
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #15 on: June 26, 2009, 09:12:29 AM »
Nice one, Avalanche.  ;D

In my opinion, this is one of the (many) strengths of Rockbox - how editable it is. And although the wps coding may look daunting, it's not all that tricky if you're prepared to jump in and have a go.

Logged

Offline Avalanche

  • Member
  • *
  • Posts: 5
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #16 on: June 26, 2009, 11:16:45 AM »
Thanks evilnick,

I'm quite happy how my first try worked out. Hopefully Surfer got the results he was looking for as well.

I've gotta say that Rockbox has given me a new appreciation for my Ipod since installing it. Like having a brand new mp3 player.

Logged

Offline surfer

  • Member
  • *
  • Posts: 50
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #17 on: June 27, 2009, 04:26:27 AM »
@Alvalanche:
Your edit seems almost perfect :-)

Description of the theme:
Quote
Icons Line 1: Replaygain, Crossfade, Repeat mode, Shuffle, Disk activity. [Time | bitrate | battery time | Sleep Timer (if active)].

Replaygain:
On your edit i do not see the icon replaygain(on the original theme it is there):
I have Replaygain put to "track gain", all my tracks have album&track gain analysed

Sleep Timer:
And neither on your edit nor on the original i can see anything for the value "sleep timer":
- my "LCD Settings/Sleep (after backlight off)" are at 20 min and
- my "System/Idle power-off" at 30 min.

green & blue font:
Would it be possible to change the color of the green and blue font to white?
« Last Edit: June 27, 2009, 04:56:20 AM by surfer »
Logged

Offline Avalanche

  • Member
  • *
  • Posts: 5
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #18 on: June 27, 2009, 08:56:11 AM »
Anybody like to input on this? What line and what changes to be made?

I was lucky to get as far as I did. Maybe together we can get it perfect.
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #19 on: June 27, 2009, 10:50:20 AM »
This should give you some clues:

Replay Gain:
%rg http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Runtime_Database_and_Replaygain

Sleep Timer:
%bs http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Power_Related_Information

Font colours:
%V (look at the last two parameters) http://www.rockbox.org/twiki/bin/view/Main/CustomWPS#Viewports Green would look like 00FF00, and white would be FFFFFF
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Horscht

  • Member
  • *
  • Posts: 26
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #20 on: June 27, 2009, 10:54:03 AM »
Text color is defined by the fgcolor part of the viewport. Below are two vieports, one defining blue text, one green.
Code: [Select]
Blue (8080FF):
%V|0|157|300|23|1|8080FF|000000|

Green (00FF00):
%V|0|185|189|25|0|00FF00|000000|

FFFFFF would be fully white, so all you have to do is change the fgcolor hex value to FFFFFF
Logged

Offline creativesansa333

  • Member
  • *
  • Posts: 26
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #21 on: June 29, 2009, 03:53:06 PM »
I think I have it, Hows this:

* dump 090629-145519.PNG (10.06 kB, 320x240 - viewed 248 times.)
« Last Edit: June 29, 2009, 03:56:28 PM by creativesansa333 »
Logged
creative zen v plus, sandisk sansa c240+4GB micro sdhc

Offline surfer

  • Member
  • *
  • Posts: 50
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #22 on: July 01, 2009, 03:30:35 PM »
thanks a lot once more for your help :-)

@creativesansa333:
Did you edit the Sleep Timer as well? i do not see it on your pic.
Logged

Offline creativesansa333

  • Member
  • *
  • Posts: 26
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #23 on: July 01, 2009, 07:30:32 PM »
Yes, I did include it, it alternates with other information on the bottom of the screen but it does show when you first enter the now playing screen. Do you want the files? I have them uploaded to Mediafire.
Logged
creative zen v plus, sandisk sansa c240+4GB micro sdhc

Offline surfer

  • Member
  • *
  • Posts: 50
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #24 on: July 02, 2009, 03:19:56 AM »
Sure, thanks a lot, i'd be very glad to get your edit :-)

Do you maybe have an idea how to implement the "BPM"-Info into this WPS? I have the BPM counted for all my tracks already. So it is about showing it only. I asked about it in this topic already:

http://forums.rockbox.org/index.php?topic=20551.0
« Last Edit: July 02, 2009, 03:22:16 AM by surfer »
Logged

Offline creativesansa333

  • Member
  • *
  • Posts: 26
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #25 on: July 02, 2009, 12:10:16 PM »
http://www.mediafire.com/download.php?rkddofywwwn

That is the address for the files. I don't know how to implement BPM information into the WPS. I'm not sure if there is a way yet. I learned all my stuff about how to make a WPS from a guide and it wasn't mentioned in there. Maybe someone else could tell you that hasn't answered your post in the forums yet. I will keep searching for how to implement BPM information, though.
« Last Edit: July 02, 2009, 12:13:12 PM by creativesansa333 »
Logged
creative zen v plus, sandisk sansa c240+4GB micro sdhc

Offline audio-i

  • Artist
  • Member
  • *
  • Posts: 266
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #26 on: July 02, 2009, 12:37:53 PM »
Quote from: creativesansa333 on July 02, 2009, 12:10:16 PM
I don't know how to implement BPM information into the WPS. I'm not sure if there is a way yet. I learned all my stuff about how to make a WPS from a guide and it wasn't mentioned in there. Maybe someone else could tell you that hasn't answered your post in the forums yet. I will keep searching for how to implement BPM information, though.

A *twisted* but feasible solution could be to use the "Comment" ID3 tag to place the BPM info, and then display it in the WPS using %iC. Of course, you would have to use a program like Mp3tag to "move" the BPM info there, and the comment field in your audio files would be sacrificed. (edit: unless the BPM info would be "added" to the existing comment)
« Last Edit: July 02, 2009, 01:28:13 PM by audio-i »
Logged

Offline surfer

  • Member
  • *
  • Posts: 50
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #27 on: July 02, 2009, 02:51:01 PM »
Thanks a lot! :-)

Sleep Timer
But i still do not see the info about the "sleep time". Where do you have it? And what setting of rockbox does it exactly reflect?
- my "LCD Settings/Sleep (after backlight off)" are at 20 min and
- my "System/Idle power-off" at 30 min.


BPM:
Quote
and the comment field in your audio files would be sacrificed.
and this is exactly what i do not want to.
Hopefully some solution in the near future is going to appear.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #28 on: July 02, 2009, 03:12:58 PM »
Read about sleep timer here: http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-buildch5.html#x8-1010005.11
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline surfer

  • Member
  • *
  • Posts: 50
Re: Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
« Reply #29 on: July 02, 2009, 03:42:31 PM »
@Chronom: perfect! thanks a lot. I confused those settings. Now everything is OK and i can see the sleep timer setting on the WPS.
Logged

  • Print
Pages: 1 [2] 3
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Ipod 5G, Theme 'Big Info': How to get rid of AlbumArt?
 

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

Page created in 0.121 seconds with 15 queries.