[Debburn-changes] r652 - cdrkit/trunk/doc/READMEs

Eduard Bloch blade at alioth.debian.org
Thu Dec 28 23:54:40 CET 2006


Author: blade
Date: 2006-12-28 23:54:40 +0100 (Thu, 28 Dec 2006)
New Revision: 652

Modified:
   cdrkit/trunk/doc/READMEs/README.cdplus
   cdrkit/trunk/doc/READMEs/README.cdtext
Log:
More cdda2wav -> icedax fixes

Modified: cdrkit/trunk/doc/READMEs/README.cdplus
===================================================================
--- cdrkit/trunk/doc/READMEs/README.cdplus	2006-12-28 22:40:16 UTC (rev 651)
+++ cdrkit/trunk/doc/READMEs/README.cdplus	2006-12-28 22:54:40 UTC (rev 652)
@@ -11,7 +11,7 @@
 If you like to append a filesystem to a audio CD, first extract the 
 CD by calling:
 
-	cdda2wav -B -vall
+	icedax -B -vall
 
 This first audio session may be written in TAO mode with the command
 
@@ -43,7 +43,7 @@
 
 The procedure again in short form:
 
-	cdda2wav -vall -B
+	icedax -vall -B
 
 	wodim -multi -audio audio_tracks ....
 or

Modified: cdrkit/trunk/doc/READMEs/README.cdtext
===================================================================
--- cdrkit/trunk/doc/READMEs/README.cdtext	2006-12-28 22:40:16 UTC (rev 651)
+++ cdrkit/trunk/doc/READMEs/README.cdtext	2006-12-28 22:54:40 UTC (rev 652)
@@ -1,6 +1,6 @@
 CD-Text Usage (to copy CD-Text from master CD):
 
-	cdda2wav -D 6,0 -vall -B	# To extract audio information
+	icedax -D 6,0 -vall -B	# To extract audio information
 	wodim dev=6,0 -vv -toc	# To extract CD-Text information
 
 	and then
@@ -25,10 +25,10 @@
 		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 
+	NOTE that icedax 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
+	The new icedax option cddb= allows you to tell icedax 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
@@ -36,9 +36,9 @@
 
 Creating a CD with CD-Text based on CDDB information from freedb.freedb.org:
 
-	Tell cdda2wav to fetch data from freedb.freedb.org, call
+	Tell icedax to fetch data from freedb.freedb.org, call
 
-	cdda2wav -D 6,0 -vall -B cddb=1	# To extract audio information/fetch CDDB data
+	icedax -D 6,0 -vall -B cddb=1	# To extract audio information/fetch CDDB data
 
 	and then call
 
@@ -50,7 +50,7 @@
 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),
+	First extract all tracks with icedax -vall (see above),
 
 	then edit the *.inf Files and add album and song titles.
 
@@ -61,5 +61,5 @@
 	for a single string.
 
 Source: README.cdtext from cdrtools package
-Edited for cdrkit by Christian Fromme <kaner at strace.org>
+Edited for cdrkit by Christian Fromme <kaner at strace.org> and Eduard Bloch
 




More information about the Debburn-changes mailing list