thebigmunch/audio-metadata

Add strict/lenient modes with toggles

开放

#18 创建于 2020年2月15日

 (0 条评论) (0 个反应) (0 位负责人)Python (13 个派生)github user discovery
designenhancementfeaturehelp wanted

仓库指标

星标
 (60 个星标)
PR 合并指标
 (30 天内没有已合并 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]?

贡献者指南