Serial-ATA / lofty-rs

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

ID3v2: Support writing ID3v2.3 tags #411

Closed Serial-ATA closed 18 hours ago

Serial-ATA commented 4 days ago

Using WriteOptions::use_id3v23, the caller now has the choice to write ID3v2.3 tags, which is necessary for older software.

closes #62