This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9660 - Database selections trigger the dynamic playlist warning
Attached to Project:
Rockbox
Opened by Steve Bavin (pondlife) - Wednesday, 17 December 2008, 15:38 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Monday, 21 December 2009, 06:44 GMT+2
Opened by Steve Bavin (pondlife) - Wednesday, 17 December 2008, 15:38 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Monday, 21 December 2009, 06:44 GMT+2
|
DetailsRecipe:
1) Enable the "Warn when erasing dynamic playlist" option. 2) Play an album from the database. 3) Attempt to play a second album from the database. Expected behaviour: No warning, as no manual playlist manipulation has taken place. Actual behaviour: The warning is triggered. Revision: r19463. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Monday, 21 December 2009, 06:44 GMT+2
Reason for closing: Fixed
Additional comments about closing: ignore that last comment.... wasnt too bad of a hack.. in r24089.
Monday, 21 December 2009, 06:44 GMT+2
Reason for closing: Fixed
Additional comments about closing: ignore that last comment.... wasnt too bad of a hack.. in r24089.
I'd understand this under dynamic playlist: The playlist that's created when you start playing music by selecting a track. If you selected a playlist to start music, that'd not be dynamic.
However, if you've not performed any edits, this warning should not be needed. Unfortuanately the database sets up a playlist by using the same playlist API that manual insertions do, so from the point of view of the playlist code, edits are taking place.