Does anyone know of a playlist generator that will generate a .m3u file from a folder full of .mp3 files?
|
feedback
|
|
Since m3u is basically just a list of files you can use dir command like this:
This will make a list of files in a folder. If you also want to add files in all sub folders, add switch /s, however this will add full path in front of files so if the songs are on a portable player you might want to edit out the path to original folder. If you have other files in folders and only want to add mp3 files, you can use filter *.mp3
| |||||||
feedback
|
|
You could also use Winamp. Just open the folder in the winamps' playlist and then save the result as an m3u file | |||||
feedback
|
|
Try foobar2000 it scans my entire 10000 song library in under 5 minutes. And it runs faster and leaner than perhaps any audio player. Do it the same way as in any other player --> Drag the entire folder into the main playlist and save it as one | |||
feedback
|
|
VLC can do this. Drag the folder onto the window, then use the Playlist menu to export an m3u playlist. Since you don't seem to want VLC, you could take a look at tag (with the frontend) | ||||
feedback
|
|
Mp3Tag is focused on handling tags in bulk. Generation of a m3u playlist is one its basic features. It lets you do a lot of organization beyond that.
| ||||
|
feedback
|
