This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11493 - bookmark on stop doesn't work on sleep timeout
Attached to Project:
Rockbox
Opened by Tim Middleton (timtoo) - Thursday, 22 July 2010, 17:01 GMT+1
Last edited by Thomas Jarosch (thomasjfox) - Thursday, 03 March 2011, 01:27 GMT+1
Opened by Tim Middleton (timtoo) - Thursday, 22 July 2010, 17:01 GMT+1
Last edited by Thomas Jarosch (thomasjfox) - Thursday, 03 March 2011, 01:27 GMT+1
|
DetailsThis used to work, I think back in 3.4.
While (settings -> general -> bookmarking) "bookmark on stop" is enabled, when the player is stopped via (system -> time & date) sleep timer, a bookmark is not created before the player powers down. |
This task depends upon
Closed by Thomas Jarosch (thomasjfox)
Thursday, 03 March 2011, 01:27 GMT+1
Reason for closing: Fixed
Additional comments about closing: Thanks for the initial patch!
I verified the code paths and fixed it properly.
For the record:
clean_shutdown() calls audio_stop() after the bookmark creation (as it's supposed to be).
Thursday, 03 March 2011, 01:27 GMT+1
Reason for closing: Fixed
Additional comments about closing: Thanks for the initial patch!
I verified the code paths and fixed it properly.
For the record:
clean_shutdown() calls audio_stop() after the bookmark creation (as it's supposed to be).
Salaba