This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5049 - Startup Screen option (feature request FS#5020)
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Thursday, 06 April 2006, 14:54 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Monday, 11 December 2006, 20:55 GMT+2
Opened by Alexander Levin (fml2) - Thursday, 06 April 2006, 14:54 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Monday, 11 December 2006, 20:55 GMT+2
|
DetailsHere is a patch that adds the 'Startup Screen' option to the playback menu (General Settings -> Playback -> Startup Screen). Possible values are:
- File Browser - FM Radio (only on devices where it's present) - Playback (formerly known as 'Resume on Startup') - Recording Screen (only on devices with recording capability, formerly known as 'Start Rockbox in Recording Screen') - Last Active Screen The options 'Resume on Startup' and 'Start Rockbox in Recording Screen' have been removed. Known issues: 1. The 'Last Active Screen' feature is not implemented yet, it's equivalent to 'File Browser' for now (see file tree.c) -- since I don't know where is the best place to track the active screen. 2. Version of the settings structure is increased, so save your settings before installing this patch. 3. I'm not completely sure whether the 'FM Radio' option is implemented correctly, I used the code for 'Recording Screen' as a template. So it would do no harm if a developer familiar with Rockbox structure would throw a critical look at it! |
This task depends upon
Closed by Dave Chapman (linuxstb)
Wednesday, 21 February 2007, 12:19 GMT+2
Reason for closing: Out of Date
Additional comments about closing: As mentioned in the last comment, this functionality will be part of the \"root menu\" patch currently in development - FS #6630
Wednesday, 21 February 2007, 12:19 GMT+2
Reason for closing: Out of Date
Additional comments about closing: As mentioned in the last comment, this functionality will be part of the \"root menu\" patch currently in development - FS #6630
This would be really helpful for musicians that want to jot down ideas really quickly or for people that like to take voice memos often.
Cheers!
Do you mean another entry in the Startup Screen menu? Or a different setting? I don't like the former and would probably like the latter. I.e. you'd have (probably somewhere in the recording related menu) an option for input source with the values mic, line in, optical, last active. And then, if you go to the recording screen, the selected source is used. But it has nothing to do with this feature request/patch.
But *whether* you go to the recording screen is set via this option (i.e. from this patch).
- Lang file keeps the old lines for resume on start up and recording screen on startup (not needed anymore) since I don't want to bump the lang file version
- Last active screen is now tracked
One problem remains: since stop is triggered on button press (not on button release), the shut down process is never started from the WPS screen. I.e. WPS (and radio, and recording) can't be the last active screen before shut down. So that option ('last active' it is) will always activate file browser after start up.
FS#6630) will allow this.