id3-parser icon indicating copy to clipboard operation
id3-parser copied to clipboard

A pure JavaScript id3 tag parser.

Results 5 id3-parser issues
Sort by recently updated
recently updated
newest added

```javascript // Currently do not support unsynchronisation if (flags.unsync) { throw new Error('no support for unsynchronisation'); } ```

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Without this little assumption it was...

![you lied](https://cdn3.imggmi.com/uploads/2019/2/2/c1b7e662c64735c3983e40abba939f15-full.png) It doesn't seems that any of the code is written in JavaScript. I think without a TypeScript compiler you could not use the code! > Update your repository...

CHAP frames would be a nice addition!