On Fri, Dec 02, 2011 at 12:26:07PM +0100, Thomas Schmitt wrote: > Hi, > > it seems that i know enough to strive for implementing in libburn > the equivalent of > > wodim dev=/dev/... -dao textfile=cdtext.cdt \ > -audio track1.bin track2.bin track3.bin > > Has the result of such a wodim run ever been tested with libcdio ? > (The data traffic between wodim and drive looks much like > with -text cuefile=...)
It should indeed be pretty much the same. -textfile should override CDTEXTFILE as in the cuesheet. > > > For implementing the example > > wodim dev=/dev/... -dao -text cuefile=cdtext.cue > > i would need to learn how to interpret the file format of cdtext.cue. Thats a cuesheet as originally introduced by CDRWIN. > man wodim for option -text talks about "ascii information for the > text strings" in the .cue file. It mentions "CDTEXTFILE" and > "SONGWRITER". > Are specs known ? Or a comprehensive collection of examples ? One site providing specs for cuesheets: http://digitalx.org/cue-sheet/syntax/ Includes: SONGWRITER, TITLE, PERFORMER, COMPOSER, ... CDTEXTFILE points to a binary file with or without size header (see other mail). An integrity check should be performed to some extend and a header should be added (if not present). > > Further, man wodim talks of "*.inf files" from cdda2wav. > Are there specs known for that format ? There are... somewhere. There might be a documentation with the cdrecord sources. Regards Leon > > > Have a nice day :) > > Thomas > >
