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 for writing v2 tags on files with v1 tags #54

Open sa7mon opened 4 years ago

sa7mon commented 4 years ago

I've got a number of files that already have 1-2 ID3v1 tags written to them. When I try to open these files for writing with this library, I get an Unsupported Version error. It would be really nice to be able to write v2 tags to files that already have v1 tags.