[www] r459 - trunk/www.matroska.org/data/technical/specs/tagging

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-08-19 15:31:32 +0400 (Thu, 19 Aug 2004)
New Revision: 459

Modified:
   trunk/www.matroska.org/data/technical/specs/tagging/example-audio.html
Log:
add example #3 and some highlighted precisions here and there

Modified: trunk/www.matroska.org/data/technical/specs/tagging/example-audio.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/tagging/example-audio.html	2004-08-19 11:01:24 UTC (rev 458)
+++ trunk/www.matroska.org/data/technical/specs/tagging/example-audio.html	2004-08-19 11:31:32 UTC (rev 459)
@@ -5,6 +5,11 @@
 <title>Matroska Tags - Audio Example</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 <!--#include virtual="/include/stylesheet-main.html" -->
+<style type="text/css">
+em {
+	color: #f00;
+}
+</style>
 
 </head>
 <body>
@@ -141,9 +146,9 @@
 	<ul>
 		<li>Tag
 		<ul>
-			<li>Targets (no target means the whole content of the file, otherwise you can put all ChapterUIDs)
+			<li>Targets (<em>no target means the whole content of the file, otherwise you can put all ChapterUIDs</em>)
 			<ul>
-				<li>TargetType = &quot;ALBUM&quot;</li>
+				<li><em>TargetType = &quot;ALBUM&quot;</em></li>
 			</ul>
 			</li>
 			<li>SimpleTag
@@ -160,7 +165,7 @@
 			</li>
 			<li>SimpleTag
 			<ul>
-				<li>TagName = &quot;TOTAL_PARTS&quot;</li>
+				<li>TagName = <em>&quot;TOTAL_PARTS&quot;</em></li>
 				<li>TagString = &quot;9&quot;</li>
 			</ul>
 			</li>
@@ -175,10 +180,30 @@
 
 		<li>Tag
 		<ul>
+			<li>Targets (<em>include all chapters that match the first 4 tracks, there can't be a PART_NUMBER here since it wouldn't match the TOTAL_PARTS in the ALBUM</em>)
+			<ul>
+				<li>ChapterUID = 123456</li>
+				<li>ChapterUID = 234567</li>
+				<li>ChapterUID = 345678</li>
+				<li>ChapterUID = 456789</li>
+				<li><em>TargetType = &quot;TRACK&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = <em>&quot;Baby wants to bleep/rock&quot;</em></li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag
+		<ul>
 			<li>Targets
 			<ul>
 				<li>ChapterUID = 123456</li>
-				<li>TargetType = &quot;TRACK&quot;</li>
+				<li><em>TargetType = &quot;TRACK&quot;</em></li>
 			</ul>
 			</li>
 			<li>SimpleTag
@@ -189,7 +214,7 @@
 			</li>
 			<li>SimpleTag
 			<ul>
-				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagName = <em>&quot;PART_NUMBER&quot;</em></li>
 				<li>TagString = &quot;1&quot;</li>
 			</ul>
 			</li>
@@ -387,7 +412,7 @@
 
 <p>Now let's split this one file in pieces :</p>
 
-<h4>Track 1</h4>
+<h4>Track 1 / File #1</h4>
 
 <ul>
 	<li>Tags
@@ -428,9 +453,8 @@
 
 		<li>Tag
 		<ul>
-			<li>Targets
+			<li>Targets (<em>no chapter target since the file may not contain one, but if it does you can use it</em>)
 			<ul>
-				<li>ChapterUID = 123456</li>
 				<li>TargetType = &quot;TRACK&quot;</li>
 			</ul>
 			</li>
@@ -453,7 +477,7 @@
 </ul>
 
 
-<h4>Track 2</h4>
+<h4>Track 2 / File #2</h4>
 
 <ul>
 	<li>Tags
@@ -494,9 +518,8 @@
 
 		<li>Tag
 		<ul>
-			<li>Targets
+			<li>Targets (<em>no chapter target since the file may not contain one, but if it does you can use it</em>)
 			<ul>
-				<li>ChapterUID = 234567</li>
 				<li>TargetType = &quot;TRACK&quot;</li>
 			</ul>
 			</li>
@@ -523,6 +546,239 @@
 
 <h3>One file per &quot;meaningful&quot; track</h3>
 
+<p>In this case the 4 first tracks appear in one file.</p>
+
+<h4>Tracks 1-2-3-4 / File #1</h4>
+
+<ul>
+	<li>Tags
+	<ul>
+		<li>Tag
+		<ul>
+			<li>Targets (no target means the whole content of the file, otherwise you can put all ChapterUIDs)
+			<ul>
+				<li>TargetType = &quot;ALBUM&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;ARTIST&quot;</li>
+				<li>TagString = &quot;The Micronauts&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Bleep To Bleep&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TOTAL_PARTS&quot;</li>
+				<li>TagString = <em>&quot;6&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;DATE_RELEASE&quot;</li>
+				<li>TagString = &quot;2004-04&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag
+		<ul>
+			<li>Targets (<em>include all chapters that match the first 4 tracks, if chapters are present in the file</em>)
+			<ul>
+				<li>ChapterUID = 123456</li>
+				<li>ChapterUID = 234567</li>
+				<li>ChapterUID = 345678</li>
+				<li>ChapterUID = 456789</li>
+				<li>TargetType = <em>&quot;TRACK&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = <em>&quot;Baby wants to bleep/rock&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagString = &quot;1&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = <em>&quot;TOTAL_PARTS&quot;</em></li>
+				<li>TagString = &quot;4&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag (<em>the following tags may or may not be included in the file, it can't be if no chapters are used</em>)
+		<ul>
+			<li>Targets
+			<ul>
+				<li>ChapterUID = 123456</li>
+				<li>TargetType = <em>&quot;INDEX&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Baby wants to bleep (pt.1)&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagString = &quot;1&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag
+		<ul>
+			<li>Targets
+			<ul>
+				<li>ChapterUID = 234567</li>
+				<li>TargetType = <em>&quot;INDEX&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Baby wants to rock&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagString = &quot;2&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag
+		<ul>
+			<li>Targets
+			<ul>
+				<li>ChapterUID = 345678</li>
+				<li>TargetType = <em>&quot;INDEX&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Baby wants to bleep (pt.2)&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagString = &quot;3&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag
+		<ul>
+			<li>Targets
+			<ul>
+				<li>ChapterUID = 456789</li>
+				<li>TargetType = <em>&quot;INDEX&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Baby wants to bleep (pt.3)&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagString = &quot;4&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+	</ul>
+	</li>
+</ul>
+
+<h4>Tracks 5 / File #2</h4>
+
+<ul>
+	<li>Tags
+	<ul>
+		<li>Tag
+		<ul>
+			<li>Targets (no target means the whole content of the file, otherwise you can put all ChapterUIDs)
+			<ul>
+				<li>TargetType = &quot;ALBUM&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;ARTIST&quot;</li>
+				<li>TagString = &quot;The Micronauts&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Bleep To Bleep&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TOTAL_PARTS&quot;</li>
+				<li>TagString = <em>&quot;6&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;DATE_RELEASE&quot;</li>
+				<li>TagString = &quot;2004-04&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+
+		<li>Tag
+		<ul>
+			<li>Targets (<em>no chapter target since the file may not contain one, but if it does you can use it</em>)
+			<ul>
+				<li>TargetType = &quot;TRACK&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Bleeper_O+2&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;PART_NUMBER&quot;</li>
+				<li>TagString = &quot;2&quot;</li>
+			</ul>
+			</li>
+		</ul>
+		</li>
+	</ul>
+	</li>
+</ul>
+
+
 </div>
 <!--#include virtual="/include/page-tail.html" -->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.