Summary: | Amarok shouldn't modify pre-existing playlists that it imports | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Daniel Thaler <Daniel> |
Component: | Playlists/Saved Playlists | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | twodeko |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Thaler
2006-05-21 00:03:24 UTC
I just got bitten by this. I keep my music in a directory hierarchy; each directory contains a single album and an m3u file (*). The m3u files contain a list of the files with RELATIVE paths. On Scanning the collection, Amarok has messed up the m3u files. There are 2 things it did wrong: 1)It wrote to the files in the first place. I asked Amarok to SCAN the collection, not to MODIFY it. 2)It changed the paths to ABSOLUTE paths. As a result, the m3u files now won't work if I copy the music directories to another machine. (*)My ogg-ripping script generates these with cd $outputdir; ls -1 *.ogg > $playlistname.m3u This happened to me--I have a bunch of music that I export so a coworker can listen to it. I had relative playlists for everything I ripped to the comp, and I just realized today that amarok had gone and changed the playlists to use the absolute paths. It doesn't affect *me* but affects anyone who wants to use my playlists to listen to music. I'm a little miffed at this. :P *** Bug 127635 has been marked as a duplicate of this bug. *** [code] chuck@chuck-debian:/media/storage/sorted/2$ ls -1 *.mp3 > testplaylist.m3u chuck@chuck-debian:/media/storage/sorted/2$ cat testplaylist.m3u Part-Time_Lover.mp3 The_hacker_Rap.mp3 Windows_95_sucks.mp3 #rescanned collection here, and playlist was correctly imported chuck@chuck-debian:/media/storage/sorted/2$ cat testplaylist.m3u Part-Time_Lover.mp3 The_hacker_Rap.mp3 Windows_95_sucks.mp3 [/code] Tested on amarok 1.4.9.1 Seems to me it's fixed closing then |