This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7357 - Bookmark Loses Place After Deleting Songs
Attached to Project:
Rockbox
Opened by Chris (smilerz) - Tuesday, 26 June 2007, 04:26 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 17 August 2008, 16:48 GMT+2
Opened by Chris (smilerz) - Tuesday, 26 June 2007, 04:26 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 17 August 2008, 16:48 GMT+2
|
DetailsAfter a bookmark is created for a playlist, if songs from that playlist are deleted the bookmark no longer accurately saves last played position.
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Sunday, 17 August 2008, 16:48 GMT+2
Reason for closing: Wont Fix
Additional comments about closing: yes, bookmarks are intentionally kept simple so they can be loaded quickly... if you remove files from the bookmarked playlist you wont definitely get the right file playing on resume.
Sunday, 17 August 2008, 16:48 GMT+2
Reason for closing: Wont Fix
Additional comments about closing: yes, bookmarks are intentionally kept simple so they can be loaded quickly... if you remove files from the bookmarked playlist you wont definitely get the right file playing on resume.
Add to that that bookmarks can't be created when you start playback by inserting a folder. (via the context menu)
The part about you can't bookmark (a known limitation) is
FS#7295.At the root of my player are three files.
Podcast1.mp3
Podcast2.mp3
Podcast3.mp3
I play Podcast1.mp3 and while listening to Podcast2.mp3 I delete Podcast1.mp3. Before the file is finished I create a bookmark and turn off the player.
I restart the player, resume the bookmark (either by selecting play, which resumes that last bookmark or browsing recent bookmarks and selecting Podcast2.mp3) Playback then resumes at the correct timestamp on Podcast3.mp3.
To make matters even more confusing - If I go to recent bookmarks and select (again) the bookmark that I desire the correct song is displayed in the play screen, but playback immediately stops. If I select the bookmark for a 3rd time the bookmark starts the correct song at the desired timestamp.
I assume that an index number is stored rather than the file name, then on reboot the directory is re-indexed and the old index number is used to find the wrong file. Then again - I could be completely wrong. ;-)