thebigmunch/audio-metadata

Refactor tag classes/structure

Ouverte

#16 ouverte le 15 févr. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Python (13 forks)github user discovery
designdiscussionhelp wantedrefactor

Métriques du dépôt

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

Description

This includes:

  • Create a Tag class.
    • Has attributes name and value.
    • Format-specific tag classes inherit from Tag.
    • All tag parsing logic moves to the appropriate tag classes.
  • Refactor Tags classes to support both plain values and Tag instances in some way.

Guide contributeur