browser-id3-writer icon indicating copy to clipboard operation
browser-id3-writer copied to clipboard

JavaScript library for writing ID3 tag to MP3 files in browsers and Node.js

Results 11 browser-id3-writer issues
Sort by recently updated
recently updated
newest added

TIT1 is not supported Uncaught Error: Unsupported frame TIT1 at t.setFrame (browser-id3-writer.js:1:4487) at FileReader.reader.onload (track-uploader.js:18:30) writer.setFrame('TIT1', 'MP3 TAGGED SONG');

Hi there, thanks for this package, very useful! Would you be open to publishing TypeScript types with this? **Workaround:** Switch to [`node-id3`](https://www.npmjs.com/package/node-id3), which is written in TypeScript

Makes the indentation 2 spaces (nodejs standard) instead of 4. Also adds a setting to maintain spacing in switches.

Adds support for the "Synchronised lyrics" ID3 tag. https://id3.org/id3v2.3.0#Synchronised_lyrics.2Ftext This closes #44

Adds support for the "Involved people list" ID3 tag. https://id3.org/id3v2.3.0#Involved_people_list This closes #67

Would be great to have [chapters](http://id3.org/id3v2-chapters-1.0) supported. Any idea how hard that would be to add support for?

enhancement

I've tried https://egoroof.ru/browser-id3-writer/stream out of interest for `respondWith` API... * chrome works * firefox kinda works (downloads .part file, fails to rename? or download is incomplete?) * firefox nightly doesn't...

Would be great if the writer could tag the Involved people list (IPLS) Details: http://id3.org/id3v2.3.0/#Involved_people_list

enhancement

This ID3 Editor (http://www.pa-software.com/id3editor/) allows control over some custom tags use by Apple and Google for podcasting called "feed" and "description". Any chance this tool could support those? This article...

My player (AIMP) don't want to recognize `WOAS` frame. Only [`WXXX`](http://id3.org/id3v2.3.0#User_defined_URL_link_frame) for link. Can you implement this frame in you script, please?

enhancement