ChatterBank2 mins ago
Listing Mp3 Files.
41 Answers
I have a major collection - several thousand- of MP3's stored on my desk top, and I want to compile an index.
Is there any way to transfer the list to a spreadsheet, or a word document please?
Thanks.
Is there any way to transfer the list to a spreadsheet, or a word document please?
Thanks.
Answers
Best Answer
No best answer has yet been selected by andy-hughes. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Looking ar Jim's link, it's more or less what I suggested.
Get Windows to search for CMD, select it, a DOS window will open.
Ckick in in to type. Go to the directory that contains your MP3 files. i.e. CD C:\mydirectorynane\myMP3directory or whatever.
Type in the DIR > FILENAME.TXT thing.
The info is now in FILENAME.TXT. Do with it what you will.
Get Windows to search for CMD, select it, a DOS window will open.
Ckick in in to type. Go to the directory that contains your MP3 files. i.e. CD C:\mydirectorynane\myMP3directory or whatever.
Type in the DIR > FILENAME.TXT thing.
The info is now in FILENAME.TXT. Do with it what you will.
JimF - // I've never understood why people who are not IT-literate describe themselves as 'idiot's or 'stupid'. It's almost as if they think it gives them some sort of inverted kudos. //
I assure you I am not proud of my lack of knowledge in this area - if you prefer it, can you explain to me as an intelligent person who lacks specific knowledge of the terminology and applications you are explaining.
Thanks.
I assure you I am not proud of my lack of knowledge in this area - if you prefer it, can you explain to me as an intelligent person who lacks specific knowledge of the terminology and applications you are explaining.
Thanks.
Back when I had Windows I used an earlier incarnation of this https:/ /downlo ad.cnet .com/Pr intFold ers/300 0-2248_ 4-10067 127.htm l
Difficult on a tablet, let's see if I can be clearer.
Bottom left of your screen there sould be a circle icon, click on it to search.
Type in "CMD" for command prompt and click on the command prompt suggestion. A DOS window will open. Click on in in order to make it active for typing.
You need to know the directory path where you MP3s are stored. Let's say they are on the C: drive in \mymusic\mp3s, as an example.
Type in the DOS window "CD C:\mymusic\mp3s\"
The PC will then go there and anything typed afterwards will be applied to that directory and whatever is in that directory.
Type "DIR > MYMP3LIST.TXT"
It should perform a directory listing but put the information into the MYMP3LIST.TXT file rather than the screen.
When it has finished the C:\mymusic\mp3s\MYMP3LIST.TXT should exist and you can use it however you like. Maybe try and open it in Excel. Or in Word. Or whatever.
Bottom left of your screen there sould be a circle icon, click on it to search.
Type in "CMD" for command prompt and click on the command prompt suggestion. A DOS window will open. Click on in in order to make it active for typing.
You need to know the directory path where you MP3s are stored. Let's say they are on the C: drive in \mymusic\mp3s, as an example.
Type in the DOS window "CD C:\mymusic\mp3s\"
The PC will then go there and anything typed afterwards will be applied to that directory and whatever is in that directory.
Type "DIR > MYMP3LIST.TXT"
It should perform a directory listing but put the information into the MYMP3LIST.TXT file rather than the screen.
When it has finished the C:\mymusic\mp3s\MYMP3LIST.TXT should exist and you can use it however you like. Maybe try and open it in Excel. Or in Word. Or whatever.
"All the files are listed on one memory stick, so I simply need to convert the contents of the stick into information that a spreadsheet can take."
Ah not on the C: drive then. Well substitute the drive letter and it's directory for CD C:\mymusic\mp3s\
i.e. if the stick's letter is F: type
"F:"
then
CD F:\mymusic\mp3s\ or whatever the directory is called.
Ah not on the C: drive then. Well substitute the drive letter and it's directory for CD C:\mymusic\mp3s\
i.e. if the stick's letter is F: type
"F:"
then
CD F:\mymusic\mp3s\ or whatever the directory is called.