Skip to content
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

Add support of padding #48

Open
n10v opened this issue Feb 12, 2020 · 1 comment
Open

Add support of padding #48

n10v opened this issue Feb 12, 2020 · 1 comment

Comments

@n10v
Copy link
Owner

n10v commented Feb 12, 2020

It is OPTIONAL to include padding after the final frame (at the end
of the ID3 tag), making the size of all the frames together smaller
than the size given in the tag header. A possible purpose of this
padding is to allow for adding a few additional frames or enlarge
existing frames within the tag without having to rewrite the entire
file. The value of the padding bytes must be $00. A tag MUST NOT have
any padding between the frames or between the tag header and the
frames. Furthermore it MUST NOT have any padding when a tag footer is
added to the tag.

http://id3.org/id3v2.4.0-structure

@n10v
Copy link
Owner Author

n10v commented Feb 12, 2020

Click 👍 if you need support of this feature. Click 👎 - if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant