From 03336c055528e0373edefdbab7536439ad8b0b32 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 16 Jan 2007 15:20:17 +0000 Subject: [PATCH] Updated web page --- cdrskin/cdrskin_eng.html | 79 +++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 45 deletions(-) diff --git a/cdrskin/cdrskin_eng.html b/cdrskin/cdrskin_eng.html index b4ae222..593e8c9 100644 --- a/cdrskin/cdrskin_eng.html +++ b/cdrskin/cdrskin_eng.html @@ -25,7 +25,7 @@

Purpose:

@@ -56,7 +56,7 @@ A CD recorder suitable for GPL software included:

-
libburn-0.2.6
+
libburn-0.3.0
(by Derek Foreman, Ben Jansens, and team of libburnia.pykix.org)
transfers data to CD
@@ -88,6 +88,8 @@ and for data CD projects of K3b (see examples). Suitability for audio CD frontends has been improved much and is now being evaluated.
+DVD are written in a pseudo -tao mode which is very different from the +write mode used by cdrecord(-ProDVD).
Further enhancements depend on people who can describe and discuss their wishes as well as on the development of libburn.

@@ -102,8 +104,10 @@ wishes as well as on the development of libburn.
Make used CD-RW writable again:
$ cdrskin -v dev=/dev/sg1 blank=all -eject
$ cdrskin -v dev=/dev/dvd blank=fast -eject
+
Format DVD-RW before first use with cdrskin
+
$ cdrskin -v dev=0,1,0 blank=format_overwrite -eject
Write ISO-9660 filesystem image:
-
$ cdrskin -v dev=/dev/hdc speed=12 fs=8m driveropts=burnfree -sao -eject padsize=300k my_image.iso
+
$ cdrskin -v dev=/dev/hdc speed=12 fs=8m driveropts=burnfree -eject padsize=300k my_image.iso
Write compressed afio archive on-the-fly :
$ find . | afio -oZ - | cdrskin -v dev=0,1,0 fs=32m speed=8 driveropts=burnfree padsize=300k -tao -
Write audio tracks:
@@ -153,10 +157,9 @@ rw-permissions and retry the bus scan as non-superuser.

Download as source code (see README):
-
cdrskin-0.2.6.pl02.tar.gz -(510 KB). +
cdrskin-0.3.0.pl00.tar.gz +(540 KB).
-
(Most recent patch: backported man page from cdrskin-0.2.7)
The "stable" cdrskin tarballs are source code identical with "stable" libburn releases or with "stabilized" libburn SVN snapshots. They get @@ -165,14 +168,14 @@ cdrskin is part of libburn - full libburn is provided with cdrskin releases.
 
Download as single x86 binaries (untar and move to /usr/bin/cdrskin):
-
-cdrskin_0.2.6.pl01-x86-suse9_0.tar.gz, (60 KB), +
+cdrskin_0.3.0.pl00-x86-suse9_0.tar.gz, (75 KB),
runs on SuSE 9.0 (2.4.21) , RIP-14.4 (2.6.14) , Gentoo (2.6.15 x86_64 Athlon).
-
-cdrskin_0.2.6.pl01-x86-suse9_0-static.tar.gz, (260 KB), -static compiled, +
+cdrskin_0.3.0.pl00-x86-suse9_0-static.tar.gz, (275 KB), -static compiled,
runs on SuSE 7.2 (2.4.4), and on the systems above.
@@ -199,23 +202,15 @@ cdrskin_0.2.6.pl01-x86-suse9_0-static.tar.gz, (260 KB), -static compiled,

-Enhancements towards previous stable version cdrskin-0.2.4: +Enhancements towards previous stable version cdrskin-0.2.6:

    -
  • Option -tao is fully enabled.
    - SAO is still the preferred default but TAO is default if a track of - unpredicted size is present (stdin, named pipe, ...) or if a follow-up - session is written to an appendable CD. - (This is an intentional deviation from cdrecord defaults which themselves - have changed with the newest cdrecord versions.) -
  • -
  • Status report during blank, preparation and finalization improved.
  • -
  • Bug fixed: Trailing trash appended to .wav files caused error message - and, if exceeding fifo size, could even stall a burn. - (Workaround: disable fifo by fs=0)
  • -
  • Bug fixed: False speed with first pacifier cycle. Potential program - abort by floating point exception (NaN).
  • -
  • multi-session CDs: -multi, -msinfo, - writing to appendable CDs (for now restricted to write mode TAO).
  • +
  • Improved recognition of unsuitable media types
  • +
  • Ban of chmod u+s is replaced by a loud warning
  • +
  • Detailed man page
  • +
  • Burning to DVD+RW and DVD-RAM as non-multi, non-appending, +single-track session
  • +
  • Formatting and then burning to DVD-RW like to DVD+RW
  • +
  • Emulation of new wodim option msifile=path

@@ -223,23 +218,17 @@ Enhancements towards previous stable version cdrskin-0.2.4:

-

Development snapshot, version 0.2.7 :

-
Enhancements towards stable version 0.2.6: +

Development snapshot, version 0.3.1 :

+
Enhancements towards stable version 0.3.0:
    -
  • Improved recognition of unsuitable media types
  • -
  • Ban of chmod u+s is replaced by a loud warning
  • -
  • Detailed man page (already backported to cdrskin-0.2.6.pl02)
  • -
  • Burning to DVD+RW and DVD-RAM as non-multi, non-appending, -single-track session
  • -
  • Formatting and then burning to DVD-RW like to DVD+RW
  • -
  • Emulation of new wodim option msifile=path
  • +
  • -none yet-
 
-
README 0.2.7 -
cdrskin_0.2.7 --help
-
cdrskin_0.2.7 -help
-
man cdrskin (as of 0.2.7)
+
README 0.3.1 +
cdrskin_0.3.1 --help
+
cdrskin_0.3.1 -help
+
man cdrskin (as of 0.3.1)
 
Maintainers of cdrskin unstable packages please use SVN of libburnia.pykix.org
@@ -259,15 +248,15 @@ admins with full system souvereignty. upcoming README ):
-cdrskin-0.2.7.tar.gz +cdrskin-0.3.1.tar.gz (550 KB).
Binary (untar and move to /usr/bin/cdrskin):
-
-cdrskin_0.2.7-x86-suse9_0.tar.gz, (75 KB). +
+cdrskin_0.3.1-x86-suse9_0.tar.gz, (75 KB).
-
-cdrskin_0.2.7-x86-suse9_0-static.tar.gz, (275 KB) +
+cdrskin_0.3.1-x86-suse9_0-static.tar.gz, (275 KB)

@@ -334,7 +323,7 @@ is a GUI frontend which uses cdrecord for CD burning.)
$ export SCDBACKUP_USE_CDRSKIN=1
$ ./CONFIGURE_CD
...
-
cdrskin 0.2.6 : limited cdrecord compatibility wrapper for libburn
+
cdrskin 0.3.0 : limited cdrecord compatibility wrapper for libburn
If your system is stricken with some ill CD device then this can stall and you will have to press Ctrl+C to abort.