Can anyone explain the process of getting artist name and track titles on a cd? We would like to make some cd's ourselves and save some money for duplication but it would be nice if there was info on the cd instead of unknown artist track 1 or some shit. Also any recommendations for cd duplication?
You need to make a custom TOC file when you burn the CD, like this:
QuoteCD_DA
CD_TEXT {
LANGUAGE_MAP {
0: 9
}
LANGUAGE 0 {
TITLE "Hemisaurus"
PERFORMER "Another Kick In The Nuts"
MESSAGE ""
}
}
// Track 1
TRACK AUDIO
NO COPY
NO PRE_EMPHASIS
TWO_CHANNEL_AUDIO
CD_TEXT {
LANGUAGE 0 {
TITLE "Camel Dong"
PERFORMER "Hemisaurus"
MESSAGE ""
}
}