«

Some RegEx for stripping titles out of wpl files

[I’m posting this mainly so google will remember it for me]

I don’t have a program to automatically rip the titles out of WPL playlists for making covers and that type of things. So, when the need arises, I use Notepad++ and a little bit of Regular Expression magic. Unfortunately, I always forget to save the syntax. Here goes:

 

Replace:

<.+\.+-(.+).mp3.+>

With:

\1

 

It doesn’t work for WAV or WMA files at the moment, but I’ll fix that at some point.