Split MonkeyAudio (.ape + .cue + .log) of whole audio CD into MP3 of individual tracks

I have a whole audio CD ripped to single audio file in MonkeyAudio (.ape) format, together with .cue and .log files (using Exact Audio Copy, from comment in .cue file).

How would one split this one large audio file into MP3 files of individual tracks, best if with correct ID3 information from .cue file?


Solution 1:

I use CUE Splitter, works like a charm, Windows only.

Solution 2:

You can use CUETools, to do it — load up the .cue file or .ape file with the other one in the same directory, select tracks for cue style and mp3 output and it'll automate the whole process.

Solution 3:

On Linux, you could use mac to dump the .ape into .wav, then bchunk to split the big .wav file into tracks using information from the .cue file.

.wav to .mp3 can be done with lame/ffmpeg.

I'm pretty sure there must be shellscripts that automate the whole process (including the population of ID3 tags), but finding them is a trivial google task, since now you know a lot of keywords.

As you could see, I assumed Linux, if you want to do it using another operating systems, consider to add the os name as tag, to get more precise answers.