• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

MP3 file help

lightstar

Senior member
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?
 
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
 
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.
 
Back
Top