From d1c93a27af56c4369a18a064f217aaab40ab4274 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Fri, 25 Mar 2005 22:11:21 +0000 Subject: [PATCH] Finished all TODOs. --- doc/formats.txt | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/doc/formats.txt b/doc/formats.txt index 7ddc883..b4baba7 100644 --- a/doc/formats.txt +++ b/doc/formats.txt @@ -266,9 +266,13 @@ COPY DATAFILE ~~~~~~~~ -:Description: *TODO* +:Description: Add data from file to current track. :Section(s): track -:Format: *TODO* +:Format: + ``DATAFILE "" [length]`` + + ``length`` + time in MSF format. ISRC ~~~~ @@ -284,14 +288,18 @@ ISRC FIFO ~~~~ -:Description: *TODO* +:Description: Add data from FIFO to current track. :Section(s): track -:Format: *TODO* +:Format: + ``FIFO "" " + + ``length`` + time in MSF format. FILE ~~~~ -:Description: Add file to current track. +:Description: Add data from file to current track. :Section(s): track :Format: ``FILE "" [length]`` @@ -365,14 +373,18 @@ PREGAP SILENCE ~~~~~~~ -:Description: *TODO* +:Description: Add zero (silent) audio data to current track. :Section(s): track -:Format: *TODO* +:Format: + ``SILENCE `` + + ``length`` + time in MSF format. START ~~~~~ -:Description: *TODO* +:Description: Sets the length of the pregap. :Section(s): track :Format: ``START `` @@ -397,9 +409,13 @@ TWO_CHANNEL_AUDIO ZERO ~~~~ -:Description: *TODO* +:Description: Add zero data to current track. :Section(s): track -:Format: *TODO* +:Format: + ``ZERO `` + + ``length`` + time in MSF format. (CD-TEXT keywords) ~~~~~~~~~~~~~~~~~~