Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
187 stars 35 forks source link

ID3v2: Allow for generic conversion of language frames #392

Closed Serial-ATA closed 5 months ago

Serial-ATA commented 5 months ago

TagItem can now store a language and description, making it possible to convert all ID3v2 COMM and USLT frames to their generic ItemKey::{Comment, Lyrics} counterparts.

fixes #383

Serial-ATA commented 5 months ago

Rustfmt is just falling apart right now.