Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Jiggy1965

macrumors newbie
Original poster
Oct 7, 2008
29
0
So I've got one long mp3. A mix of tracks of over an hour so without breaks. I'd like to burn then on an audio cd. But with the accompanying cue file. The cue file is there so that when played on a cd player, I could skip to individual tracks or segments of the mix. Couldn't split the mp3 up cause that would cause breaks. It should either be played continuously, or when on cd skipping to cue markers which are set in that cue sheet file. But how can I do that on a Mac? I've heard that in Nero e.g. on windows that's easily done. But so far I can't find software yet which does it on a Mac. Toast e.g. only excepts bin/cue files to burn. Not mp3/cue combinations. I want to burn the entire single mp3 file as an audio cd, but add the cue file to make the mp3 skippable as if the audio cd had individual tracks. Is there any such burning software on a Mac which can do that?
 
Do you have a cue sheet made?
If no, you can use simple template

PHP:
PERFORMER "ARTIST_NAME"
TITLE "ALBUM_NAME"
FILE "PATH_TO_AUDIO_FILE.mp3" MP3
  TRACK 01 AUDIO
    TITLE "TRACK_TITLE"
    PERFORMER "ARTIST_NAME" 
    INDEX 01 00:00:00
 
  TRACK 02 AUDIO
    TITLE "TRACK_TITLE"
    PERFORMER "ARTIST_NAME" 
    INDEX 01 02:00:00
// + ADDITIONAL TRACKS
then open cue in XLD and burn audio CD
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.