Just a title list will be OK - title and artist would be ideal, but because they are in an MP3 format, I can't seem to list them anywhere - is there a way to change the format so they will list?
Think I'd try a DIR command in DOS, highlight and copy the list (or maybe direct the output into a file like DIR > MP3LIST.TXT) use that to paste into a spreadsheet.
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.
"In software engineering, rubber duck debugging is a method of debugging code. The name is a reference to a story in the book The Pragmatic Programmer in which a programmer would carry around a rubber duck and debug their code by forcing themselves to explain it, line-by-line, to the duck."
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.
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.