thebigmunch/audio-metadata

Add strict/lenient modes with toggles

オープン

#18 opened on 2020/02/15

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (13 件のフォーク)github user discovery
designenhancementfeaturehelp wanted

Repository metrics

Stars
 (60 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド