Hi, > Would be nice to actually have a working example of multilanguage CD-text.
It should be possible to burn such a CD by cdrskin-1.2.0 and multiple Sony Input Sheets. Assumed that english.txt and german.txt describe the same CD with 3 tracks, this would produce a CD with both language blocks: cdrskin dev=/dev/sr0 -v \ input_sheet_v07t=english.txt \ input_sheet_v07t=german.txt \ -audio track_source_1 track_source_2 track_source_3 To be applied to blank CD-R or CD-RW. After burning, the text packs can be listed by cdrskin dev=/dev/sr0 -vvv -toc which also creates a file ./cdtext.dat if it does not exist yet. Up to 8 blocks are allowed. See libburn/doc/cdtext.txt "Sony Text File Format" for the implemented understanding of the Sony format. input_sheet_v07t= may be combined with cuefile=. In this case it gives language blocks 1 up to 7 additional to number 0 which is defined in the .CUE file. Have a nice day :) Thomas