Enabled DVD+R as tested media (-multi is still always on)

This commit is contained in:
2007-03-06 20:51:32 +00:00
parent d178e2abdb
commit ada31dd3f2
5 changed files with 33 additions and 16 deletions

View File

@ -6,9 +6,11 @@
@section intro Introduction
Libburnia is an open-source project for reading, mastering and writing
optical discs. For now this means CD-R, CD-RW, DVD-RAM, DVD+RW, DVD-RW, DVD-R.
optical discs.
For now this means CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD-RW, DVD-R.
Not supported yet are DVD+R, any dual layer media, HD-DVD, BD (blue ray).
Not supported yet are dual layer media, HD-DVD, BD (blue ray). Testers for
dual layer DVD+/-R are wanted, though.
The project comprises of several more or less interdependent parts which
together strive to be a usable foundation for application development.
@ -89,7 +91,7 @@ languages and development tools.
libburner is a minimal demo application for the library libburn
(see: libburn/libburn.h) as provided on http://libburn.pykix.org .
It can list the available devices, can blank a CD-RW or DVD-RW and
can burn to CD-R, CD-RW, DVD-RAM, DVD+RW, DVD-RW, DVD-R.
can burn to recordable CD and recordable single layer DVD.
It's main purpose, nevertheless, is to show you how to use libburn and also
to serve the libburnia team as reference application. libburner does indeed

View File

@ -5,7 +5,7 @@ Content:
- SAO CD Cookbook (CD-R, CD-RW, pure audio or pure data only)
- Overwriteable DVD Cookbook (DVD-RAM, DVD+RW, DVD-RW)
- Sequential DVD-R[W] Cookbook
- >>> DVD+R Cookbook (emerging, totally untested yet)
- DVD+R Cookbook (still emerging)
-------------------------------------------------------------------------------
TAO Multi-Session CD Cookbook
@ -987,7 +987,7 @@ close session if multi-session is demanded.
-------------------------------------------------------------------------------
INCOMPLETE, YET TOTALLY UNTESTED
INCOMPLETE YET
DVD+R Cookbook
-------------------------------------------------------------------------------
@ -1077,6 +1077,8 @@ Number 0 closes the DVD+R session but keeps the media appendable.
(mmc5r03c.pdf 6.3.3.4.3)
>>> This is not tested yet. growisofs has code for that gesture but explicitly
avoids to use it. Instead it recommends to fill up the media with zeros.
Eventually 5Bh CLOSE TRACK SESSION Close Function 101b is used to finalize
the media with minimal radius. After that the disc is not appendable any more !
(mmc5r03c.pdf 6.3.3.4.4)