GNOME Bugzilla – Bug 158211
Import into library followed by load playlist from file creates duplicates in library
Last modified: 2005-10-11 09:25:30 UTC
Music -> Import folder -> select folder A Music -> Playlist -> Load from file -> select m3u style playlist with the files from above folder A Both complete succesfully, but the playlist loading does not quote spaces etc in the rhytmdb.xml (cause of the dups :-) ): <location>file:///mnt/amyrlyn/ronald/2002.%20Phil%20Collins%20-%20Testify/06.%20Phil%20Collins%20-%20It's%20Not%20Too%20Late.mp3</location> <location>file:///mnt/amyrlyn/ronald/2002.%20Phil%20Collins%20-%20Testify/06. Phil Collins - It's Not Too Late.mp3</location>
*** Bug 167028 has been marked as a duplicate of this bug. ***
The problem was that the playlist loading code was escaping the URIs differently to everything else. I've committed a patch to cvs to fix this.
*** Bug 167416 has been marked as a duplicate of this bug. ***
Due to a typo the earlier patch wouldn't work in some circumstances. I've committed a updated patch that should fix this and generally make it better. Ive tried several playlists exproted by different programs, and it the problem shouldn't occur any more with RB from cvs.