MP3 file help

lightstar

Senior member
Mar 16, 2008
579
0
0
so i have a folder with over 300 MP3's. i want to make a list of just the file names without having to type out each one by hand. anyone have suggestions or tricks?
 

lightstar

Senior member
Mar 16, 2008
579
0
0
great- thank you! i'll check it out. . . .i had a MP3 player on an old computer that could export playlists as files but i can't seem to find the program
 

CoinOperatedBoy

Golden Member
Dec 11, 2008
1,809
0
76
In Windows, open a command prompt, cd to the MP3 directory, and use this command:

dir /A:-D /B > file_list.txt

This will list only the file names in the directory, excluding subdirectories, and save them in file_list.txt.

I haven't used tag & rename; maybe it would be an easier solution if you're just trying to get data from the tags.