mgermaine93 / album-artwork-finder

0 stars 0 forks source link

Preserve track # and disc # once track is converted from m4a to mp3 #10

Closed mgermaine93 closed 3 years ago

mgermaine93 commented 3 years ago

Currently, if an m4a track already exists, the new mp3 track will append to the end of the existing album without a track number. Ideally, I guess I would want to convert everything to an mp3.

mgermaine93 commented 3 years ago

This is now solved for individual files. The following links were exceptionally helpful: https://stackoverflow.com/questions/42231932/writing-id3-tags-using-easyid3 https://id3.org/id3v2.4.0-frames https://mutagen.readthedocs.io/en/latest/api/id3.html#mutagen.easyid3.EasyID3.RegisterTextKey