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 extended header #46

Open n10v opened 4 years ago

n10v commented 4 years ago

The extended header contains information that can provide further insight in the structure of the tag, but is not vital to the correct parsing of the tag information; hence the extended header is optional.

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

n10v commented 4 years ago

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