GNOME Bugzilla – Bug 323095
Rhythmbox looses playlist information
Last modified: 2006-07-27 14:13:10 UTC
I have my music stored on a removeable drive and I have a playlist which contains songs from this drive. Often when I start rb the playlist is listed but empty. To get around this bug I have to save the playlist to a file and then reload it everytime this happens. I would expect that if the drive is not mounted then the songs on that drive would not appear (or would be displayed greyed out or something). When the drive is mounted they should appear. I am not sure that this bug is related to whether the drive is mounted or not as often I start rb and the drive is mounted but the playlist is still empty.
This is bug 319278. I'm hoping to fix this sometime in the next few days, because it's annoying me too. *** This bug has been marked as a duplicate of 319278 ***
This bug has come back in the lastest rhythmbox. If my usb drive is not plugged in then all songs are lost from all playlists even when I reconnect the usb disk (the library songs are shown but not the ones in custom playlists).
This should have been fixed, can you reproduce with 0.9.4 or cvs?
This problem still exists in 0.9.5.
Ah, looks like we broke it again :( It was caused by a trivial mistake of using rhythmdb_query_model_remove_entry instead of *_filter_out. I've fixed it in cvs, and also added a unit test which should (hopefullt) prevent it happening again.
Thank you, now it works :-)