Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category User Interface
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by cc - 2007-10-21
Last edited by jdgordon - 2007-10-22

FS#8011 - User configurable settings in main menu

This little patch allows users to put commonly used settings in the root menu for quick access. You just have to put the setting followed by +root in a .cfg file. You can also include the whole menu containing a particular setting by using *root. For example.

brightness: +root
invert: +root
autoload bookmarks: *root
foreground color: *root
scan min step: +root
party mode: +root

See the attached fixed.cfg for more usage details.

Up to 10 items can be added.

This is a pretty no-frills implementation - I tried to keep it as simple as possible.

There was some discussion on the forum too:
http://forums.rockbox.org/index.php?topic=13277.0

Closed by  jdgordon
2007-10-22 12:39
Reason for closing:  Rejected
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

we have no desire to make the menus customizable

cc commented on 2007-10-21 21:25

Changed references to “root” to “main” after comments from bluebrother in the forum. The cfg now looks like this:

brightness: +main
invert: +main
autoload bookmarks: *main
foreground color: *main
scan min step: +main
party mode: +main

I like this patch. The only snag I hit was compiling for a target that has only a B&W LCD gave me the following errors:
menu.c: In function ‘get_setting_menu_item’:
menu.c:605: error: ‘struct user_settings’ has no member named ‘fg_color’ menu.c:607: error: ‘struct user_settings’ has no member named ‘lss_color’ make[1]: * [/home/M/rockbox2/build/apps/menu.o] Error 1
make:
* [build] Error 2
Once I hacked those cases out of your ‘special hacks’ it compiled fine, and works great (on my 2Gipod)

cc commented on 2007-10-22 08:14

Thanks for the feedback Mark - here’s a fixed version for non-colour targets.
(I also removed the special case for the eq which isn’t needed)

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing