This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8181 - Mpegplayer: Don't save settings when pausing
Attached to Project:
Rockbox
Opened by PaulJam (PaulJam) - Monday, 19 November 2007, 00:28 GMT+2
Last edited by Peter D'Hoye (petur) - Wednesday, 16 January 2008, 14:21 GMT+2
Opened by PaulJam (PaulJam) - Monday, 19 November 2007, 00:28 GMT+2
Last edited by Peter D'Hoye (petur) - Wednesday, 16 January 2008, 14:21 GMT+2
|
DetailsWhen pausing video playback in the mpegplayer this causes the settings to be saved in order to preserve the resumepoint in case of an idle poweroff. This feature was introduced by revision 15079.
On targets with a harddrive this causes a delay of 2-3 seconds from pressing the button until the video actually pauses, which can be bad if you for example pause in order to read a subtitle. So it would be nice if the settings/resumepoint would only be saved when the device is actually about to shut down. I think the function button_get() returns SYS_POWEROFF when the device is going to shut down, so this could propably be used to trigger the settings saving. |
This task depends upon
Closed by Björn Stenberg (zagor)
Wednesday, 16 January 2008, 14:21 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
Wednesday, 16 January 2008, 14:21 GMT+2
Reason for closing: Fixed
Additional comments about closing: Closing all feature requests.
The pause delay won't happen in my update that I'll get back to work on once the voice format change thing cools down. It saves on exit only (remembers on stop) but will add the idle poweroff handling too.