Implemented cue sheet file commands ARRANGER, COMPOSER, MESSAGE

This commit is contained in:
2012-01-01 17:35:20 +00:00
parent f865509ab0
commit c40d953e9a
4 changed files with 31 additions and 6 deletions

View File

@ -508,9 +508,11 @@ To enable CD-TEXT from the cue sheet file, cdrskin option -text has to be
present.
.br
cdrskin currently supports TRACK datatypes AUDIO and MODE1/2048 which may
not be mixed. It ignores commands POSTGAP, PREGAP, and FLAGS. Only INDEX 01
not be mixed. It ignores commands POSTGAP and PREGAP. Only INDEX 01
is interpreted yet. Data source may be of FILE type BINARY or MOTOROLA.
.br
Non-CDRWIN commands ARRANGER, COMPOSER, MESSAGE are supported.
.br
Cue sheet file commands CATALOG and ISRC may be overridden by option mcn=
and by input_sheet_v07t= purpose specifiers "UPC / EAN" and "ISRC".
This does not affect their appearance in CD-TEXT, but only on Q sub-channel.

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2012.01.01.125539"
#define Cdrskin_timestamP "2012.01.01.173446"