thebigmunch/audio-metadata

Add strict/lenient modes with toggles

Offen

#18 geöffnet am 15.02.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (13 Forks)github user discovery
designenhancementfeaturehelp wanted

Repository-Metriken

Stars
 (60 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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]?

Contributor Guide