cjcodeproj / musicscan

Python code to examine music files and extract metadata
MIT License
0 stars 0 forks source link

Composer field may be going away #16

Closed cjcodeproj closed 1 month ago

cjcodeproj commented 3 months ago

According to some TinyTag issue reports, the composer attribute will probably be going away, but the data will be available under the extras dictionary.

We should accommodate for this in the code.

Right now the Track object is almost an exact one to one field ratio for a TinyTag object, but the design goal of the class is to have a simple interface that gives direct access to the fields we want.

As a future consideration, Track needs to be engineered to handle input from other sources as well.

mathiascode commented 1 month ago

I decided to revert this change in tinytag, since the composer field is commonly used for classical music, and not worth breaking for existing users.

cjcodeproj commented 1 month ago

I decided to revert this change in tinytag, since the composer field is commonly used for classical music, and not worth breaking for existing users.

This is good to know. Thank you for the update.

cjcodeproj commented 1 month ago

Closing Notes

Not an issue.