-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support v2.3.0/v2.4.0 frame flags #48
Comments
See #49 which addresses this issue. Although it might not be all that is required, it was enough in our case. Please advise if you'd like us to extend this PR. |
@kwisatz You might want to try my node-id3 version. It was forked from Zazama's, but then split off because it was a pretty substantial rewrite. It handles TXXX, multi-value TXXX frames, 2.3 and 2.4 ID3 tags, and more. It's still a WIP because I had to put it on hold for a few months but I'll be getting back to it shortly and finalizing things. It isn't published to NPM yet for that reason (I need to change the name first too!) but it works fine if you just pull the repo and reference the source files. |
Hey guys, any updates here? |
Would be nice to also add Synchronised lyrics/text (SYLT) https://id3.org/id3v2.3.0#sec4.10 |
@felpsio this has now been done in #122 since version 0.2.4. |
Just a quick implementation note:
|
Example file. The cover image extracted using mp3tag is this file.
I saw that release v0.1.6 was related to ID3 v2.4, but according to @kbuffington, is ID3 v2.4 actually not yet supported?
Originally posted by @hexrcs in #45 (comment)
The APIC frame in this file has n/p indicators set, which breaks the supported header length of node-id3.
See 4.1.2 http://id3.org/id3v2.4.0-structure
The text was updated successfully, but these errors were encountered: