tuffy / python-audio-tools

A collection of audio handling programs which work from the command line.
http://audiotools.sourceforge.net
GNU General Public License v2.0
249 stars 58 forks source link

raise UnsupportedFile(filename) #75

Open heavytull opened 6 years ago

heavytull commented 6 years ago

Very often when trying to open a file with supported format like mp3, audiotools output this error:

file01 = atls.open("file.mp3")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/audiotools/__init__.py", line 1780, in open
    raise UnsupportedFile(filename)
audiotools.UnsupportedFile: file.mp3

I have not found any clew by looking at the tag info.

laurentparmentier commented 6 years ago

Did you get anywhere with this issue? Having the same problem

heavytull commented 6 years ago

not at all