I've just started using Playlist Manager V6.1 (on a LMS v8 system) to manage local playlists.
I noticed that if I have a hand-crafted, basic playlist with relative paths, whenever I add a track to the playlist the relative paths are converted to absolute paths.
As an example, an initial playlist:
Gets converted to the following if I add a track:
Is there anyway to maintain relative paths? (I'm trying to reuse the m3u playlist files on other systems that work with the relative paths)
Thanks.
I noticed that if I have a hand-crafted, basic playlist with relative paths, whenever I add a track to the playlist the relative paths are converted to absolute paths.
As an example, an initial playlist:
Code:
../Adele/21/01 Adele - Rolling In The Deep.m4a
Code:
#CURTRACK 25
#EXTM3U
#EXTURL:file:///volume1/Music/Adele/21/01%20Adele%20-%20Rolling%20In%20The%20Deep.m4a
#EXTINF:229,Rolling In The Deep
/volume1/Music/Adele/21/01 Adele - Rolling In The Deep.m4a
#EXTURL:file:///volume1/Music/AC-DC/TNT/04%20AC-DC%20-%20Live%20Wire.mp3
#EXTINF:351,Live Wire
/volume1/Music/AC-DC/TNT/04 AC-DC - Live Wire.mp3
Thanks.