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
| | |-+  Sansa Clip+ Edit theme (volume appearance)
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa Clip+ Edit theme (volume appearance)  (Read 968 times)

Offline Viper73

  • Member
  • *
  • Posts: 29
Sansa Clip+ Edit theme (volume appearance)
« on: December 08, 2012, 05:33:47 AM »
Hello,

i have an Sansa Clip+ and i am using rockbox 3.8.1
I downloaded an theme and there is one thing i want to change, but i don't know how.

The volume is showed with numbers instead of an volume symbol. Thats how i want it. But it is showed from "-80" to "+6". I want the volume showed from "0" to "100" and not with minus / negative numbers. How can i change this ?

Greets, Viper
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Sansa Clip+ Edit theme (volume appearance)
« Reply #1 on: December 08, 2012, 07:53:07 AM »
You cant, we show volume as its dB value, not a percentage (which makes no sense)
Logged


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

Offline gevaerts

  • Administrator
  • Member
  • *
  • Posts: 1053
Re: Sansa Clip+ Edit theme (volume appearance)
« Reply #2 on: December 08, 2012, 11:23:45 AM »
You can't meaningfully translate from dB to a percentage, but you can  use the %pv tag as a conditional to show whatever sort numbers or text (or images...) you like.

e.g. to show the volume as numbers from 0 to 5, use:
Code: [Select]
%?pv<0|1|2|3|4|5|6> 

(note that the last value is used for "above 0", which means distortion might occur)

See http://www.rockbox.org/wiki/CustomWPS for details
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  Sansa Clip+ Edit theme (volume appearance)
 

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

Page created in 0.073 seconds with 16 queries.