Problem with Winamp M3U playlist files
Reply #2 – 2004-12-25 21:10:13
Yeah.... as I pointed out on that link to the Winamp forum, the M3U files are in fact simple ASCII files. But Winamp uses some kind of extended data coding for some puposes that I don't remember at this point. But the files don't include the entire paths to the MP3s. Here's an example where you can see that the root directory, \MP3s has been left out: #EXTM3U #EXTINF:247,Dar Williams - Starman Folk-World\Dar Williams\Dar Williams - Starman.mp3 #EXTINF:229,Bob Marley - Redemption song Unsorted\Bob Marley - Redemption song.mp3 #EXTINF:268,R.E.M. - Losing My Religion Rock-Pop\REM - Misc\REM_-_Losing_My_Religion.mp3 The full paths from the root drive for those files leaving out the drive letter as Winamp does should be: \MP3s\Folk-World\Dar Williams\Dar Williams - Starman.mp3 \MP3s\Unsorted\Bob Marley - Redemption song.mp3 \MP3s\Rock-Pop\REM - Misc\REM_-_Losing_My_Religion.mp3 I've opened a couple of dozen M3U files manually and found that only about 30% of them are missing the full path with the root \MP3s folder. I suppose I could set up a macro that would insert that folder name on every other line of the M3U. But with the hundred odd files to go through, it's still a bit of a task. At this point I'm wondering why just those 30% odd M3U files had the beginning of the file paths truncated. That may be the crux of the problem. I just did a quick test of copying those MP3s complete with the root directory tree from G: where they are now, to E: where they had been, and loading the M3U file from there. And Winamp fails to load them there too, giving the same error message: [Valid frame not found] If the root folder characters, '\MP3s' were somehow deleted somewhere along the way, how it may have happened is sure a mystery to me.