File: README.cdtext

package info (click to toggle)
cdrtools 4%3A2.01%2B01a01-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,220 kB
  • ctags: 13,532
  • sloc: ansic: 112,799; sh: 10,632; perl: 670; makefile: 460; pascal: 41; sed: 4
file content (61 lines) | stat: -rw-r--r-- 2,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
CD-Text Usage (to copy CD-Text from master CD):

	cdda2wav -D 6,0 -vall -B	# To extract audio information
	cdrecord dev=6,0 -vv -toc	# To extract CD-Text information

	and then

	cdrecord dev=6,0 -v -dao textfile=cdtext.dat -useinfo *.wav
	or
	cdrecord dev=6,0 -v -raw96r textfile=cdtext.dat -useinfo *.wav

	If the CD-Text information contains more CRC errors than
	cdrecord can correct, you need to reload the CD and to
	re-read the CD-Text information from the master disk.

	Writing of CD-Text is supported for all drives that support
	CD-Text in SAO write mode and for all drives that support
	to write in RAW/RAW96R mode (use -raw96r in this case).

	NOTE: not all writers that support MMC SAO mode support
		to write CD-Text in this write mode.
		If you have a drive that does not support CD-Text
		but supports RAW/RAW96R mode use this mode as
		in RAW/RAW96R mode the drive does not need to know
		about CD-Text. This way even old drives like the
		Plextor PX-R 412C will write CD-Text.

	NOTE that cdda2wav will read CD-Text and fill in the 
	CD-Text fields in the *.inf files if vou use -vall.

	The new cdda2wav option cddb= allows you to tell cdda2wav to
	retrieve CDDB information from freedb.freedb.org.
	cddb=0 means ask if ambiguous, cddb=1 means take first entry.
	The information in this case is filled into the fields
	in the *.inf files.

Creating a CD with CD-Text based on CDDB information from freedb.freedb.org:

	Tell cdda2wav to fetch data from freedb.freedb.org, call

	cdda2wav -D 6,0 -vall -B cddb=1	# To extract audio information/fetch CDDB data

	and then call

	cdrecord dev=6,0 -v -dao -text -useinfo *.wav
	or
	cdrecord dev=6,0 -v -raw96r -text -useinfo *.wav


If you like to create your own CD-text data for a CD use the
following method:

	First extract all tracks with cdda2wav -vall (see above),

	then edit the *.inf Files and add album and song titles.

	Now call cdrecord as if the *.nf files contain CD-Text 
	information.

	Note that it is recommended to use less that 160 characters
	for a single string.