thebigmunch/audio-metadata

Add strict/lenient modes with toggles

Ouverte

#18 ouverte le 15 févr. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Python (13 forks)github user discovery
designenhancementfeaturehelp wanted

Métriques du dépôt

Stars
 (60 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur