- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface
- Assigned To No-one
- Operating System All players
- Severity Very Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#6138 - Be more talkative in info menu
Under the Rockbox info screen, speak the estimated remaining battery
time as well as the buffer size.
Under the version (credits) option, do speak the firmware version
number (spell it).
I’m a new Rockbox user, I’m blind and I’m a programmer. There’s lots of
things I’d like my player to tell me. I thought I’d start with something
simple while I learn how to go about contributing. Thanks.
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
New version: The version strings isn’t actually spoken from the credits
plugin, of course… Just have the version spelled with the other stuff
under the info menu.
I have made a change to this patch. It looks for main_menu.c in the menus folder under apps. Before it looked for main_menu.c in the apps folder. Hope this is ok. Thanks
I have updated this patch.
It just had a few errors but now it should compile and apply fine.
Use p0 to add it.
Update so it now applies cleanly and compiles on the latest svn build. Also I have got the time to be spoken before the disk free info.
Requires
fs#7647
Here it is…
Sorry about the last patch forgot to include the lang part.
Anyway here is the complete patch again. Can someone test it and make sure it is working?
Requires
FS#7647Should now use
FS#7798Resinced to r15011.
My patch (
FS#7897) was committed and changed some rtc code in main_menu.c.Anyway here is an update compiles and applies fine on the latest svn.
Also added speaking of the total disk size.
Requires
FS#7798Here it is.