mgermaine93 / album-artwork-finder

0 stars 0 forks source link

Find and implement method to convert non-mp3 files to mp3. #2

Closed mgermaine93 closed 3 years ago

mgermaine93 commented 3 years ago

Certain files in my library are of non-mp3 type (.m4a, etc). As a user, I want to account for this by converting all non-mp3 files to mp3.

mgermaine93 commented 3 years ago

Pydub's AudioSegment seemed to fix this. The file is mp3 now and plays well: https://stackoverflow.com/questions/38110384/convert-any-audio-file-to-mp3-with-python