After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 158211 - Import into library followed by load playlist from file creates duplicates in library
Import into library followed by load playlist from file creates duplicates in...
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.8.8
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 167028 167416 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-11-13 21:13 UTC by Ronald Hummelink
Modified: 2005-10-11 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Hummelink 2004-11-13 21:13:53 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>
Comment 1 James "Doc" Livingston 2005-10-06 12:08:58 UTC
*** Bug 167028 has been marked as a duplicate of this bug. ***
Comment 2 James "Doc" Livingston 2005-10-06 14:04:12 UTC
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.
Comment 3 James "Doc" Livingston 2005-10-11 09:13:34 UTC
*** Bug 167416 has been marked as a duplicate of this bug. ***
Comment 4 James "Doc" Livingston 2005-10-11 09:25:30 UTC
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.