cd jacket promotion
  
cd wallet promotion
  
cd digipak promotion

Adding CD-Text to Audio CDs

Introduction

This tutorial teaches you how to add/update CD-Text on audio CD when you need to prepare a CD master for CD Duplication.

When you put a music CD in your car stereo you may notice the track names and/or the names of the performers on the LCD screen. That information is coming from the CD-Text on the CD. CD-Text, not to be confused with the song names showing up on iTune or Windows Media Player, is embedded on the CD itself. iTune and WMP track names are retrieved from Internet repositories. If you want track names show up on iTune and Windows Media Player then that is another subject. This article deals mainly with CD-Text.

How to add CD-Text to an audio CD compilation?

CD-Text is normally input during the mastering stage. Program such as NERO allows the input of CD-Text when the CD is compiled. For instance the screen shot below shows a check box for enabling CD-Text when you use NERO to compile a new audio CD.

NERO CD-Text

Once CD-Text is enabled, you can type in the CD title and the name of the artist that apply to the CD as a whole. You can also type in the track name and track artist individually for each track as shown below.

CD-Text for individual track

If your CD/DVD writer is capable of writing CD-Text then the burned CD should have all the information on it. Please refer to the specifications of the CD/DVD writer to find out whether it is CD-Text capable.

How to add CD-Text to an audio CD?

Now what if you have a physical CD but it doesn’t have CD-Text and you want to add CD-Text to it? Or what if you find a typo on the CD-Text and you want to correct it?

There are two ways to tackle these problems

  1. You can rip the wav files out of the CD and do the new compilation from the scratch
  2. You can create a BIN/CUE file combination, edit the .CUE file to add or update the CD-Text.

The second way is what we are going to describe here.

The tool you need is called ImgBurn. It is a feature-rich free software. Download and install the software and let’s get rolling.

Step 1: Fire up ImgBurn and choose the [Create Image file from disc] icon as shown.

Create image file from disc

Step 2: Set the source, destination, and reading speed

Set the source drive where the CD is in, and set the destination where the image file set will reside. Set the second [Read Speed:] as 1x (or any other speed). The purpose of setting 1x reading speed is for reliability. Since audio CD does not have error correction so the slower the reading speed the better. The cost of setting such low speed is time. It will take much longer for the process to complete when the [Read Speed:] is set at 1x. If you feel the disc is clean and your drive is new, it will be quite safe to set at higher [Read Speed:] such as 8x.

ImgBurn settings

Step 3: Start the process

Press the [Disc to Image] icon as shown to start the process.

Start Disc to Image conversion

Step 4: Wait for the process to complete

If you set the reading speed as 1x then it will take the actual play time of the CD to complete the process. For example, if your CD is 78-min long then it will take 78-min for ImgBurn to read the CD completely. You can take a coffee break now and let the computer do the job. Try not to initiate other programs on the same computer. Put your cell phone away too as the high frequency signal from the cell phone may enter into the system. Don’t use appliance that will create ripple on the power supply such as a paper shredder or a chain saw as noise may be introduced.

ImgBurn Reading CD

When it is done you will hear an auspicious announcement with the [Operation Successfully Completed] dialog as shown below.

ImgBurn Operation Successfully Completed

Step 5: Editing the .CUE file

At this point we should have two or three files within the destination folder we set earlier at Step 2. You will have two files if the CD does not have CD-Text at all. You will have an extra .CDT file if the CD has CD-Text. The biggest file will be the .BIN file which contain the core audio content.

What we are interested in is the .CUE file. The .CUE file is a plain text file you can open and edit with any plain text editor such Notepad.

Take a look at the .CUE file we have just created and it should look like something as shown below

FILE "BayVibes4.bin" BINARY
  TRACK 01 AUDIO
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    INDEX 01 03:29:15
  TRACK 03 AUDIO
    INDEX 01 08:03:31
  TRACK 04 AUDIO
    INDEX 01 13:26:49
  TRACK 05 AUDIO
    INDEX 01 16:49:68
  TRACK 06 AUDIO
INDEX 01 20:19:70
	 

The file should be pretty self-explanatory. The first line tells where the .BIN file should be found. The rest of the lines are the track information pertaining to each track. Informaiton such as track number, the starting and ending of each track,etc can be found here.

What we want to add to the .CUE file are the CD titles, performers, and the track titles and/or track performers. The editing is very simple. The table below has two columns, the column on the left shows the original .CUE file and the column on the right shows the edited .CUE file.

FILE "BayVibes4.bin" BINARY
  TRACK 01 AUDIO
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    INDEX 01 03:29:15
  TRACK 03 AUDIO
    INDEX 01 08:03:31
  TRACK 04 AUDIO
    INDEX 01 13:26:49
  TRACK 05 AUDIO
    INDEX 01 16:49:68
  TRACK 06 AUDIO
    INDEX 01 20:19:70
	    
TITLE "Bay Vibes 4 Summer Music Fest"
PERFORMER "Various Artists"
FILE "BayVibes4.bin" BINARY
  TRACK 01 AUDIO
    TITLE "Humble Up"
    PERFORMER "Dogman Joe"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Wheels Keep Turning"
    PERFORMER "Bayonics"
    INDEX 01 03:29:15
  TRACK 03 AUDIO
    TITLE "Guarapo"
    PERFORMER "La Gente"
    INDEX 01 08:03:31
  TRACK 04 AUDIO
    TITLE "Filling A Hole"
    PERFORMER "Eric McFadden"
    INDEX 01 13:26:49
  TRACK 05 AUDIO
    TITLE "Power of Now"
    PERFORMER "Pamela Parker"
    INDEX 01 16:49:68
  TRACK 06 AUDIO
    TITLE "What a Day"
    PERFORMER "The Makepeace Brothers"
    INDEX 01 20:19:70
	     

As you can see we just need to add

TITLE
PERFORMER
	  
at the beginning of the file. These two pieces of information apply to the CD as a whole. On the track level we also have the TITLE and PERFORMER information and it is applied to individual tracks.

Once we are done with the editing, save the file and we are now ready to go back to ImgBurn to burn a physical disc.

Step 5: Write image file to disc

Fire up ImgBurn again and choose the [Write image file to disc] icon as shown.

ImgBurn Write image file to disc

Step 6: Set the source, destination, and writing speed

Choose the .CUE file we have just edited, put a blank CD-R into the drive, select the corresponding drive, and set the writing speed based on your knowledge about the CD-R you are using. There are two camps regarding the writing speed. One says the lower the speed the better, the other says writing speed should obey the specifications of the CD-R. Take your side based on your belief and set the writting speed accordingly.

ImgBurn Settings

And once again you will be greeted with the [Operation Successful Completed] dialog if the writing is indeed successful.

Step 7: Verify the disc

With the just burned disc still in the drive, Choose [Ez-Mode Picker] from the [Mode] menu. This will bring us back to the Home page of ImgBurn. Now choose the [Create Image file from disc] again as we did in step 1.

Click on the [Verify Media Information] button as shown.

ImgBurn Verify Media Information

Verify that the CD-Texts are correct.

ImgBurn verify CD-Text