I'm in need of a DLL which reads and writes M3U files. I am not talking about just saving a text file with the .m3u extention,
I mean a proper M3U playlist with the following layout:
Code:
#EXTINF:<track time in secs>,<artist - track 1> [color:green];ID3 infomation for track 1[/color]
track 1.mp3 [color:green];file name[/color]

I'm working on a script which does this, but as you can imagine it's rather slow on a large number of MP3s.
I don't want to use Winamp or any other program for writing M3U files. Any work will be much appreciated.