Read the
Split ape with cue.
Use the cueape.sh script on that page. I did it successfully with it. It even writes the tags into the splitted mp3 files.
Firstly emerge mac mp3splt and lame or oggenc.
For id3tag-v2, I just needed to add '-2' to the cueape.sh script:
It was:
Code: Select all
out="$(mp3splt -f -c "$(basename "$2")" -o "@n+-+@t" "$tm.mp3")"
I changed it like:
Code: Select all
out="$(mp3splt -f -c "$(basename "$2")" -o "@n+-+@t" -2 "$tm.mp3")"
Then you can split into mp3 with like this:
Code: Select all
cueape.sh CDImage.ape CDImage.cue -m