shnsplit
trên 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
flacon
là một GUI cho shntool
, nhưng nó đi kèm với tất cả các codec mà nó cần ... nếu không thì tôi đã gặp lỗi:
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
Đặc biệt, flacon
PPA cung cấp mac
gói (Bảng điều khiển âm thanh của Monkey), flacon
tùy thuộc vào mac
công cụ CLI, dường như là thành phần bị thiếu chính.
cuesplitter
cũng sẽ hoạt động.