Author: robux4
Date: 2004-08-26 16:14:05 +0400 (Thu, 26 Aug 2004)
New Revision: 559
Modified:
trunk/www.matroska.org/data/technical/specs/tagging/index.html
Log:
spec: first attempt at splitting the TargetType in logical and physical types
Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-26 11:13:34 UTC (rev 558)
+++ trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-26 12:14:05 UTC (rev 559)
@@ -85,9 +85,20 @@
<td>-</td>
<td>-</td>
<td>string</td>
- <td>A string to indicate the type of target (like "CD", "TRACK", "EPISODE", etc). (list of official ones to be determined)</td>
+ <td>A string to indicate the logical level of the target like "ALBUM", "TRACK", "MOVIE", "CHAPTER", etc (see <a href="#targettypes">TargetType</a>).</td>
</tr>
<tr>
+ <td>TargetPhysical<a name="TargetType" id="TargetType"></a></td>
+ <td>4</td>
+ <td>[63][C3]</td>
+ <td>-</td>
+ <td>-</td>
+ <td>-</td>
+ <td>-</td>
+ <td>string</td>
+ <td>A string to indicate the kind of physical source this level come from like "CD", "LP", "DVD", "SIDE", "INDEX", "SUBINDEX", etc (see <a href="#targettypes">TargetType</a>).</td>
+</tr>
+<tr>
<td>TrackUID<a name="TTrackUID" id="TTrackUID"
></a></td>
<td>4</td>
@@ -257,7 +268,7 @@
<h2><a name="targettypes"/>Target types</h2>
-<p>The TargetType element allows tagging of different parts that are inside or outside a given file. For example in an audio file with one track you could have informations about the CD it comes from and even the CD set even if it's not found in the file.</p>
+<p>The TargetType element allows tagging of different parts that are inside or outside a given file. For example in an audio file with one song you could have informations about the album it comes from and even the CD set even if it's not found in the file.</p>
<p><strong>When a level doesn't exist it must not be specified in the files, so that the TOTAL_PARTS and PART_NUMBER elements match the same levels.</strong></p>
@@ -265,20 +276,31 @@
<div class="techdef">
<table style="width: 100%;">
-<tr><th>Level</th><th>Audio TargetType</th><th>Video TargetType</th><th>Comment</th></tr>
-<tr><td>volume</td><td>VOLUME</td><td>VOLUME</td><td>a high hierarchy when many sets or media are related to each other (can be a season or sequel for a movie)</td></tr>
-<tr><td>set</td><td>SET</td><td>SET</td><td>the collection of different media</td></tr>
-<tr><td>medium</td><td>MEDIUM</td><td>MEDIUM</td><td>the physical medium like a CD or a DVD</td></tr>
-<tr><td>side</td><td>SIDE</td><td>SIDE</td><td>when the original medium (LP/DVD) has different sides</td></tr>
-<tr><td>entity</td><td>ENTITY</td><td>ENTITY</td><td>an TV series episode or album if the CD contains more than one</td></tr>
-<tr><td>-</td><td>TRACK</td><td>CHAPTER</td><td>the first logical level of the side/medium</td></tr>
-<tr><td>-</td><td>INDEX</td><td>SCENE</td><td>the common level of general cutting</td></tr>
-<tr><td>-</td><td>SUBINDEX</td><td>SHOT</td><td>the lowest hierarchy found in music or movies</td></tr>
+<tr><th>Logical Level</th><th>Audio TargetType</th><th>Video TargetType</th><th>Comment</th></tr>
+<tr><td>volume</td><td>VOLUME</td><td>VOLUME</td><td>a high hierarchy (can be a season or sequel for a movie)</td></tr>
+<tr><td>-</td><td>ALBUM</td><td>MOVIE</td><td>the most common grouping level of music and video (equals to an episode for TV series)</td></tr>
+<tr><td>-</td><td>TRACK</td><td>CHAPTER</td><td>the common parts of an album or a movie</td></tr>
+<tr><td>-</td><td>SUBTRACK</td><td>SCENE</td><td>corresponds to parts of a track for audio (like a movement)</td></tr>
+<tr><td>-</td><td>-</td><td>SHOT</td><td>the lowest hierarchy found in music or movies</td></tr>
</table>
</div>
<p>An upper level value tag applies to the lower level. That means if a CD has the same artist, you just need to set the ARTIST tag to the MEDIUM and not to each TRACK (but you can). That also means that <strong>if some parts of the CD have no known ARTIST the value must be set to nothing (a void string "")</strong>.</p>
+<p>The TargetPhysical element have the same properties as TargetTypes. That means that upper levels apply to the lower levels if the lower level is not specified, and that levels should not be specified if they don't exist. Each level can have different names fro audio and video. Here is the list of possible levels for both audio and video :</p>
+
+<div class="techdef">
+<table>
+<tr><th>Audio TargetPhysical</th><th>Video TargetPhysical</th><th>Comment</th></tr>
+<tr><td>SET</td><td>SET</td><td>the collection of different media</td></tr>
+<tr><td>CD / 12" / 10" / 7" / TAPE / MINIDISC / DAT</td><td>DVD / VHS / LASERDISC</td><td>the physical medium like a CD or a DVD</td></tr>
+<tr><td>SIDE</td><td>SIDE</td><td>when the original medium (LP/DVD) has different sides</td></tr>
+<tr><td>-</td><td>LAYER</td><td>another physical level on DVDs</td></tr>
+<tr><td>INDEX</td><td>-</td><td>the first logical level of the side/medium</td></tr>
+<tr><td>SUBINDEX</td><td>-</td><td>the lowest hierarchy found in CDs</td></tr>
+</table>
+</div>
+
<h2><a name="tags"/>Official tags</h2>
<p>The following is a complete list of the supported Matroska
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.