MP3 List creation.

Kinesis

Senior member
May 5, 2001
475
0
76
Hey folks, anyone know of an easy to print a list ofr MP3's I have on a CD? Like is there a way to have a program read to directory and then be able to print the list?

Thanks

 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
If you extract the CD to hardrive, the titles should be created for the songs. If you have a CD that was mixed, the same should apply if the titles were burned also.

Generate a list from there.
 

joinT

Lifer
Jan 19, 2001
11,172
0
0
make an .m3u filelist &amp; rename it to '.txt' then edit the first three lines &amp; you're done
 

basara318

Senior member
Jul 15, 2000
496
0
0
this is easy
choose add dir on ur winamp and select your CD rom drive
after winamp loads the list of mp3s
go to misc and choose generate html mp3 list
the list will appear in a browser window and ready for printin
 

Moonbender

Golden Member
Oct 19, 2000
1,046
0
0
Basara318's way is superior, but you could also simply go to a command line and output the list of mp3s to a file (or even directly to the printer, but that's not recommended). The command would be DIR *.MP3 /B >> list.txt, creating a file list.txt with all the mp3's filenames.
Since usually MP3s are named <artist> - <title>, this would work just fine, but as I said, using Winamp the way basara318 describes is more elegant.

(edit: changed /D into /B)
 

Kinesis

Senior member
May 5, 2001
475
0
76
Thanks for the help folks. The dos way works great. The Winamp suggestion sounds cool, but not way to save the list as HTML. At least not with my version. It is the latest I beleive.

Thanks