How do you make a text list of all the mp3 files on your PC?

glen

Lifer
Apr 28, 2000
15,995
1
81
The WinAmp playlist file has tons of extranious characters.
is there an easier way?
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
Go to a DOS root prompt
dir *.mp3 /s >> list.txt

repeat with other extensions and drives.
 

glen

Lifer
Apr 28, 2000
15,995
1
81
Wow, thanks!
I don't know DOS so well.
Where will that store the txt file?
Can you tell me more details?
 

Aves

Lifer
Feb 7, 2001
12,232
30
101
Originally posted by: glen
Wow, thanks!
I don't know DOS so well.
Where will that store the txt file?
Can you tell me more details?
The file will be saved in whatever directory you issued the command from.

 

Beau

Lifer
Jun 25, 2001
17,730
0
76
www.beauscott.com
It will make that text file in whatever directory you are in when you run the command.

If you run it from C:\ then it will make the file in that directory (C:\list.txt)
 

KeyserSoze

Diamond Member
Oct 11, 2000
6,048
1
81
I've reccomended this program a thousand times here on this board.

You could do it the command line way, but there's this small little nifty program that does this called "Directory Printer". It's small, open. I love it, use it all the time. You can get all sorts of file information (created, size, etc.) or just the file name.

I use it. On the KeyserSoze scale of usability, I give it a 10 out of 10 :p






KeyserSoze
 

glen

Lifer
Apr 28, 2000
15,995
1
81
I opened Tag&Rename to see if it had a function that would work.
It did!
It exports to a *.csv file which you can open in Excel or Word.
 

glen

Lifer
Apr 28, 2000
15,995
1
81
Originally posted by: bryce
Hehe, I did it the easy way: Generated playlist with Winamp, copied all the text and placed in in a text file :)

That alos copied the directory path and other unwanted information.
 

Anubis

No Lifer
Aug 31, 2001
78,712
427
126
tbqhwy.com
Originally posted by: KeyserSoze
I've reccomended this program a thousand times here on this board.

You could do it the command line way, but there's this small little nifty program that does this called "Directory Printer". It's small, open. I love it, use it all the time. You can get all sorts of file information (created, size, etc.) or just the file name.

I use it. On the KeyserSoze scale of usability, I give it a 10 out of 10 :p

KeyserSoze

WOW that program is cool

Heres teh list it made me