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

audiotools.open() and UnsupportedFile exception #1

Open jbd opened 14 years ago

jbd commented 14 years ago

Hello,

i'm playing with the audiotools api, and i've got one concerne about the audiotools.open. It raises the same UnsupportedFile exception type if there is no audiotools class to handle it and if there is an IOError, which seems to me quite embarrasing if you want to fully understand why a file is not recognized.

What is your feeling about it ?