Hi,
Don't know how far along you are in testing different formats, but I'm getting this error when trying to open a file I wrote with python wave.
File "main.py", line 48, in chainRecord
songFile = music_tag.load_file(filePath)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music_tag/__init__.py", line 61, in load_file
"".format(type(mfile)))
NotImplementedError: Mutagen type <class 'mutagen.wave.WAVE'> not implemented
Hi, Don't know how far along you are in testing different formats, but I'm getting this error when trying to open a file I wrote with python wave.