thebigmunch / audio-metadata

A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
https://forum.thebigmunch.me
MIT License
57 stars 11 forks source link

Add __*attr__ methods to Tags class #39

Closed thebigmunch closed 4 years ago

thebigmunch commented 4 years ago

After changing the __*attr__ methods in the tbm_utils.AttrMapping class in https://github.com/thebigmunch/tbm-utils/commit/d9dd372a5c7aead14853561f902748d131db25e6, the attribute access involving the field mapping functionality of Tags classes can cause failures like in https://github.com/thebigmunch/google-music-scripts/issues/56. These should've been implemented before the last release.