Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
184 stars 34 forks source link

FLAC: Do not error on multiple VorbisComments when not strict #242

Closed Serial-ATA closed 1 year ago

Serial-ATA commented 1 year ago

This is not allowed by spec, but is still possible to encounter in the wild. Now we will just tag whichever tag happens to be latest in the stream and use it, they will not be merged like other formats (such as ID3v2 in MP3) where multiple tags are valid.