Serial-ATA / lofty-rs

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

ID3v2: Report bad or unsupported frame IDs #212

Closed uklotzde closed 1 year ago

uklotzde commented 1 year ago

This is the first step to reveal information about malformed/unsupported tags.

Those frames should be skipped when parsing in Relaxed mode.

Note: The BadFrameId error was used for different purposes, not only for parsing as the message suggests.

Serial-ATA commented 1 year ago

Thanks, I reverted the purely fmt changes. I don't think it looks too good, I'll have to configure rustfmt to cut that out.

uklotzde commented 1 year ago

I had to update my (barely) used nightly toolchain just to fix the CI errors. This is inconvenient.