This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8656 - Error saving non-current playlist file
Attached to Project:
Rockbox
Opened by Steve (TheBashar) - Wednesday, 27 February 2008, 19:22 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 21 July 2011, 08:41 GMT+2
Opened by Steve (TheBashar) - Wednesday, 27 February 2008, 19:22 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 21 July 2011, 08:41 GMT+2
|
DetailsI was trying to remove a track from a non-current (not playing) playlist using the playlist viewer. I can remove the track but when I return to the playlist, the change is not persisted. While in the viewer I try forcing a save to the same file name as was loaded and I get the following error message: "error accessing playlist file".
Because of this problem, the only way I remove tracks from a non-current playlist is through "Open with" text_editor. And that is pretty inconvenient. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 21 July 2011, 08:41 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r30184
Thursday, 21 July 2011, 08:41 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r30184
playlist.c line 3388 is the culprit (playlist_save()).
Possible fix is to try to grab the plugin buffer here which should be enough for most playlists.