From 460ef03cb82f4b645ee38f903ea10c90ec0b7881 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Mon, 30 Aug 2004 09:18:29 +0000 Subject: [PATCH] Made Description a field. --- docs/formats.rst | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/docs/formats.rst b/docs/formats.rst index a8401d9..4f7ac3e 100644 --- a/docs/formats.rst +++ b/docs/formats.rst @@ -44,8 +44,7 @@ Keywords CATALOG ~~~~~~~ -Sets the catalog number of the CD. - +:Description: Sets the catalog number of the CD. :Section(s): global :Format: ``CATALOG `` @@ -56,9 +55,7 @@ Sets the catalog number of the CD. FILE ~~~~ -Sets a new input file. ``FILE`` line precedes the beginning of the track -section. - +:Description: Sets a new input file. :Section(s): track :Format: ``FILE [file_format]`` @@ -69,11 +66,12 @@ section. one of: ``BINARY``, ``MOTOROLA``, ``AIFF``, ``WAVE``, or ``MP3``. +``FILE`` line precedes the beginning of the track section. + FLAGS ~~~~~ -Sets track flags. - +:Description: Sets track flags. :Section(s): track :Format: ``FLAGS [flag]...`` @@ -84,8 +82,7 @@ Sets track flags. INDEX ~~~~~ -Sets a track index. - +:Description: Sets a track index. :Section(s): track :Format: ``INDEX `` @@ -98,8 +95,7 @@ Sets a track index. ISRC ~~~~ -Sets track ISRC number. - +:Description: Sets track ISRC number. :Section(s): track :Format: ``ISRC `` @@ -110,8 +106,7 @@ Sets track ISRC number. POSTGAP ~~~~~~~ -Sets track postgap. - +:Description: Sets track postgap. :Section(s): track :Format: ``POSTGAP `` @@ -122,8 +117,7 @@ Sets track postgap. PREGAP ~~~~~~ -Sets track pregap. - +:Description: Sets track pregap. :Section(s): track :Format: ``PREGAP `` @@ -134,8 +128,7 @@ Sets track pregap. REM ~~~ -Begins a comment line. - +:Description: Begins a comment line. :Section(s): any :Format: ``REM [comments]`` @@ -143,8 +136,7 @@ Begins a comment line. TRACK ~~~~~ -Starts a new track. - +:Description: Starts a new track. :Section(s): track :Format: ``TRACK `` @@ -159,9 +151,7 @@ Starts a new track. (CD-TEXT keywords) ~~~~~~~~~~~~~~~~~~ -Sets CD-TEXT data. The cue format does not have native support for binary -CD-TEXT. - +:Description: Sets CD-TEXT data. :Section(s): any :Format: `` `` @@ -171,6 +161,8 @@ CD-TEXT. ``CDTEXT_field`` a string. +The cue format does not have native support for binary CD-TEXT. + TOC File Format ===============