n10v / id3v2

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

decode multi valued frames #92

Open karlpip opened 1 month ago

karlpip commented 1 month ago

Related issue: #91

Adds multi value frame support for TextFrames and UserDefinedTextFrames. Does not break the API and just adds a array field to the frames.

Spec ref: https://github.com/id3/ID3v2.4/blob/master/id3v2.4.0-frames.txt#L258