Read id3 tags from mp3 files in a folder through javascript
问题 I would like to read id3 tags from mp3 files in a folder with javascript and save it to a textfile. Is this possible? Thanks 回答1: NodeJS has a full API for reading/writing files from JavaScript. I'm not aware of any mp3 libraries for it, though... Edit : I assumed you meant JavaScript in a non-browser environment, but everyone else seems to be assuming you mean JavaScript in a web browser. If you do, then you'll struggle until/unless more browsers implement the various File APIs being created