thebigmunch/audio-metadata

Add strict/lenient modes with toggles

Aperta

#18 aperta il 15 feb 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Python (13 fork)github user discovery
designenhancementfeaturehelp wanted

Metriche repository

Star
 (60 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Change certain exceptions, to be determined, to warnings that can be made exceptions based on which mode audio-metadata is in. The exceptions most likely to be changed regard spec-compliance of tags. This would be the precursor of the ability to fix/upgrade tags/tag versions.

  • Which should be default? Current behavior is strict.
  • What API to use to toggle mode?
    • Top-level API functions to enable globally?
    • Arguments to top-level API functions?
    • Both?
  • How will the warnings classes fit in with exceptions hierarchy [#17]?

Guida contributor