Serial-ATA / lofty-rs

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

probe: Add new default ParsingMode variant #205

Closed Serial-ATA closed 1 year ago

Serial-ATA commented 1 year ago

The new BestAttempt variant will be less eager to error than the previous default, ParsingMode::Strict. This comes with the consequence that the input may not be entirely spec-compliant.

This implements BestAttempt for UniqueFileIdentifierFrame::parse and adds Strict checks for VorbisComments parsing. More checks will come in the future.

closes #204