[Debburn-changes] r629 - in cdrkit/trunk: . wodim

Eduard Bloch blade at alioth.debian.org
Thu Dec 21 10:33:44 CET 2006


Author: blade
Date: 2006-12-21 10:33:43 +0100 (Thu, 21 Dec 2006)
New Revision: 629

Modified:
   cdrkit/trunk/TODO
   cdrkit/trunk/wodim/wodim.1
Log:
Documented the bugs and stored more ideas in the TODO file

Modified: cdrkit/trunk/TODO
===================================================================
--- cdrkit/trunk/TODO	2006-12-21 00:06:47 UTC (rev 628)
+++ cdrkit/trunk/TODO	2006-12-21 09:33:43 UTC (rev 629)
@@ -1,7 +1,15 @@
- - import libcuefile from on cuetools-1.3.1/src/lib (after generating the
+ - fix the multi-file in cuefile support at all. First idea:
+   import libcuefile from on cuetools-1.3.1/src/lib (after generating the
    parser with its build system), add CMakeLists.txt, drop cue.c and make wodim
    make use of the parsed CUE data if available.
+   But be warned, JS said something about bugs in cuetools code, a proper test
+   suite is required. I doubt he will share his test cases.
 
+   Maybe even do it properly and create a track writting strategy preprocessor
+   module which could be feeded from cue/toc or from CLI options.
+   But OTOH this is similar to what libburnia is going to make real, spare time
+   is better invested there.
+
  - check the REMOTE method, especially with real device names and ssh.
    Something is going wrong.
    OR

Modified: cdrkit/trunk/wodim/wodim.1
===================================================================
--- cdrkit/trunk/wodim/wodim.1	2006-12-21 00:06:47 UTC (rev 628)
+++ cdrkit/trunk/wodim/wodim.1	2006-12-21 09:33:43 UTC (rev 629)
@@ -2239,6 +2239,15 @@
 compatible with rscsi from 
 .BR cdrtools
 either. Good bugfixes are welcome, talk to Cdrkit maintainers.
+.PP
+.B cuefile support is very limited, only one file is allowed. For volunteers,
+see TODO file in the source.
+.PP
+.B Specifying an audio file multiple times causes corruption of the second
+track (effectively no data plus minimum padding).
+.PP
+Some of the bugs may be fixed in Joerg Schilling's cdrtools. See there for
+details, URL attached below.
 
 .SH CREDITS
 .PP




More information about the Debburn-changes mailing list