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

dvda2track failure #54

Closed remenor closed 8 years ago

remenor commented 8 years ago

I can not extract with dvda2track. dvda2wav works perfectly.

Traceback (most recent call last):
  File "/usr/local/bin/dvda2track", line 210, in <module>
    AudioType = audiotools.TYPE_MAP[options.type]
KeyError: None

Anyway I can extract typically using dvda2wav.

* Extracting MLP track  2 channels  48000 Hz  24 bps
* Wrote: "./track-02-01.wav"
* Extracting MLP track  2 channels  48000 Hz  24 bps [...]
tuffy commented 8 years ago

Looks like I missed setting the default type properly, but I've pushed out a small fix which seems to be working on my end.

remenor commented 8 years ago

It works perfectly. Thank you!