Page 1 of 1
Moving playlists between devices
Posted: 18 Apr 2017 02:36
by trueboss926
Hello, can there be a better way VLC uses to manage playlists? I have all my music stored on a Dropbox folder on my computer, and I use VLC for Windows to create playlists. And then I copy all the songs, including the playlists I created to my Android device. But when i try to open in the VLC app it's telling me the files are not found. Trying to open the m3u file with notepad, I have to manually change the directories for each song to match the filesystem for Android. Every time I add or change a song I have to do this and it's not so convenient, especially if I have to manage a lot of files. If I create or modify a playlist on Windows , I expect it to work on Windows. If I copy that same file to Android without making any changes, I expect it to work on Android also. So can the developers of VLC implement a better solution for this?
Re: Moving playlists between devices
Posted: 18 Apr 2017 18:33
by Jean-Baptiste Kempf
VLC 3.0 will export m3u playlists with non-absolute path.
Re: Moving playlists between devices
Posted: 15 Aug 2017 04:02
by trueboss926
Has there been any update on this request?
Re: Moving playlists between devices
Posted: 15 Aug 2017 12:22
by Lotesdelere
Have you tried with latest VLC 3.0.0
nightly build ?
Re: Moving playlists between devices
Posted: 15 Aug 2017 18:28
by trueboss926
Still having the same problem
Re: Moving playlists between devices
Posted: 15 Aug 2017 18:30
by trueboss926
Re: Moving playlists between devices
Posted: 02 Jun 2018 00:41
by trueboss926
The latest version of VLC is still having the same issue.
Re: Moving playlists between devices
Posted: 01 Jan 2019 09:35
by dougwong55
How do I get VLC to export a playlist with relative paths? I open the files in VLC, arrange them in the order I want and then select Media | Save Playlist to File. I can select a folder and file name for the playlist, but there is no option to choose between absolute paths and relative paths. I am using VLC V3.0.4 Vetinari.
Re: Moving playlists between devices
Posted: 03 Jan 2019 12:09
by SimPune
VLC is still having the same issue..
Re: Moving playlists between devices
Posted: 03 Jan 2019 18:23
by Rémi Denis-Courmont
Save the playing in the same directory or a parent directory of the files. That's the heuristic to pick relative or absolute paths.
Re: Moving playlists between devices
Posted: 14 May 2019 16:54
by bikewave55
No, a playlist saved to the same directory as the songs will have absolute path names. Windows 10. V3.0.6 VLC media player.
e.g.
#EXTM3U
#EXTINF:192,Moody Blues, The - Go Now
file:///G:/media/music6_1164songs/Moody_Blues__The_-_The_Best_Of_The_Moody_Blues_(1996)_MP3/01%20-%20Go%20Now.mp3
Now, it is true that if you save it to the parent directory, then the paths will be relative to that directory. Which is a step in the right direction. But then the paths will have the directory name in them and if you change the directoryname, then the playlist will not work. This was an odd way to attempt to address this request for feature.
Re: Moving playlists between devices
Posted: 24 May 2019 01:40
by trueboss926
Any updates?
Re: Moving playlists between devices
Posted: 26 May 2019 09:18
by Rémi Denis-Courmont
Works fine here as of 3.0.0.
Re: Moving playlists between devices
Posted: 27 May 2019 21:56
by trueboss926
I am still getting the absolute path under 3.0.6
Re: Moving playlists between devices
Posted: 20 Jul 2019 16:41
by Unknow0059
I am having the same issue as bikewave55 on VLC 3.0.7 Vetinari.
I saved an .m3u playlist on Desktop and the path is absolute.
Paths are saved as absolute, except for the paths of the files in the directory the playlist was placed on. If you manually edit the m3u and remove the absolute filepaths leading to the filename, VLC will Not reproduce the playlist, not even the files in the directory of the m3u that were being played prior to editing. Calling this "relative path support" is ridiculous even if partially true.