[www] r563 - trunk/www.matroska.org/data/technical/specs/tagging
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-26 17:10:31 +0400 (Thu, 26 Aug 2004) New Revision: 563 Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html Log: spec: split VOLUME and COLLECTION Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-26 12:58:11 UTC (rev 562) +++ trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-26 13:10:31 UTC (rev 563) @@ -299,7 +299,8 @@ <div class="techdef"> <table style="width: 100%;"> <tr><th>TargetTypeValue</th><th>Audio strings</th><th>Video strings</th><th>Comment</th></tr> -<tr><td>50</td><td>VOLUME / COLLECTION</td><td>VOLUME / COLLECTION</td><td>a high hierarchy (can be a season or sequel for a movie)</td></tr> +<tr><td>60</td><td>COLLECTION</td><td>COLLECTION</td><td>the high hierarchy consisting of many different lower items</td></tr> +<tr><td>50</td><td>VOLUME</td><td>VOLUME</td><td>a list of lower levels grouped together</td></tr> <tr><td>40</td><td>ALBUM / OPUS / OPERA</td><td>MOVIE / EPISODE</td><td>the most common grouping level of music and video (equals to an episode for TV series)</td></tr> <tr><td>30</td><td>TRACK / SONG</td><td>CHAPTER</td><td>the common parts of an album or a movie</td></tr> <tr><td>20</td><td>SUBTRACK / MOVEMENT</td><td>SCENE</td><td>corresponds to parts of a track for audio (like a movement)</td></tr>