mgermaine93 / album-artwork-finder

0 stars 0 forks source link

Find and implement method to preserve song metadata (artist, album, composer, etc.) during file conversion. #3

Closed mgermaine93 closed 3 years ago

mgermaine93 commented 3 years ago

Using Mutagen and ID3 seemed to fix this: https://stackoverflow.com/questions/8948/accessing-mp3-metadata-with-python https://stackoverflow.com/questions/18369188/python-add-id3-tags-to-mp3-file-that-has-no-tags

mgermaine93 commented 3 years ago

Still need to figure out how to save the year recorded value...

mgermaine93 commented 3 years ago

This works now.