Serial-ATA / lofty-rs

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

ID3v2: Disallow 4 character TXXX descriptions as `ItemKey` #394

Closed Serial-ATA closed 2 months ago

Serial-ATA commented 2 months ago

As mentioned in the TODO, this is a temporary hack that doesn't allow any 4 character TXXX/WXXX descriptions. A better solution in the future would be to have the ItemKey map entries be prefixed.

So rather than: "REPLAYGAIN_ALBUM_GAIN" => ReplayGainAlbumGain

It'd be: "TXXX:REPLAYGAIN_ALBUM_GAIN" => ReplayGainAlbumGain,

closes #309