Page 1 of 1

Really Dumb playlist question.

Posted: 20 Feb 2017 06:00
by OneTimeUser
I want to set up a bunch of playlists, but I am constantly moving things around on my drives, and whenever I do, the playlist is no good because it's pointing to the old location. I have a bunch made by others that work regardless of where the folder is located. I figure if I can figure this out, I can put the m3u in the same folder as the tracks, and then create shortcuts from each folder in my playlists directory. This honestly seems like it should be really easy but I am drawing a complete blank.....

Windows 10 Home X64 if it matters (I suspect not)

Thanks in advance.

Re: Really Dumb playlist question.

Posted: 20 Feb 2017 09:42
by Lotesdelere
What do you expect ?
VLC can't guess where you have moved your files.

And yes, the best solution is make .M3U files within the same folders as the tracks, with only the tracks names and no absolute paths, and then open them.

Re: Really Dumb playlist question.

Posted: 20 Feb 2017 22:25
by OneTimeUser
Thanks for the reply. I understand the program doesn't know where I have moved them. I guess I didn't make it clear that I do not know how to create the .m3u the way you have described here.

Thanks

Re: Really Dumb playlist question.

Posted: 21 Feb 2017 08:33
by Lotesdelere
I do not know how to create the .m3u the way you have described here.
Very simple:

Code: Select all

file1.mp3 file2.mp3 file3.mp3 etc

Re: Really Dumb playlist question.

Posted: 21 Feb 2017 14:18
by OneTimeUser
Actually, this isn't simple at all, can anyone possibly give me instructions on how to create a playlist that will ignore that the files have been moved? I notice that the playlists generally have the entire path in them, but this restricts them to their current location. I simply want the freedom to move the folders around at will, and still have the playlists work. These instructions really don't tell me anything. Thanks anyway.

Re: Really Dumb playlist question.

Posted: 22 Feb 2017 11:39
by Lotesdelere
instructions on how to create a playlist that will ignore that the files have been moved
As said before, the only solution is to create an M3U playlist which will remain into the same folder as the files it will play.

You open a text editor (e.g. Notepad), you type in one file name per line

Code: Select all

filename1.mp3 filename2.mp3 filename3.mp3
and you save it as Playlist.m3u, for instance.

Then you can open and play the playlist.

Re: Really Dumb playlist question.

Posted: 23 Feb 2017 22:09
by OneTimeUser
Thanks for the reply. I already know how to create a playlist. I was hoping to create all the playlists in the current location, and then move the folders to their new, permanent home. But this would invalidate the playlist files. So...... I decided to move them as I work on them, and only when they are ready and in the perm location will I create the playlist.

Thanks

Re: Really Dumb playlist question.

Posted: 01 Mar 2017 20:06
by geray
Why don't you open the .m3u file with notepad and 'Replace All' of the old location with the new location, i.e.
\\diskstation\music\folder a
with
\\diskstation\music\folder b

then save

Re: Really Dumb playlist question.

Posted: 01 Mar 2017 23:38
by OneTimeUser
Geray, thanks, that is an option. I appreciate it.