I have a folder containing a large number of MP3 files. I want to export a list of all the filenames of files in that folder, so I can then send it by email etc. This can be either copying to the clipboard or saving to a text file.
Couple of very crude suggestions come to mind:
- I could try connecting via USB to my (Windows) computer and running "dir > listing.txt" at a command prompt
- Install Terminal Emulator/IDE and run "ls > listing.txt"
However I tend to think there must be a better way to do this. Does anyone know of an app which has a feature to do this, for example?
NOTE: Most of the MP3 files do not have correct ID3s. So I'm really after the filenames as opposed to any way of exporting the media information.