thebigmunch/audio-metadata

Refactor tag classes/structure

Aperta

#16 aperta il 15 feb 2020

 (1 commento) (0 reazioni) (0 assegnatari)Python (13 fork)github user discovery
designdiscussionhelp wantedrefactor

Metriche repository

Star
 (60 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor