Add CDTEXTFILE.

This commit is contained in:
Svend Sorensen
2004-09-08 11:06:06 +00:00
parent 268a6662a1
commit 33efed1963
2 changed files with 15 additions and 0 deletions

1
README
View File

@@ -40,6 +40,7 @@ Bugs/Todo
* (cue/toc) Strings cannot be quoted with single quotes.
* (toc) Binary CD-TEXT data is parsed, but not saved.
* (toc) Only a single data file is supported.
* (cue) CDTEXTFILE (a CDRWIN extension) is not recognized.
License
-------

View File

@@ -53,6 +53,20 @@ CATALOG
``catalog_number``
an integer consisting of exactly 13 digits.
CDTEXTFILE
~~~~~~~~~~
:Description: Sets an external file for CD-TEXT data.
:Section(s): global
:Format:
``CDTEXTFILE <filename>``
``filename``
a string.
The CD-TEXT file contains encoded CD-TEXT data. The standard extension for
CD-TEXT files is ``.cdt``.
FILE
~~~~