This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6364 - Loading a bookmark during playback fails
Attached to Project:
Rockbox
Opened by Stephane Doyon (sdoyon) - Tuesday, 21 November 2006, 16:11 GMT+2
Last edited by Steve Bavin (pondlife) - Friday, 07 March 2008, 09:45 GMT+2
Opened by Stephane Doyon (sdoyon) - Tuesday, 21 November 2006, 16:11 GMT+2
Last edited by Steve Bavin (pondlife) - Friday, 07 March 2008, 09:45 GMT+2
|
DetailsLoading a bookmark while music is already playing (through the onplay
menu) doesn't work: playback just stops. I've traced it a bit and confirmed that bookmark_play() calls playlist_start(), which has to call audio_play(). I've found that adding audio_stop() at the top of bookmark_play() solves the problem and makes it work. But that's probably not the correct fix, is it? |
This task depends upon
Closed by Steve Bavin (pondlife)
Friday, 07 March 2008, 09:45 GMT+2
Reason for closing: Fixed
Additional comments about closing: Should be fine as of r16518. Let us know if not.
Friday, 07 March 2008, 09:45 GMT+2
Reason for closing: Fixed
Additional comments about closing: Should be fine as of r16518. Let us know if not.
All that has to be done is comment out one line, but it's not a good fix because it prevents the WPS from disappearing when the end of the playlist is reached, and possibly other negative effects... Anyway, with this bookmarks work.