Skip to content

Commit

Permalink
separate sections of tags with a newline
Browse files Browse the repository at this point in the history
So the different groups are more visible
  • Loading branch information
robUx4 committed Oct 25, 2024
1 parent f6df9c7 commit 2f1cd95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions matroska_tags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ in the Matroska countries form, i.e. [@!RFC5646] two-letter region subtags, with
All tags in this list can be used "under" the COUNTRY_SPECIFIC tag like LABEL, PUBLISH_RATING, etc.
</description>
</tag>

<tag name="TOTAL_PARTS" class="Organization Information" type="UTF-8">
<description lang="en">Total number of parts defined at the first lower level. (e.g., if TargetType is ALBUM,
the total number of tracks of an audio CD).</description>
Expand All @@ -49,13 +50,15 @@ the track number of an audio CD).</description>
<description lang="en">A number to add to PART_NUMBER, when the parts at that level don't start at 1
(e.g., if TargetType is TRACK, the track number of the second audio CD).</description>
</tag>

<tag name="TITLE" class="Titles" type="UTF-8">
<description lang="en">The title of this item. For example, for music you might label this "Canon in D",
or for video's audio track you might use "English 5.1" This is akin to the "TIT2" tag in [@!ID3v2].</description>
</tag>
<tag name="SUBTITLE" class="Titles" type="UTF-8">
<description lang="en">Sub Title of the entity.</description>
</tag>

<tag name="URL" class="Nested Information" type="UTF-8">
<description lang="en">URL corresponding to the tag it's included in.</description>
</tag>
Expand Down Expand Up @@ -83,6 +86,7 @@ It can be useful for a recording label.</description>
<description lang="en">The phone number corresponding to the tag it's included in.
It can be useful for a recording label.</description>
</tag>

<tag name="ARTIST" class="Entities" type="UTF-8">
<description lang="en">A person or band/collective generally considered responsible for the work.
This is akin to the "TPE1" tag in [@!ID3v2].</description>
Expand Down Expand Up @@ -190,6 +194,7 @@ the "TPE4" tag in [@!ID3v2].</description>
<tag name="LABEL" class="Entities" type="UTF-8">
<description lang="en">The record label or imprint on the disc.</description>
</tag>

<tag name="GENRE" class="Search and Classification" type="UTF-8">
<description lang="en">The main genre (classical, ambient-house, synthpop, sci-fi, drama, etc.).
The format follows the infamous "TCON" tag in [@!ID3v2].</description>
Expand Down Expand Up @@ -230,6 +235,7 @@ The format follows the infamous "TCON" tag in [@!ID3v2].</description>
<description lang="en">Depending on the `COUNTRY` it's the format of the rating of a movie (P, R, X in the USA,
an age in other countries or a URI defining a logo).</description>
</tag>

<tag name="DATE_RELEASED" class="Temporal Information" type="UTF-8">
<description lang="en">The time that the item was originally released. This is akin to the "TDRL" tag in [@!ID3v2].</description>
</tag>
Expand Down Expand Up @@ -261,6 +267,7 @@ an age in other countries or a URI defining a logo).</description>
The information of the parent `SimpleTag` element is only valid between the `DATE_STARTED` date of the same level and this date.
The `DATE_STARTED` is **OPTIONAL**. If empty or omitted the start date is unknown.</description>
</tag>

<tag name="RECORDING_LOCATION" class="Spatial Information" type="UTF-8">
<description lang="en">The location where the item was recorded,
in the Matroska countries form, i.e. [@!RFC5646] two-letter region subtags, without the UK exception.
Expand All @@ -281,6 +288,7 @@ but you want to store the city, simply leave a space between the two commas. For
<description lang="en">Nationality of the main composer of the item, mostly for classical music,
in the Matroska countries form, i.e. [@!RFC5646] two-letter region subtags, without the UK exception.</description>
</tag>

<tag name="COMMENT" class="Personal" type="UTF-8">
<description lang="en">Any comment related to the content.</description>
</tag>
Expand All @@ -292,6 +300,7 @@ in the Matroska countries form, i.e. [@!RFC5646] two-letter region subtags, with
0 and 5 with decimal values possible (e.g., 2.7), 5(.0) being the highest possible rating.
Other rating systems with different ranges will have to be scaled.</description>
</tag>

<tag name="ENCODER" class="Technical Information" type="UTF-8">
<description lang="en">The software or hardware used to encode this item. ("LAME" or "XviD")</description>
</tag>
Expand Down Expand Up @@ -328,6 +337,7 @@ the same tone as the musical piece (e.g., "441.34" in Hertz). The default value
The value is a normalized absolute sample value of the target audio stored as a string without spaces (e.g., "1.0129").
Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</description>
</tag>

<tag name="ISRC" class="Identifiers" type="UTF-8">
<description lang="en">The International Standard Recording Code [@!ISRC],
excluding the "ISRC" prefix and including hyphens.</description>
Expand Down Expand Up @@ -364,6 +374,7 @@ This holds the same information as the "MCDI" in [@!ID3v2].</description>
<tag name="TVDB2" class="Identifiers" type="UTF-8">
<description lang="en">The TV Database [@!TheTVDB] tag which can include movies. The variable length digits string representing a "Series ID", "Episode ID" or "Movie ID" identifier **MUST** be prefixed with "series/", "episodes/", or "movies/", respectively.</description>
</tag>

<tag name="PURCHASE_ITEM" class="Commercial" type="UTF-8">
<description lang="en">URL to purchase this file. This is akin to the "WPAY" tag in [@!ID3v2].</description>
</tag>
Expand All @@ -380,6 +391,7 @@ no letters or symbols other than ".". For instance, you would store "15.59" inst
<tag name="PURCHASE_CURRENCY" class="Commercial" type="UTF-8">
<description lang="en">The currency type used to pay for the entity. Use [@!ISO4217] for the 3 letter alphabetic code.</description>
</tag>

<tag name="COPYRIGHT" class="Legal" type="UTF-8">
<description lang="en">The copyright information as per the copyright holder. This is akin to the "TCOP" tag in [@!ID3v2].</description>
</tag>
Expand Down

0 comments on commit 2f1cd95

Please sign in to comment.