KristoforMaynard / music-tag

Simple interface to edit audio file metadata
MIT License
125 stars 19 forks source link

NotImplementedError: Mutagen type <class 'mutagen.wave.WAVE'> not implemented #4

Closed Dubeys closed 3 years ago

Dubeys commented 4 years ago

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
AnonymousWalker commented 3 years ago

same issue here, someone needs to address this