- Status Closed
- Percent Complete
- Task Type Patches
- Category Configuration
- Assigned To No-one
- Operating System Archos Recorder
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2427 - Easily load one of 3 config files at startup
replaces [ 1094552 ] Easily load one of 3 config files at
startup, https://sourceforge.net/tracker/index.php?
func=detail&aid=1094552&group_id=44306&atid=439120
because i submitted it without logging in.
Easily load one of 3 config files at startup
This patch lets you choose f1.cfg, f2.cfg or f3.cfg at the
resume menu, depending on the button you click. You
can place the config files in .rockbox. I’m not sure if it’s
possible to make this work on Ondios.
Thanks to amiconn for the help :)
Partly fills the following feature requests:
[ 642366 ] CFG selection submenu in sound menu
[ 724408 ] Auto conf with “rockbox.cfg” of
the desired directory
[ 749580 ] CFG Selection Based on Power Type
[ 788135 ] Prompt for which cfg to load at bootup
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Finished the patch. Behaviour:
#if CONFIG_KEYPAD == RECORDER_PAD
(so only when using recorder) it does this:
- show a menu bar with the texts f1.cfg, f2.cfg, f3.cfg at the
bottom of the screen
- load the named config file from /.rockbox on press of one of
the function keys; after that wait for other keypresses (play
to resume, or other to stop)
- when config file does not exist, it will exit the menu (so the
original behaviour of the ‘press any key’ still stands for the
people who want it)
ok, the new version.
this one is compatible with ondio and player too.
that is, when the resume ask screen is enabled. when it’s
disabled, the resume screen is broken too… but it’s enough for
today
grr… logged out again. well, whatever.
zeekoe.