Improved cdrskin man page and web page

This commit is contained in:
Thomas Schmitt 2011-12-14 14:27:27 +00:00
parent 64b90c1da6
commit 350971a34e
2 changed files with 35 additions and 2 deletions

View File

@ -1049,40 +1049,69 @@ such sheets can be read by multiple input_sheet_v07t= options.
Each will define a CD-TEXT language block. Each will define a CD-TEXT language block.
.br .br
The information in such a sheet is given by text lines of the following form: The information in such a sheet is given by text lines of the following form:
.br
purpose specifier [whitespace] = [whitespace] content text purpose specifier [whitespace] = [whitespace] content text
.br
[whitespace] is zero or more ASCII 32 (space) or ASCII 9 (tab) characters. [whitespace] is zero or more ASCII 32 (space) or ASCII 9 (tab) characters.
The purpose specifier tells the meaning of the content text. The purpose specifier tells the meaning of the content text.
Empty content text does not cause a CD-TEXT attribute to be attached. Empty content text does not cause a CD-TEXT attribute to be attached.
.br .br
The following purpose specifiers apply to the session as a whole: The following purpose specifiers apply to the session as a whole:
.br
Purpose specifier | Content example Purpose specifier | Content example
.br
------------------------------------------------------------- -------------------------------------------------------------
.br
Text Code = 8859 Text Code = 8859
.br
Language Code = English Language Code = English
.br
Album Title = Joyful Nights Album Title = Joyful Nights
.br
Artist Name = United Cat Orchestra Artist Name = United Cat Orchestra
.br
Songwriter = Various Songwriters Songwriter = Various Songwriters
.br
Composer = Various Composers Composer = Various Composers
.br
Arranger = Tom Cat Arranger = Tom Cat
.br
Album Message = For all our fans Album Message = For all our fans
.br
Catalog Number = 1234567890 Catalog Number = 1234567890
.br
Genre Code = Classical Genre Code = Classical
.br
Genre Information = Feline classic music Genre Information = Feline classic music
.br
Closed Information = This is not to be shown by CD players Closed Information = This is not to be shown by CD players
.br
UPC / EAN = 1234567890123 UPC / EAN = 1234567890123
.br
Text Data Copy Protection = OFF Text Data Copy Protection = OFF
.br
First Track Number = 1 First Track Number = 1
.br
Last Track Number = 3 Last Track Number = 3
.br .br
The following purpose specifiers apply to particular tracks: The following purpose specifiers apply to particular tracks:
.br
Purpose specifier | Content example Purpose specifier | Content example
.br
------------------------------------------------------------- -------------------------------------------------------------
.br
Track 01 Title = Song of Joy Track 01 Title = Song of Joy
.br
Track 01 Artist = Felix and The Purrs Track 01 Artist = Felix and The Purrs
.br
Track 01 Songwriter = Friedrich Schiller Track 01 Songwriter = Friedrich Schiller
.br
Track 01 Composer = Ludwig van Beethoven Track 01 Composer = Ludwig van Beethoven
.br
Track 01 Arranger = Tom Cat Track 01 Arranger = Tom Cat
.br
Track 01 Message = Fritz and Louie once were punks Track 01 Message = Fritz and Louie once were punks
.br
ISRC 01 = XYCRR1101234 ISRC 01 = XYCRR1101234
.br .br
Track numbers are decimal despite the leading 0. There should be as many track Track numbers are decimal despite the leading 0. There should be as many track

View File

@ -287,7 +287,10 @@ Misinterpreted mode page 2A if block descriptors are present
<DT><H3>Development snapshot, version 1.1.9 :</H3></DT> <DT><H3>Development snapshot, version 1.1.9 :</H3></DT>
<DD>Enhancements towards current stable version 1.1.8: <DD>Enhancements towards current stable version 1.1.8:
<UL> <UL>
<LI>none yet</LI> <LI>Implemented option textfile=</LI>
<LI>Implemented option combination -vv -toc for cdtext.dat production
<LI>New cdrskin option input_sheet_v07t= for CD-TEXT definition</LI>
</LI>
<!-- <!--
<LI>none yet</LI> <LI>none yet</LI>
--> -->
@ -297,7 +300,8 @@ Misinterpreted mode page 2A if block descriptors are present
<DD>Bug fixes towards cdrskin-1.1.8: <DD>Bug fixes towards cdrskin-1.1.8:
<UL> <UL>
<LI>none yet</LI> <LI>Solaris adapter mishandled write commands which failed on first try</LI>
<LI>Interrupting libburn while drive tray is loading led to endless loop</LI>
<!-- <!--
<LI>none yet</LI> <LI>none yet</LI>
--> -->