Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bugs
  • Category Music playback
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version
  • Due in Version Undecided
  • Due Date Undecided
  • Votes 1
  • Private
Attached to Project: Rockbox
Opened by sdoyon - 2006-11-21
Last edited by pondlife - 2008-03-07

FS#6364 - Loading a bookmark during playback fails

Loading 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?

Closed by  pondlife
2008-03-07 08:45
Reason for closing:  Fixed
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Should be fine as of r16518. Let us know if not.

It seems there is something wrong in the codec loading because the code which is used when the playlist is finished playing is called in this case right after the bookmark is loaded… This makes the playback stop when it shouldn’t.
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.

Bug is still present in SVN (r14152).

Cannot reproduce with Sansa e200 + r16523.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing