QUOTE
winamp seems to load massive m3u playlists far more quicker than normal "un-extended" ones... so support for extended playlists is handy
As you probably know, that's because the Extended info playlists include the track length, artist, and song title..... aka all the info winamp would normally have to read on its own when loading files therefore making the loading slower (notice in the winamp options you can set the option to load info upon load, or upon display.... display is faster because it wont load the entire playlist when you start up).
However, adding the EXT info to the playlist would require more work than I really want to do, because I'd have to include the capability of reading ID3 tags and all of that.... to actually create the EXT info, so I'd rather not do that.
QUOTE
There's one thing I'd like you to add to it if possible... the option to remove the extended info from Winamp playlists. I guess that should be fairly easy to do as you would just need to remove all the lines starting with "#EXTINF:".
Also it would be nice if you could just make it one application with that mass playlist creation you mentioned included in it.
By default (and I dont plan on giving an option) all EXT info is removed from playlists ONLY in directories that have missing files because the original playlist is simply overwritten with the new existing-file track list.
But as far as having a seperate function to go in and remove all EXT info from playlists regardless if files are missing or not, thats certainly easy enough.
The Mass Playlist creation I will include in this program.
I've been coding non stop (except for that 1 hour during TV

) (so, approx 5-6 hours) since I posted saying I would start to, and I *think* I'm finished (other than adding in the mass playlist creation). I've tested it somewhat and seem to have everything working properly, although I never can fully test everything in all possibly ways that someone might break it.
I'd be greatful if one or two people volunteered to beta test it for me before I actually make it available to everyone, and report any problems they encounter.
If any of you have an NTFS drive with your mp3s on it, I definately could use you just to make sure all the functions work with NTFS correctly (although they should).