Hi, Michael Lange wrote: > > https://web.archive.org/web/20151223114027/http://digitalx.org/cue-sheet/ > > cdrskin: FAILURE : In cue sheet file: Multiple occurrences of FILE
Reco wrote: > cdrskin(1) says: > a *single file* which is given in the sheet by command FILE. Indeed. cdrskin expects a single FILE command in the CUE file. That's how i have read the CDRWIN CUE descriptions years ago. The above web page about cue-sheet says "FILE commands must appear before any other command except CATALOG. This rule contradicts the examples on this site: Note" The plural of "commands" might mean that more than one FILE command is allowed, which the CUE file interpreter shall concatenate. cdrskin does not do that. But the same effect can be achieved by following Reco's proposal to concatenate the files before the cdrskin run. > > is there any reference how to set up a cue sheet for cdrskin Besides the man page text about option cuefile= with its list of supported CUE file commands, there is https://sources.debian.org/src/libburn/1.5.2-1/doc/cdtext.txt/#L650 -------------------------------------------------------------------------- The intention of supporting CUE files in cdrskin was to handle the case of a single input data file and multiple tracks. The case of a 1:1 relation between input files and tracks is served by the cdrecord-ish style of submitting multiple track sources and the non-cdrecord option input_sheet_v07t=. See the man page of cdrskin for input_sheet_v07t= and the example Write audio tracks and CD-TEXT to CD: Further there is an example at https://sources.debian.org/src/libburn/1.5.2-1/doc/cdtext.txt/#L600 Have a nice day :) Thomas