Serial-ATA / lofty-rs

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

ID3v2: Support more frames #236

Closed Serial-ATA closed 1 year ago

Serial-ATA commented 1 year ago

This adds support for the following frames: "RVA2", "OWNE", "ETCO", and "PRIV".

Additionally, this changes Id3v2Tag::remove to return the frame(s) removed, and Id3v2Tag::insert to check for frames that only meant to appear once in a file, replacing if necessary. Those frames are: "MCDI", "ETCO", "MLLT", "SYTC", "RVRB", "PCNT", "RBUF", "POSS", "OWNE", "SEEK", and "ASPI".

Part of #189