forked from ietf-wg-cellar/matroska-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
matroska_tags.xml
321 lines (321 loc) · 23.7 KB
/
matroska_tags.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<?xml version="1.0"?>
<matroska_tagging_registry version="2018-01-14">
<classes>
<class name="Nesting Information">
<description lang="en">Nesting Information tags are intended to contain other tags.</description>
</class>
<class name="Organization Information"/>
<class name="Titles"/>
<class name="Nested Information">
<description lang="en">Nested Information includes tags contained in other tags.</description>
</class>
<class name="Entities"/>
<class name="Search and Classification"/>
<class name="Temporal Information"/>
<class name="Spacial Information"/>
<class name="Personal"/>
<class name="Technical Information"/>
<class name="Identifiers"/>
<class name="Commercial"/>
<class name="Legal"/>
</classes>
<tags>
<tag name="ORIGINAL" class="Nesting Information" type="-">
<description lang="en">A special tag that is meant to have other tags inside (using nested tags) to describe the original work of art that this item is based on. All tags in this list can be used "under" the ORIGINAL tag like LYRICIST, PERFORMER, etc.</description>
</tag>
<tag name="SAMPLE" class="Nesting Information" type="-">
<description lang="en">A tag that contains other tags to describe a sample used in the targeted item taken from another work of art. All tags in this list can be used "under" the SAMPLE tag like TITLE, ARTIST, DATE_RELEASED, etc.</description>
</tag>
<tag name="COUNTRY" class="Nesting Information" type="UTF-8">
<description lang="en">The name of the country ([biblio ISO-639-2](http://lcweb.loc.gov/standards/iso639-2/englangn.html#two)) that is meant to have other tags inside (using nested tags) to country specific information about the item. 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>
</tag>
<tag name="PART_NUMBER" class="Organization Information" type="UTF-8">
<description lang="en">Number of the current part of the current level. (e.g. if TargetType is TRACK, the track number of an audio CD)</description>
</tag>
<tag name="PART_OFFSET" class="Organization Information" type="UTF-8">
<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 ID3.</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>
<tag name="SORT_WITH" class="Nested Information" type="UTF-8">
<description lang="en">A child element to indicate what alternative value the parent tag can have to be sorted, for example "Pet Shop Boys" instead of "The Pet Shop Boys". Or "Marley Bob" and "Marley Ziggy" (no comma needed).</description>
</tag>
<tag name="INSTRUMENTS" class="Nested Information" type="UTF-8">
<description lang="en">The instruments that are being used/played, separated by a comma. It SHOULD be a child of the following tags: ARTIST, LEAD_PERFORMER or ACCOMPANIMENT.</description>
</tag>
<tag name="EMAIL" class="Nested Information" type="UTF-8">
<description lang="en">Email corresponding to the tag it's included in.</description>
</tag>
<tag name="ADDRESS" class="Nested Information" type="UTF-8">
<description lang="en">The physical address of the entity. The address SHOULD include a country code. It can be useful for a recording label.</description>
</tag>
<tag name="FAX" class="Nested Information" type="UTF-8">
<description lang="en">The fax number corresponding to the tag it's included in. It can be useful for a recording label.</description>
</tag>
<tag name="PHONE" class="Nested Information" type="UTF-8">
<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 ID3](http://id3.org/id3v2.3.0#TPE1).</description>
</tag>
<tag name="LEAD_PERFORMER" class="Entities" type="UTF-8">
<description lang="en">Lead Performer/Soloist(s). This can sometimes be the same as ARTIST.</description>
</tag>
<tag name="ACCOMPANIMENT" class="Entities" type="UTF-8">
<description lang="en">Band/orchestra/accompaniment/musician. This is akin to the [TPE2 tag in ID3](http://id3.org/id3v2.3.0#TPE2).</description>
</tag>
<tag name="COMPOSER" class="Entities" type="UTF-8">
<description lang="en">The name of the composer of this item. This is akin to the [TCOM tag in ID3](http://id3.org/id3v2.3.0#TCOM).</description>
</tag>
<tag name="ARRANGER" class="Entities" type="UTF-8">
<description lang="en">The person who arranged the piece, e.g., Ravel.</description>
</tag>
<tag name="LYRICS" class="Entities" type="UTF-8">
<description lang="en">The lyrics corresponding to a song (in case audio synchronization is not known or as a doublon to a subtitle track). Editing this value when subtitles are found SHOULD also result in editing the subtitle track for more consistency.</description>
</tag>
<tag name="LYRICIST" class="Entities" type="UTF-8">
<description lang="en">The person who wrote the lyrics for a musical item. This is akin to the [TEXT](http://id3.org/id3v2.3.0#TEXT) tag in ID3.</description>
</tag>
<tag name="CONDUCTOR" class="Entities" type="UTF-8">
<description lang="en">Conductor/performer refinement. This is akin to the [TPE3](http://id3.org/id3v2.3.0#TPE3).</description>
</tag>
<tag name="DIRECTOR" class="Entities" type="UTF-8">
<description lang="en">This is akin to the [IART tag in RIFF](https://sno.phy.queensu.ca/~phil/exiftool/TagNames/RIFF.html).</description>
</tag>
<tag name="ASSISTANT_DIRECTOR" class="Entities" type="UTF-8">
<description lang="en">The name of the assistant director.</description>
</tag>
<tag name="DIRECTOR_OF_PHOTOGRAPHY" class="Entities" type="UTF-8">
<description lang="en">The name of the director of photography, also known as cinematographer. This is akin to the ICNM tag in Extended RIFF.</description>
</tag>
<tag name="SOUND_ENGINEER" class="Entities" type="UTF-8">
<description lang="en">The name of the sound engineer or sound recordist.</description>
</tag>
<tag name="ART_DIRECTOR" class="Entities" type="UTF-8">
<description lang="en">The person who oversees the artists and craftspeople who build the sets.</description>
</tag>
<tag name="PRODUCTION_DESIGNER" class="Entities" type="UTF-8">
<description lang="en">Artist responsible for designing the overall visual appearance of a movie.</description>
</tag>
<tag name="CHOREGRAPHER" class="Entities" type="UTF-8">
<description lang="en">The name of the choregrapher</description>
</tag>
<tag name="COSTUME_DESIGNER" class="Entities" type="UTF-8">
<description lang="en">The name of the costume designer</description>
</tag>
<tag name="ACTOR" class="Entities" type="UTF-8">
<description lang="en">An actor or actress playing a role in this movie. This is the person's real name, not the character's name the person is playing.</description>
</tag>
<tag name="CHARACTER" class="Entities" type="UTF-8">
<description lang="en">The name of the character an actor or actress plays in this movie. This SHOULD be a sub-tag of an `ACTOR` tag in order not to cause ambiguities.</description>
</tag>
<tag name="WRITTEN_BY" class="Entities" type="UTF-8">
<description lang="en">The author of the story or script (used for movies and TV shows).</description>
</tag>
<tag name="SCREENPLAY_BY" class="Entities" type="UTF-8">
<description lang="en">The author of the screenplay or scenario (used for movies and TV shows).</description>
</tag>
<tag name="EDITED_BY" class="Entities" type="UTF-8">
<description lang="en">This is akin to the IEDT tag in Extended RIFF.</description>
</tag>
<tag name="PRODUCER" class="Entities" type="UTF-8">
<description lang="en">Produced by. This is akin to the IPRO tag in Extended RIFF.</description>
</tag>
<tag name="COPRODUCER" class="Entities" type="UTF-8">
<description lang="en">The name of a co-producer.</description>
</tag>
<tag name="EXECUTIVE_PRODUCER" class="Entities" type="UTF-8">
<description lang="en">The name of an executive producer.</description>
</tag>
<tag name="DISTRIBUTED_BY" class="Entities" type="UTF-8">
<description lang="en">This is akin to the IDST tag in Extended RIFF.</description>
</tag>
<tag name="MASTERED_BY" class="Entities" type="UTF-8">
<description lang="en">The engineer who mastered the content for a physical medium or for digital distribution.</description>
</tag>
<tag name="ENCODED_BY" class="Entities" type="UTF-8">
<description lang="en">This is akin to the [TENC tag](http://id3.org/id3v2.3.0#TENC) in ID3.</description>
</tag>
<tag name="MIXED_BY" class="Entities" type="UTF-8">
<description lang="en">DJ mix by the artist specified</description>
</tag>
<tag name="REMIXED_BY" class="Entities" type="UTF-8">
<description lang="en">Interpreted, remixed, or otherwise modified by. This is akin to the [TPE4 tag in ID3](http://id3.org/id3v2.3.0#TPE4).</description>
</tag>
<tag name="PRODUCTION_STUDIO" class="Entities" type="UTF-8">
<description lang="en">This is akin to the ISTD tag in Extended RIFF.</description>
</tag>
<tag name="THANKS_TO" class="Entities" type="UTF-8">
<description lang="en">A very general tag for everyone else that wants to be listed.</description>
</tag>
<tag name="PUBLISHER" class="Entities" type="UTF-8">
<description lang="en">This is akin to the [TPUB tag in ID3](http://id3.org/id3v2.3.0#TPUB).</description>
</tag>
<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 ID3.</description>
</tag>
<tag name="MOOD" class="Search and Classification" type="UTF-8">
<description lang="en">Intended to reflect the mood of the item with a few keywords, e.g. "Romantic", "Sad" or "Uplifting". The format follows that of the TMOO tag in ID3.</description>
</tag>
<tag name="ORIGINAL_MEDIA_TYPE" class="Search and Classification" type="UTF-8">
<description lang="en">Describes the original type of the media, such as, "DVD", "CD", "computer image," "drawing," "lithograph," and so forth. This is akin to the [TMED tag in ID3](http://id3.org/id3v2.3.0#TMED).</description>
</tag>
<tag name="CONTENT_TYPE" class="Search and Classification" type="UTF-8">
<description lang="en">The type of the item. e.g. Documentary, Feature Film, Cartoon, Music Video, Music, Sound FX, ...</description>
</tag>
<tag name="SUBJECT" class="Search and Classification" type="UTF-8">
<description lang="en">Describes the topic of the file, such as "Aerial view of Seattle."</description>
</tag>
<tag name="DESCRIPTION" class="Search and Classification" type="UTF-8">
<description lang="en">A short description of the content, such as "Two birds flying."</description>
</tag>
<tag name="KEYWORDS" class="Search and Classification" type="UTF-8">
<description lang="en">Keywords to the item separated by a comma, used for searching.</description>
</tag>
<tag name="SUMMARY" class="Search and Classification" type="UTF-8">
<description lang="en">A plot outline or a summary of the story.</description>
</tag>
<tag name="SYNOPSIS" class="Search and Classification" type="UTF-8">
<description lang="en">A description of the story line of the item.</description>
</tag>
<tag name="INITIAL_KEY" class="Search and Classification" type="UTF-8">
<description lang="en">The initial key that a musical track starts in. The format is identical to ID3.</description>
</tag>
<tag name="PERIOD" class="Search and Classification" type="UTF-8">
<description lang="en">Describes the period that the piece is from or about. For example, "Renaissance".</description>
</tag>
<tag name="LAW_RATING" class="Search and Classification" type="UTF-8">
<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="ICRA" class="Search and Classification" type="binary">
<description lang="en">The [ICRA](http://www.icra.org/) content rating for parental control. (Previously RSACi)</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 ID3.</description>
</tag>
<tag name="DATE_RECORDED" class="Temporal Information" type="UTF-8">
<description lang="en">The time that the recording began. This is akin to the TDRC tag in ID3.</description>
</tag>
<tag name="DATE_ENCODED" class="Temporal Information" type="UTF-8">
<description lang="en">The time that the encoding of this item was completed began. This is akin to the TDEN tag in ID3.</description>
</tag>
<tag name="DATE_TAGGED" class="Temporal Information" type="UTF-8">
<description lang="en">The time that the tags were done for this item. This is akin to the TDTG tag in ID3.</description>
</tag>
<tag name="DATE_DIGITIZED" class="Temporal Information" type="UTF-8">
<description lang="en">The time that the item was transferred to a digital medium. This is akin to the IDIT tag in RIFF.</description>
</tag>
<tag name="DATE_WRITTEN" class="Temporal Information" type="UTF-8">
<description lang="en">The time that the writing of the music/script began.</description>
</tag>
<tag name="DATE_PURCHASED" class="Temporal Information" type="UTF-8">
<description lang="en">Information on when the file was purchased (see also [purchase tags](#commercial)).</description>
</tag>
<tag name="RECORDING_LOCATION" class="Spacial Information" type="UTF-8">
<description lang="en">The location where the item was recorded. The countries corresponding to the string, same 2 octets as in [Internet domains](https://www.iana.org/whois), or possibly [ISO-3166](https://www.iso.org/iso-3166-country-codes.html). This code is followed by a comma, then more detailed information such as state/province, another comma, and then city. For example, "US, Texas, Austin". This will allow for easy sorting. It is okay to only store the country, or the country and the state/province. More detailed information can be added after the city through the use of additional commas. In cases where the province/state is unknown, but you want to store the city, simply leave a space between the two commas. For example, "US, , Austin".</description>
</tag>
<tag name="COMPOSITION_LOCATION" class="Spacial Information" type="UTF-8">
<description lang="en">Location that the item was originally designed/written. The countries corresponding to the string, same 2 octets as in [Internet domains](https://www.iana.org/whois), or possibly [ISO-3166](https://www.iso.org/iso-3166-country-codes.html). This code is followed by a comma, then more detailed information such as state/province, another comma, and then city. For example, "US, Texas, Austin". This will allow for easy sorting. It is okay to only store the country, or the country and the state/province. More detailed information can be added after the city through the use of additional commas. In cases where the province/state is unknown, but you want to store the city, simply leave a space between the two commas. For example, "US, , Austin".</description>
</tag>
<tag name="COMPOSER_NATIONALITY" class="Spacial Information" type="UTF-8">
<description lang="en">Nationality of the main composer of the item, mostly for classical music. The countries corresponding to the string, same 2 octets as in [Internet domains](https://www.iana.org/whois), or possibly [ISO-3166](https://www.iso.org/iso-3166-country-codes.html).</description>
</tag>
<tag name="COMMENT" class="Personal" type="UTF-8">
<description lang="en">Any comment related to the content.</description>
</tag>
<tag name="PLAY_COUNTER" class="Personal" type="UTF-8">
<description lang="en">The number of time the item has been played.</description>
</tag>
<tag name="RATING" class="Personal" type="UTF-8">
<description lang="en">A numeric value defining how much a person likes the song/movie. The number is between 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>
<tag name="ENCODER_SETTINGS" class="Technical Information" type="UTF-8">
<description lang="en">A list of the settings used for encoding this item. No specific format.</description>
</tag>
<tag name="BPS" class="Technical Information" type="UTF-8">
<description lang="en">The average bits per second of the specified item. This is only the data in the Blocks, and excludes headers and any container overhead.</description>
</tag>
<tag name="FPS" class="Technical Information" type="UTF-8">
<description lang="en">The average frames per second of the specified item. This is typically the average number of Blocks per second. In the event that lacing is used, each laced chunk is to be counted as a separate frame.</description>
</tag>
<tag name="BPM" class="Technical Information" type="UTF-8">
<description lang="en">Average number of beats per minute in the complete target (e.g. a chapter). Usually a decimal number.</description>
</tag>
<tag name="MEASURE" class="Technical Information" type="UTF-8">
<description lang="en">In music, a measure is a unit of time in Western music like "4/4". It represents a regular grouping of beats, a meter, as indicated in musical notation by the time signature.. The majority of the contemporary rock and pop music you hear on the radio these days is written in the 4/4 time signature.</description>
</tag>
<tag name="TUNING" class="Technical Information" type="UTF-8">
<description lang="en">It is saved as a frequency in hertz to allow near-perfect tuning of instruments to the same tone as the musical piece (e.g. "441.34" in Hertz). The default value is 440.0 Hz.</description>
</tag>
<tag name="REPLAYGAIN_GAIN" class="Technical Information" type="binary">
<description lang="en">The gain to apply to reach 89dB SPL on playback. This is based on the [Replay Gain standard](http://www.replaygain.org/). Note that ReplayGain information can be found at all TargetType levels (track, album, etc).</description>
</tag>
<tag name="REPLAYGAIN_PEAK" class="Technical Information" type="binary">
<description lang="en">The maximum absolute peak value of the item. This is based on the [Replay Gain standard](http://www.replaygain.org/).</description>
</tag>
<tag name="ISRC" class="Identifiers" type="UTF-8">
<description lang="en">The [International Standard Recording Code](http://www.ifpi.org/isrc/isrc_handbook.html#Heading198), excluding the "ISRC" prefix and including hyphens.</description>
</tag>
<tag name="MCDI" class="Identifiers" type="binary">
<description lang="en">This is a binary dump of the TOC of the CDROM that this item was taken from. This holds the same information as the MCDI in ID3.</description>
</tag>
<tag name="ISBN" class="Identifiers" type="UTF-8">
<description lang="en">[International Standard Book Number](http://www.isbn-international.org/)</description>
</tag>
<tag name="BARCODE" class="Identifiers" type="UTF-8">
<description lang="en">[EAN-13](http://www.ean-int.org/) (European Article Numbering) or [UPC-A](http://www.uc-council.org/) (Universal Product Code) bar code identifier</description>
</tag>
<tag name="CATALOG_NUMBER" class="Identifiers" type="UTF-8">
<description lang="en">A label-specific string used to identify the release (TIC 01 for example).</description>
</tag>
<tag name="LABEL_CODE" class="Identifiers" type="UTF-8">
<description lang="en">A 4-digit or 5-digit number to identify the record label, typically printed as (LC) xxxx or (LC) 0xxxx on CDs medias or covers (only the number is stored).</description>
</tag>
<tag name="LCCN" class="Identifiers" type="UTF-8">
<description lang="en">[Library of Congress Control Number](https://www.loc.gov/marc/lccn.html)</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 ID3.</description>
</tag>
<tag name="PURCHASE_INFO" class="Commercial" type="UTF-8">
<description lang="en">Information on where to purchase this album. This is akin to the WCOM tag in ID3.</description>
</tag>
<tag name="PURCHASE_OWNER" class="Commercial" type="UTF-8">
<description lang="en">Information on the person who purchased the file. This is akin to the [TOWN tag in ID3](http://id3.org/id3v2.3.0#TOWN).</description>
</tag>
<tag name="PURCHASE_PRICE" class="Commercial" type="UTF-8">
<description lang="en">The amount paid for entity. There SHOULD only be a numeric value in here. Only numbers, no letters or symbols other than ".". For instance, you would store "15.59" instead of "$15.59USD".</description>
</tag>
<tag name="PURCHASE_CURRENCY" class="Commercial" type="UTF-8">
<description lang="en">The currency type used to pay for the entity. Use [ISO-4217](http://www.xe.com/iso4217.htm) for the 3 letter currency 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 ID3.</description>
</tag>
<tag name="PRODUCTION_COPYRIGHT" class="Legal" type="UTF-8">
<description lang="en">The copyright information as per the production copyright holder. This is akin to the TPRO tag in ID3.</description>
</tag>
<tag name="LICENSE" class="Legal" type="UTF-8">
<description lang="en">The license applied to the content (like Creative Commons variants).</description>
</tag>
<tag name="TERMS_OF_USE" class="Legal" type="UTF-8">
<description lang="en">The terms of use for this item. This is akin to the USER tag in ID3.</description>
</tag>
</tags>
</matroska_tagging_registry>