shnsplit en Ubuntu 14.04
sudo add-apt-repository -y ppa:flacon
sudo apt-get update
sudo apt-get install -y flacon
shntool split -f *.cue -o flac -t '%n - %p - %t' *.ape
flacones una GUI para shntool, pero viene con todos los códecs que necesita ... de lo contrario recibí el error:
shnsplit: warning: failed to read data from input file using format: [ape]
shnsplit: + you may not have permission to read file: [example.ape]
shnsplit: + arguments may be incorrect for decoder: [mac]
shnsplit: + verify that the decoder is installed and in your PATH
shnsplit: + this file may be unsupported, truncated or corrupt
shnsplit: error: cannot continue due to error(s) shown above
En particular, el flacon PPA proporciona el macpaquete (Monkey's Audio Console), del cual flacondepende, que tiene la macherramienta CLI, que parece ser el ingrediente principal que falta.
cuesplittertambién funcionaría.