Handling m3u files with the wrong path

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Handling m3u files with the wrong path

Re: Handling m3u files with the wrong path

by Lowlander » Sat Apr 17, 2010 10:51 am

You can also open all files in Notepad++ and use the Replace function on all open files.

Re: Handling m3u files with the wrong path

by Whiznot » Sat Apr 17, 2010 12:57 am

Well... I'm a total noob re MM scripts.

I finally decided to try editing each m3u with Notepad++. Even though I had never used Notepad++ the process was extremely simple. Open the file and replace all C:\ with G:\. Notepad++ even remembers the replace parameters when subsequent files are opened.

I can't program but someone could probably write a program to automate converting a batch of playlists.

EDIT: Apparently there is no need to write batch conversion program. With Notepad++ the user can create a macro and have it autorun multiple times.

Re: Handling m3u files with the wrong path

by Whiznot » Sat Apr 17, 2010 12:22 am

Thank you nohitter151. You linked me to the thread I was searching for. :D

Re: Handling m3u files with the wrong path

by nohitter151 » Sat Apr 17, 2010 12:10 am

Handling m3u files with the wrong path

by Whiznot » Sat Apr 17, 2010 12:03 am

Please help me find a simple solution to the following problem.

I have m3u playlists created by MM on a WinXP boot drive. The songs on the playlist reference a C drive. I would like to either play or import the playlists in MM on a Windows 7 boot drive but the embedded paths are no longer valid.

I could go to the trouble of altering the music path on the Windows 7 drive to match the m3u files but there is probably an easier method.

EDIT: I should have searched first. I have a good solution now.

Top