This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11644 - Playlist isn't loaded after reboot if it had ended
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Sunday, 26 September 2010, 22:43 GMT+2
Last edited by Frank Gevaerts (fg) - Tuesday, 24 January 2012, 23:16 GMT+2
Opened by Frank Gevaerts (fg) - Sunday, 26 September 2010, 22:43 GMT+2
Last edited by Frank Gevaerts (fg) - Tuesday, 24 January 2012, 23:16 GMT+2
|
DetailsThe current playlist isn't loaded after reboot if it had ended. This makes things like "View Current Playlist" and "Save Current Playlist" behave differently after the end of a playlist if the player is rebooted. I think all such inconsistencies shoud be removed.
Note that with e.g. in-car use, the user may not even realise whether the DAP was rebooted or not, since it will power up automatically. This patch changes that, so the current playlist is *always* reloaded. Please review, I'm not a playback/playlist expert |
This task depends upon
Closed by Frank Gevaerts (fg)
Tuesday, 24 January 2012, 23:16 GMT+2
Reason for closing: Out of Date
Additional comments about closing: In current code the playlist viewer isn't accessible any more after the playlist ends, which means that the entire issue is moot.
Tuesday, 24 January 2012, 23:16 GMT+2
Reason for closing: Out of Date
Additional comments about closing: In current code the playlist viewer isn't accessible any more after the playlist ends, which means that the entire issue is moot.
When I read "restore" I understand "load and play".
Thanks for the precise information.
With this patch applied, dynamic playlists aren't blown away when inserting (a) track(s) with playback stopped. This makes it impossible to clear the dynamic playlist as all inserted tracks are appended to the current list instead of starting anew.
Recipe:
With this patch applied, insert some tracks into a dynamic playlist.
Stop playback.
Insert some tracks either from the Database or Filebrowser, these tracks are appended to the previous stopped dynamic playlist instead of starting a new dynamic playlist.
[St.]
Anyway, I'd either consider "end of playlist" to rid the system of the current playlist or always retain the previous one, either in memory or in persistent storage. If marked as completed, playlist edit commands should clear it properly, or always give a set of options. Appearance of "Erase dynamic playlist?" isn't even consistent between using directories and the database.