n10v / id3v2

🎵 ID3 decoding and encoding library for Go
https://pkg.go.dev/github.com/bogem/id3v2/v2
MIT License
334 stars 50 forks source link

Add support of footer #49

Open n10v opened 4 years ago

n10v commented 4 years ago

To speed up the process of locating an ID3v2 tag when searching from the end of a file, a footer can be added to the tag. It is REQUIRED to add a footer to an appended tag, i.e. a tag located after all audio data. The footer is a copy of the header, but with a different identifier.

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

n10v commented 4 years ago

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