From 43e43b17fec1e50a8bf430aa5cb17126ecc93cf7 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Mon, 30 Aug 2004 07:27:15 +0000 Subject: [PATCH] Added section info for CD-TEXT. --- docs/formats | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/docs/formats b/docs/formats index 04094cc..44e722e 100644 --- a/docs/formats +++ b/docs/formats @@ -377,32 +377,34 @@ comma seperated list of integers in the range 0-255. CD-TEXT ======= +CD-TEXT entries are either character or binary data. + Keywords -------- -========== ====== -Keyword Format -========== ====== -TITLE char -PERFORMER char -SONGWRITER char -COMPOSER char -ARRANGER char -MESSAGE char -DISC_ID binary -GENRE binary -TOC_INFO binary -TOC_INFO2 binary -UPC_EAN char -ISRC char -SIZE_INFO binary -========== ====== +========== ====== ========== +Keyword Format Section +========== ====== ========== +TITLE char disc/track +PERFORMER char disc/track +SONGWRITER char disc/track +COMPOSER char disc/track +ARRANGER char disc/track +MESSAGE char disc/track +DISC_ID binary disc/track +GENRE binary disc/track +TOC_INFO binary disc/track +TOC_INFO2 binary disc/track +UPC_EAN char disc +ISRC char track +SIZE_INFO binary disc/track +========== ====== ========== Definitions =========== MSF format a representation of time in the form ``mm:ss:ff``. ``mm`` is minutes, - ``ss`` is seconds, and ``ff`` is frames + ``ss`` is seconds, and ``ff`` is frames. frame - 1/74 of a second + 1/74 of a second.