From 33efed19634f6117773942e00da920389af6793d Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 8 Sep 2004 11:06:06 +0000 Subject: [PATCH] Add CDTEXTFILE. --- README | 1 + docs/formats.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README b/README index b6ed22d..0887d44 100644 --- a/README +++ b/README @@ -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 ------- diff --git a/docs/formats.txt b/docs/formats.txt index f21997d..c516020 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -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`` + a string. + +The CD-TEXT file contains encoded CD-TEXT data. The standard extension for +CD-TEXT files is ``.cdt``. + FILE ~~~~