I have a problem with converting a single file ape + cue file to separated flac or ape files:
CODE
shntool.exe split -DD -f "XXX XXX - YYY YYY YYY.cue" -m " _? ! / \ " -t "%n-%p-%t" -i ape -o ape "XXX XXX - YYY YYY YYY.ape"
shntool [split]: debug1: parsing [ape] decoder argument string originating from command line: [ape]
shntool [split]: debug1: parsing [ape] encoder argument string originating from command line: [ape]
shntool [split]: debug1: reading input filenames from command line
shntool [split]: debug2: spawned input process with pid 3420 and command line: "mac" "XXX XXX - YYY YYY YYY.ape" "-" "-d"
shntool [split]: debug2: waiting for [mac] input process 3420 to exit
shntool [split]: debug2: process 3420 exit status: [0]
shntool [split]: debug2: spawned input process with pid 2372 and command line: "mac" "XXX XXX - YYY YYY YYY.ape" "-" "-d"
shntool [split]: warning: failed to read data from input file using format: [ape]
shntool [split]: + you may not have permission to read file: [XXX XXX - YYY YYY YYY.ape]
shntool [split]: + arguments may be incorrect for decoder: [mac]
shntool [split]: + verify that the decoder is installed and in your PATH
shntool [split]: + this file may be unsupported, truncated or corrupt
shntool [split]: debug2: waiting for [mac] input process 2372 to exit
shntool [split]: debug2: process 2372 exit status: [0]
shntool [split]: error: cannot continue due to error(s) shown above
shntool [split]: debug1: parsing [ape] decoder argument string originating from command line: [ape]
shntool [split]: debug1: parsing [ape] encoder argument string originating from command line: [ape]
shntool [split]: debug1: reading input filenames from command line
shntool [split]: debug2: spawned input process with pid 3420 and command line: "mac" "XXX XXX - YYY YYY YYY.ape" "-" "-d"
shntool [split]: debug2: waiting for [mac] input process 3420 to exit
shntool [split]: debug2: process 3420 exit status: [0]
shntool [split]: debug2: spawned input process with pid 2372 and command line: "mac" "XXX XXX - YYY YYY YYY.ape" "-" "-d"
shntool [split]: warning: failed to read data from input file using format: [ape]
shntool [split]: + you may not have permission to read file: [XXX XXX - YYY YYY YYY.ape]
shntool [split]: + arguments may be incorrect for decoder: [mac]
shntool [split]: + verify that the decoder is installed and in your PATH
shntool [split]: + this file may be unsupported, truncated or corrupt
shntool [split]: debug2: waiting for [mac] input process 2372 to exit
shntool [split]: debug2: process 2372 exit status: [0]
shntool [split]: error: cannot continue due to error(s) shown above
The ape file can be decompressed manually without problems:
CODE
mac "XXX XXX - YYY YYY YYY.ape" "-" "-d"
--- Monkey's Audio Console Front End (v 4.06) (c) Matthew T. Ashland ---
Decompressing...
Progress: 100.0% (0.0 seconds remaining, 106.8 seconds total)
Success...
--- Monkey's Audio Console Front End (v 4.06) (c) Matthew T. Ashland ---
Decompressing...
Progress: 100.0% (0.0 seconds remaining, 106.8 seconds total)
Success...
mac.exe is inside the cwd && PATH was set to monkey audio install directory
converting with -i flac using the same command line (but on flac/cue input files) works fine.
any idea ?
greets jaawaa