Internet DRAFT - draft-ietf-cellar-tags

draft-ietf-cellar-tags







CELLAR Group                                                   S. Lhomme
Internet-Draft                                                          
Intended status: Standards Track                               M. Bunkus
Expires: 24 April 2024                                                  
                                                                 D. Rice
                                                         22 October 2023


              Matroska Media Container Tag Specifications
                       draft-ietf-cellar-tags-12

Abstract

   This document defines the Matroska tags, namely the tag names and
   their respective semantic meaning.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at https://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on 24 April 2024.

Copyright Notice

   Copyright (c) 2023 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents (https://trustee.ietf.org/
   license-info) in effect on the date of publication of this document.
   Please review these documents carefully, as they describe your rights
   and restrictions with respect to this document.  Code Components
   extracted from this document must include Revised BSD License text as
   described in Section 4.e of the Trust Legal Provisions and are
   provided without warranty as described in the Revised BSD License.





Lhomme, et al.            Expires 24 April 2024                 [Page 1]

Internet-Draft                Matroska Tags                 October 2023


Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  Status of this document . . . . . . . . . . . . . . . . . . .   3
   3.  Notation and Conventions  . . . . . . . . . . . . . . . . . .   3
   4.  Tagging . . . . . . . . . . . . . . . . . . . . . . . . . . .   3
     4.1.  Why official tags matter  . . . . . . . . . . . . . . . .   3
     4.2.  Tag Formatting  . . . . . . . . . . . . . . . . . . . . .   4
     4.3.  Target types  . . . . . . . . . . . . . . . . . . . . . .   5
   5.  Official tags . . . . . . . . . . . . . . . . . . . . . . . .   7
     5.1.  Nesting Information . . . . . . . . . . . . . . . . . . .   7
     5.2.  Organization Information  . . . . . . . . . . . . . . . .   8
     5.3.  Titles  . . . . . . . . . . . . . . . . . . . . . . . . .   9
     5.4.  Nested Information  . . . . . . . . . . . . . . . . . . .   9
     5.5.  Entities  . . . . . . . . . . . . . . . . . . . . . . . .  10
     5.6.  Search and Classification . . . . . . . . . . . . . . . .  13
     5.7.  Temporal Information  . . . . . . . . . . . . . . . . . .  15
     5.8.  Spatial Information . . . . . . . . . . . . . . . . . . .  15
     5.9.  Personal  . . . . . . . . . . . . . . . . . . . . . . . .  17
     5.10. Technical Information . . . . . . . . . . . . . . . . . .  17
     5.11. Identifiers . . . . . . . . . . . . . . . . . . . . . . .  18
     5.12. Commercial  . . . . . . . . . . . . . . . . . . . . . . .  20
     5.13. Legal . . . . . . . . . . . . . . . . . . . . . . . . . .  20
     5.14. Notes . . . . . . . . . . . . . . . . . . . . . . . . . .  21
   6.  Security Considerations . . . . . . . . . . . . . . . . . . .  21
   7.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .  21
     7.1.  Matroska Tags Names Registry  . . . . . . . . . . . . . .  21
   8.  Normative References  . . . . . . . . . . . . . . . . . . . .  28
   9.  Informative References  . . . . . . . . . . . . . . . . . . .  29
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .  30

1.  Introduction

   Matroska is a multimedia container format defined in [Matroska].  It
   can store timestamped multimedia data but also chapters and tags.
   The Tag Elements add important metadata to identify and classify the
   information found in a Matroska Segment.  It can tag a whole Segment,
   separate Track Elements, individual Chapter Elements or Attachment
   Elements.

   While the Matroska tagging framework allows anyone to create their
   own custom tags, it's important to have a common set of values for
   interoperability.  This document intends to define a set of common
   tag names used in Matroska.







Lhomme, et al.            Expires 24 April 2024                 [Page 2]

Internet-Draft                Matroska Tags                 October 2023


2.  Status of this document

   This document is a work-in-progress specification defining the
   Matroska file format as part of the IETF Cellar working group
   (https://datatracker.ietf.org/wg/cellar/charter/).  It uses basic
   elements and concept already defined in the Matroska specifications
   defined by this workgroup [Matroska].

3.  Notation and Conventions

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
   "OPTIONAL" in this document are to be interpreted as described in BCP
   14 [RFC2119] [RFC8174] when, and only when, they appear in all
   capitals, as shown here.

4.  Tagging

   When a Tag is nested within another Tag, the nested Tag becomes an
   attribute of the base tag.  For instance, if you wanted to store the
   dates that a singer used certain addresses for, that singer being the
   lead singer for a track that included multiple bands simultaneously,
   then your tag tree would look something like this:

   *  Targets
      -  TrackUID
   *  BAND
      -  LEADPERFORMER
         o  ADDRESS
            +  DATE
            +  DATEEND
         o  ADDRESS
            +  DATE

   In this way, it becomes possible to store any Tag as attributes of
   another tag.

   Multiple items SHOULD never be stored as a list in a single
   TagString.  If there is more than one tag of a certain type to be
   stored, then more than one SimpleTag SHOULD be used.

4.1.  Why official tags matter

   There is a debate between people who think all tags SHOULD be free
   and those who think all tags SHOULD be strict.  If you look at this
   page you will realize we are in between.





Lhomme, et al.            Expires 24 April 2024                 [Page 3]

Internet-Draft                Matroska Tags                 October 2023


   Advanced-users application might let you put any tag in your file.
   But for the rest of the applications, they usually give you a basic
   list of tags you can use.  Both have their needs.  But it's usually a
   bad idea to use custom/exotic tags because you will probably be the
   only person to use this information even though everyone else could
   benefit from it.  So hopefully, when someone wants to put information
   in one's file, they will find an official one that fit them and
   hopefully use it ! If it's not in the list, this person can contact
   us any time for addition of such a missing tag.  But it doesn't mean
   it will be accepted... Matroska files are not meant the become a
   whole database of people who made costumes for a film.  A website
   would be better for that... It's hard to define what SHOULD be in and
   what doesn't make sense in a file.  So we'll treat each request
   carefully.

   We also need an official list simply for developers to be able to
   display relevant information in their own design (if they choose to
   support a list of meta-information they SHOULD know which tag has the
   wanted meaning so that other apps could understand the same meaning).

4.2.  Tag Formatting

   *  The TagName SHOULD consists of capital letters, numbers and the
      underscore character '_'.

   *  The TagName SHOULD NOT contain any space.

   *  TagNames starting with the underscore character '_' are not
      official tags; see Section 4.1.

   *  The fields with dates SHOULD have the following format: YYYY-MM-DD
      hh:mm:ss.mss YYYY = Year, MM = Month, DD = Days, HH = Hours, mm =
      Minutes, ss = Seconds, mss = Milliseconds.  To store less
      accuracy, you remove items starting from the right.  To store only
      the year, you would use, "2004".  To store a specific day such as
      May 1st, 2003, you would use "2003-05-01".

   *  Fields that require a Float SHOULD use the "." mark instead of the
      "," mark.  To display it differently for another local,
      applications SHOULD support auto replacement on display.  Also, a
      thousandths separator SHOULD NOT be used.

   *  For currency amounts, there SHOULD only be a numeric value in the
      Tag. Only numbers, no letters or symbols other than ".".  For
      instance, you would store "15.59" instead of "$15.59USD".






Lhomme, et al.            Expires 24 April 2024                 [Page 4]

Internet-Draft                Matroska Tags                 October 2023


4.3.  Target types

   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 information about the album it comes from and
   even the CD set even if it's not found in the file.

   For application to know what kind of information (like TITLE) relates
   to a certain level (CD title or track title), we also need a set of
   official TargetType names.  For now audio and video will have
   different values & names.  That also means the same tag name can have
   different meanings depending on where it is (otherwise, we would end
   up with 15 TITLE_ tags).






































Lhomme, et al.            Expires 24 April 2024                 [Page 5]

Internet-Draft                Matroska Tags                 October 2023


   +=================+============+============+=======================+
   | TargetTypeValue | Audio      | Video      | Comment               |
   |                 | strings    | strings    |                       |
   +=================+============+============+=======================+
   | 70              | COLLECTION | COLLECTION | the high              |
   |                 |            |            | hierarchy             |
   |                 |            |            | consisting of         |
   |                 |            |            | many different        |
   |                 |            |            | lower items           |
   +-----------------+------------+------------+-----------------------+
   | 60              | EDITION /  | SEASON /   | a list of lower       |
   |                 | ISSUE /    | SEQUEL /   | levels grouped        |
   |                 | VOLUME /   | VOLUME     | together              |
   |                 | OPUS       |            |                       |
   +-----------------+------------+------------+-----------------------+
   | 50              | ALBUM /    | MOVIE /    | the most common       |
   |                 | OPERA /    | EPISODE /  | grouping level        |
   |                 | CONCERT    | CONCERT    | of music and          |
   |                 |            |            | video (equals         |
   |                 |            |            | to an episode         |
   |                 |            |            | for TV series)        |
   +-----------------+------------+------------+-----------------------+
   | 40              | PART /     | PART /     | when an album         |
   |                 | SESSION    | SESSION    | or episode has        |
   |                 |            |            | different             |
   |                 |            |            | logical parts         |
   +-----------------+------------+------------+-----------------------+
   | 30              | TRACK /    | CHAPTER    | the common            |
   |                 | SONG       |            | parts of an           |
   |                 |            |            | album or a            |
   |                 |            |            | movie                 |
   +-----------------+------------+------------+-----------------------+
   | 20              | SUBTRACK / | SCENE      | corresponds to        |
   |                 | PART /     |            | parts of a            |
   |                 | MOVEMENT   |            | track for audio       |
   |                 |            |            | (like a               |
   |                 |            |            | movement)             |
   +-----------------+------------+------------+-----------------------+
   | 10              | -          | SHOT       | the lowest            |
   |                 |            |            | hierarchy found       |
   |                 |            |            | in music or           |
   |                 |            |            | movies                |
   +-----------------+------------+------------+-----------------------+

            Table 1: TargetTypeValue values semantic description






Lhomme, et al.            Expires 24 April 2024                 [Page 6]

Internet-Draft                Matroska Tags                 October 2023


   An upper level value tag applies to the lower level.  That means if a
   CD has the same artist for all tracks, you just need to set the
   ARTIST tag at level 50 (ALBUM) and not to each TRACK (but you can).
   That also means that, if some parts of the CD have no known ARTIST,
   the value MUST be set to nothing (a void string "").

   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.

   Here is an example of how these organizational tags work: If you set
   10 TOTAL_PARTS to the ALBUM level (40) it means the album contains 10
   lower parts.  The lower part in question is the first lower level
   that is specified in the file.  So, if it's TRACK (30), then that
   means it contains 10 tracks.  If it's MOVEMENT (20), that means it's
   10 movements, etc.

5.  Official tags

   The following is a complete list of the supported Matroska Tags.
   While it is possible to use Tag names that are not listed below, this
   is not recommended as compatibility will be compromised.  If you find
   that there is a Tag missing that you would like to use, then please
   contact the persons mentioned in the IANA Mastroska Tags Registry for
   its inclusion, see Section 7.1.

5.1.  Nesting Information

   Nesting Information tags are intended to contain other tags.























Lhomme, et al.            Expires 24 April 2024                 [Page 7]

Internet-Draft                Matroska Tags                 October 2023


    +==========+========+============================================+
    | Tag Name | Type   | Description                                |
    +==========+========+============================================+
    | ORIGINAL | nested | 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.             |
    +----------+--------+--------------------------------------------+
    | SAMPLE   | nested | 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.                                       |
    +----------+--------+--------------------------------------------+
    | COUNTRY  | UTF-8  | The name of the country that is meant to   |
    |          |        | have other tags inside (using nested tags) |
    |          |        | to country specific information about the  |
    |          |        | item, in the Matroska countries form, i.e. |
    |          |        | [BCP47] two-letter region subtag, without  |
    |          |        | the UK exception.  All tags in this list   |
    |          |        | can be used "under" the COUNTRY_SPECIFIC   |
    |          |        | tag like LABEL, PUBLISH_RATING, etc.       |
    +----------+--------+--------------------------------------------+

                    Table 2: Nesting Information tags

5.2.  Organization Information

   +=============+=======+=============================================+
   | Tag Name    | Type  | Description                                 |
   +=============+=======+=============================================+
   | TOTAL_PARTS | UTF-8 | 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)                   |
   +-------------+-------+---------------------------------------------+
   | PART_NUMBER | UTF-8 | Number of the current part of the           |
   |             |       | current level. (e.g., if TargetType is      |
   |             |       | TRACK, the track number of an audio         |
   |             |       | CD)                                         |
   +-------------+-------+---------------------------------------------+
   | PART_OFFSET | UTF-8 | 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)        |



Lhomme, et al.            Expires 24 April 2024                 [Page 8]

Internet-Draft                Matroska Tags                 October 2023


   +-------------+-------+---------------------------------------------+

                   Table 3: Organization Information tags

5.3.  Titles

       +==========+=======+=======================================+
       | Tag Name | Type  | Description                           |
       +==========+=======+=======================================+
       | TITLE    | UTF-8 | 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].         |
       +----------+-------+---------------------------------------+
       | SUBTITLE | UTF-8 | Sub Title of the entity.              |
       +----------+-------+---------------------------------------+

                           Table 4: Titles tags

5.4.  Nested Information

   Nested Information includes tags contained in other tags.




























Lhomme, et al.            Expires 24 April 2024                 [Page 9]

Internet-Draft                Matroska Tags                 October 2023


      +=============+=======+======================================+
      | Tag Name    | Type  | Description                          |
      +=============+=======+======================================+
      | URL         | UTF-8 | URL corresponding to the tag it's    |
      |             |       | included in.                         |
      +-------------+-------+--------------------------------------+
      | SORT_WITH   | UTF-8 | 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).    |
      +-------------+-------+--------------------------------------+
      | INSTRUMENTS | UTF-8 | 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.                       |
      +-------------+-------+--------------------------------------+
      | EMAIL       | UTF-8 | Email corresponding to the tag it's  |
      |             |       | included in.                         |
      +-------------+-------+--------------------------------------+
      | ADDRESS     | UTF-8 | The physical address of the entity.  |
      |             |       | The address SHOULD include a country |
      |             |       | code.  It can be useful for a        |
      |             |       | recording label.                     |
      +-------------+-------+--------------------------------------+
      | FAX         | UTF-8 | The fax number corresponding to the  |
      |             |       | tag it's included in.  It can be     |
      |             |       | useful for a recording label.        |
      +-------------+-------+--------------------------------------+
      | PHONE       | UTF-8 | The phone number corresponding to    |
      |             |       | the tag it's included in.  It can be |
      |             |       | useful for a recording label.        |
      +-------------+-------+--------------------------------------+

                     Table 5: Nested Information tags

5.5.  Entities

    +=========================+=======+===============================+
    | Tag Name                | Type  | Description                   |
    +=========================+=======+===============================+
    | ARTIST                  | UTF-8 | A person or band/collective   |
    |                         |       | generally considered          |
    |                         |       | responsible for the work.     |
    |                         |       | This is akin to the "TPE1"    |
    |                         |       | tag in [ID3v2].               |



Lhomme, et al.            Expires 24 April 2024                [Page 10]

Internet-Draft                Matroska Tags                 October 2023


    +-------------------------+-------+-------------------------------+
    | LEAD_PERFORMER          | UTF-8 | Lead Performer/Soloist(s).    |
    |                         |       | This can sometimes be the     |
    |                         |       | same as ARTIST.               |
    +-------------------------+-------+-------------------------------+
    | ACCOMPANIMENT           | UTF-8 | Band/orchestra/accompaniment/ |
    |                         |       | musician.  This is akin to    |
    |                         |       | the "TPE2" tag in [ID3v2].    |
    +-------------------------+-------+-------------------------------+
    | COMPOSER                | UTF-8 | The name of the composer of   |
    |                         |       | this item.  This is akin to   |
    |                         |       | the "TCOM" tag in [ID3v2].    |
    +-------------------------+-------+-------------------------------+
    | ARRANGER                | UTF-8 | The person who arranged the   |
    |                         |       | piece, e.g., Ravel.           |
    +-------------------------+-------+-------------------------------+
    | LYRICS                  | UTF-8 | 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.                  |
    +-------------------------+-------+-------------------------------+
    | LYRICIST                | UTF-8 | The person who wrote the      |
    |                         |       | lyrics for a musical item.    |
    |                         |       | This is akin to the "TEXT"    |
    |                         |       | tag in [ID3v2].               |
    +-------------------------+-------+-------------------------------+
    | CONDUCTOR               | UTF-8 | Conductor/performer           |
    |                         |       | refinement.  This is akin to  |
    |                         |       | the "TPE3" tag in [ID3v2].    |
    +-------------------------+-------+-------------------------------+
    | DIRECTOR                | UTF-8 | This is akin to the "IART"    |
    |                         |       | tag [RIFF.tags].              |
    +-------------------------+-------+-------------------------------+
    | ASSISTANT_DIRECTOR      | UTF-8 | The name of the assistant     |
    |                         |       | director.                     |
    +-------------------------+-------+-------------------------------+
    | DIRECTOR_OF_PHOTOGRAPHY | UTF-8 | The name of the director of   |
    |                         |       | photography, also known as    |
    |                         |       | cinematographer.  This is     |
    |                         |       | akin to the "ICNM" tag in     |
    |                         |       | [RIFF.tags].                  |
    +-------------------------+-------+-------------------------------+
    | SOUND_ENGINEER          | UTF-8 | The name of the sound         |



Lhomme, et al.            Expires 24 April 2024                [Page 11]

Internet-Draft                Matroska Tags                 October 2023


    |                         |       | engineer or sound recordist.  |
    +-------------------------+-------+-------------------------------+
    | ART_DIRECTOR            | UTF-8 | The person who oversees the   |
    |                         |       | artists and craftspeople who  |
    |                         |       | build the sets.               |
    +-------------------------+-------+-------------------------------+
    | PRODUCTION_DESIGNER     | UTF-8 | Artist responsible for        |
    |                         |       | designing the overall visual  |
    |                         |       | appearance of a movie.        |
    +-------------------------+-------+-------------------------------+
    | CHOREGRAPHER            | UTF-8 | The name of the choregrapher  |
    +-------------------------+-------+-------------------------------+
    | COSTUME_DESIGNER        | UTF-8 | The name of the costume       |
    |                         |       | designer                      |
    +-------------------------+-------+-------------------------------+
    | ACTOR                   | UTF-8 | 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.            |
    +-------------------------+-------+-------------------------------+
    | CHARACTER               | UTF-8 | 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.                  |
    +-------------------------+-------+-------------------------------+
    | WRITTEN_BY              | UTF-8 | The author of the story or    |
    |                         |       | script (used for movies and   |
    |                         |       | TV shows).                    |
    +-------------------------+-------+-------------------------------+
    | SCREENPLAY_BY           | UTF-8 | The author of the screenplay  |
    |                         |       | or scenario (used for movies  |
    |                         |       | and TV shows).                |
    +-------------------------+-------+-------------------------------+
    | EDITED_BY               | UTF-8 | This is akin to the "IEDT"    |
    |                         |       | tag in [RIFF.tags].           |
    +-------------------------+-------+-------------------------------+
    | PRODUCER                | UTF-8 | Produced by.  This is akin to |
    |                         |       | the "IPRO" tag in             |
    |                         |       | [RIFF.tags].                  |
    +-------------------------+-------+-------------------------------+
    | COPRODUCER              | UTF-8 | The name of a co-producer.    |
    +-------------------------+-------+-------------------------------+
    | EXECUTIVE_PRODUCER      | UTF-8 | The name of an executive      |
    |                         |       | producer.                     |
    +-------------------------+-------+-------------------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 12]

Internet-Draft                Matroska Tags                 October 2023


    | DISTRIBUTED_BY          | UTF-8 | This is akin to the "IDST"    |
    |                         |       | tag in [RIFF.tags].           |
    +-------------------------+-------+-------------------------------+
    | MASTERED_BY             | UTF-8 | The engineer who mastered the |
    |                         |       | content for a physical medium |
    |                         |       | or for digital distribution.  |
    +-------------------------+-------+-------------------------------+
    | ENCODED_BY              | UTF-8 | This is akin to the "TENC"    |
    |                         |       | tag in [ID3v2].               |
    +-------------------------+-------+-------------------------------+
    | MIXED_BY                | UTF-8 | DJ mix by the artist          |
    |                         |       | specified                     |
    +-------------------------+-------+-------------------------------+
    | REMIXED_BY              | UTF-8 | Interpreted, remixed, or      |
    |                         |       | otherwise modified by.  This  |
    |                         |       | is akin to the "TPE4" tag in  |
    |                         |       | [ID3v2].                      |
    +-------------------------+-------+-------------------------------+
    | PRODUCTION_STUDIO       | UTF-8 | This is akin to the "ISTD"    |
    |                         |       | tag in [RIFF.tags].           |
    +-------------------------+-------+-------------------------------+
    | THANKS_TO               | UTF-8 | A very general tag for        |
    |                         |       | everyone else that wants to   |
    |                         |       | be listed.                    |
    +-------------------------+-------+-------------------------------+
    | PUBLISHER               | UTF-8 | This is akin to the "TPUB"    |
    |                         |       | tag in [ID3v2].               |
    +-------------------------+-------+-------------------------------+
    | LABEL                   | UTF-8 | The record label or imprint   |
    |                         |       | on the disc.                  |
    +-------------------------+-------+-------------------------------+

                           Table 6: Entities tags

5.6.  Search and Classification

   +=====================+=======+====================================+
   | Tag Name            | Type  | Description                        |
   +=====================+=======+====================================+
   | GENRE               | UTF-8 | The main genre (classical,         |
   |                     |       | ambient-house, synthpop, sci-fi,   |
   |                     |       | drama, etc.).  The format follows  |
   |                     |       | the infamous "TCON" tag in         |
   |                     |       | [ID3v2].                           |
   +---------------------+-------+------------------------------------+
   | MOOD                | UTF-8 | Intended to reflect the mood of    |
   |                     |       | the item with a few keywords,      |
   |                     |       | e.g., "Romantic", "Sad" or         |



Lhomme, et al.            Expires 24 April 2024                [Page 13]

Internet-Draft                Matroska Tags                 October 2023


   |                     |       | "Uplifting".  The format follows   |
   |                     |       | that of the "TMOO" tag in [ID3v2]. |
   +---------------------+-------+------------------------------------+
   | ORIGINAL_MEDIA_TYPE | UTF-8 | 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       |
   |                     |       | [ID3v2].                           |
   +---------------------+-------+------------------------------------+
   | CONTENT_TYPE        | UTF-8 | The type of the item. e.g.,        |
   |                     |       | Documentary, Feature Film,         |
   |                     |       | Cartoon, Music Video, Music, Sound |
   |                     |       | FX, ...                            |
   +---------------------+-------+------------------------------------+
   | SUBJECT             | UTF-8 | Describes the topic of the file,   |
   |                     |       | such as "Aerial view of Seattle."  |
   +---------------------+-------+------------------------------------+
   | DESCRIPTION         | UTF-8 | A short description of the         |
   |                     |       | content, such as "Two birds        |
   |                     |       | flying."                           |
   +---------------------+-------+------------------------------------+
   | KEYWORDS            | UTF-8 | Keywords to the item separated by  |
   |                     |       | a comma, used for searching.       |
   +---------------------+-------+------------------------------------+
   | SUMMARY             | UTF-8 | A plot outline or a summary of the |
   |                     |       | story.                             |
   +---------------------+-------+------------------------------------+
   | SYNOPSIS            | UTF-8 | A description of the story line of |
   |                     |       | the item.                          |
   +---------------------+-------+------------------------------------+
   | INITIAL_KEY         | UTF-8 | The initial key that a musical     |
   |                     |       | track starts in.  The format is    |
   |                     |       | identical to "TKEY" tag in         |
   |                     |       | [ID3v2].                           |
   +---------------------+-------+------------------------------------+
   | PERIOD              | UTF-8 | Describes the period that the      |
   |                     |       | piece is from or about.  For       |
   |                     |       | example, "Renaissance".            |
   +---------------------+-------+------------------------------------+
   | LAW_RATING          | UTF-8 | 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).                           |
   +---------------------+-------+------------------------------------+

                 Table 7: Search and Classification tags



Lhomme, et al.            Expires 24 April 2024                [Page 14]

Internet-Draft                Matroska Tags                 October 2023


5.7.  Temporal Information

    +================+=======+========================================+
    | Tag Name       | Type  | Description                            |
    +================+=======+========================================+
    | DATE_RELEASED  | UTF-8 | The time that the item was originally  |
    |                |       | released.  This is akin to the "TDRL"  |
    |                |       | tag in [ID3v2].                        |
    +----------------+-------+----------------------------------------+
    | DATE_RECORDED  | UTF-8 | The time that the recording began.     |
    |                |       | This is akin to the "TDRC" tag in      |
    |                |       | [ID3v2].                               |
    +----------------+-------+----------------------------------------+
    | DATE_ENCODED   | UTF-8 | The time that the encoding of this     |
    |                |       | item was completed began.  This is     |
    |                |       | akin to the "TDEN" tag in [ID3v2].     |
    +----------------+-------+----------------------------------------+
    | DATE_TAGGED    | UTF-8 | The time that the tags were done for   |
    |                |       | this item.  This is akin to the "TDTG" |
    |                |       | tag in [ID3v2].                        |
    +----------------+-------+----------------------------------------+
    | DATE_DIGITIZED | UTF-8 | The time that the item was transferred |
    |                |       | to a digital medium.  This is akin to  |
    |                |       | the "IDIT" tag in [RIFF.tags].         |
    +----------------+-------+----------------------------------------+
    | DATE_WRITTEN   | UTF-8 | The time that the writing of the       |
    |                |       | music/script began.                    |
    +----------------+-------+----------------------------------------+
    | DATE_PURCHASED | UTF-8 | Information on when the file was       |
    |                |       | purchased; see also Section 5.12 on    |
    |                |       | purchase tags.                         |
    +----------------+-------+----------------------------------------+

                     Table 8: Temporal Information tags

5.8.  Spatial Information

   +======================+=======+===================================+
   | Tag Name             | Type  | Description                       |
   +======================+=======+===================================+
   | RECORDING_LOCATION   | UTF-8 | The location where the item was   |
   |                      |       | recorded, in the Matroska         |
   |                      |       | countries form, i.e. [BCP47] two- |
   |                      |       | letter region subtag, without the |
   |                      |       | UK exception.  This code is       |
   |                      |       | followed by a comma, then more    |
   |                      |       | detailed information such as      |
   |                      |       | state/province, another comma,    |



Lhomme, et al.            Expires 24 April 2024                [Page 15]

Internet-Draft                Matroska Tags                 October 2023


   |                      |       | 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".          |
   +----------------------+-------+-----------------------------------+
   | COMPOSITION_LOCATION | UTF-8 | Location that the item was        |
   |                      |       | originally designed/written, in   |
   |                      |       | the Matroska countries form, i.e. |
   |                      |       | [BCP47] two-letter region subtag, |
   |                      |       | without the UK exception.  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".          |
   +----------------------+-------+-----------------------------------+
   | COMPOSER_NATIONALITY | UTF-8 | Nationality of the main composer  |
   |                      |       | of the item, mostly for classical |
   |                      |       | music, in the Matroska countries  |
   |                      |       | form, i.e. [BCP47] two-letter     |
   |                      |       | region subtag, without the UK     |
   |                      |       | exception.                        |
   +----------------------+-------+-----------------------------------+

                    Table 9: Spatial Information tags






Lhomme, et al.            Expires 24 April 2024                [Page 16]

Internet-Draft                Matroska Tags                 October 2023


5.9.  Personal

     +==============+=======+========================================+
     | Tag Name     | Type  | Description                            |
     +==============+=======+========================================+
     | COMMENT      | UTF-8 | Any comment related to the content.    |
     +--------------+-------+----------------------------------------+
     | PLAY_COUNTER | UTF-8 | The number of time the item has been   |
     |              |       | played.                                |
     +--------------+-------+----------------------------------------+
     | RATING       | UTF-8 | 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.         |
     +--------------+-------+----------------------------------------+

                          Table 10: Personal tags

5.10.  Technical Information

    +==================+========+=====================================+
    | Tag Name         | Type   | Description                         |
    +==================+========+=====================================+
    | ENCODER          | UTF-8  | The software or hardware used to    |
    |                  |        | encode this item.  ("LAME" or       |
    |                  |        | "XviD")                             |
    +------------------+--------+-------------------------------------+
    | ENCODER_SETTINGS | UTF-8  | A list of the settings used for     |
    |                  |        | encoding this item.  No specific    |
    |                  |        | format.                             |
    +------------------+--------+-------------------------------------+
    | BPS              | UTF-8  | The average bits per second of the  |
    |                  |        | specified item.  This is only the   |
    |                  |        | data in the Blocks, and excludes    |
    |                  |        | headers and any container overhead. |
    +------------------+--------+-------------------------------------+
    | FPS              | UTF-8  | 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.                     |
    +------------------+--------+-------------------------------------+
    | BPM              | UTF-8  | Average number of beats per minute  |



Lhomme, et al.            Expires 24 April 2024                [Page 17]

Internet-Draft                Matroska Tags                 October 2023


    |                  |        | in the complete target (e.g., a     |
    |                  |        | chapter).  Usually a decimal        |
    |                  |        | number.                             |
    +------------------+--------+-------------------------------------+
    | MEASURE          | UTF-8  | 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.  |
    +------------------+--------+-------------------------------------+
    | TUNING           | UTF-8  | 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.                                 |
    +------------------+--------+-------------------------------------+
    | REPLAYGAIN_GAIN  | binary | The gain to apply to reach 89dB SPL |
    |                  |        | on playback.  This is based on the  |
    |                  |        | [ReplayGain] standard.  Note that   |
    |                  |        | ReplayGain information can be found |
    |                  |        | at all TargetType levels (track,    |
    |                  |        | album, etc).                        |
    +------------------+--------+-------------------------------------+
    | REPLAYGAIN_PEAK  | binary | The maximum absolute peak value of  |
    |                  |        | the item.  This is based on the     |
    |                  |        | [ReplayGain] standard.              |
    +------------------+--------+-------------------------------------+

                    Table 11: Technical Information tags

5.11.  Identifiers

     +================+========+=====================================+
     | Tag Name       | Type   | Description                         |
     +================+========+=====================================+
     | ISRC           | UTF-8  | The International Standard          |
     |                |        | Recording Code [ISRC], excluding    |
     |                |        | the "ISRC" prefix and including     |
     |                |        | hyphens.                            |
     +----------------+--------+-------------------------------------+
     | MCDI           | binary | This is a binary dump of the TOC of |
     |                |        | the CDROM that this item was taken  |
     |                |        | from.  This holds the same          |



Lhomme, et al.            Expires 24 April 2024                [Page 18]

Internet-Draft                Matroska Tags                 October 2023


     |                |        | information as the "MCDI" in        |
     |                |        | [ID3v2].                            |
     +----------------+--------+-------------------------------------+
     | ISBN           | UTF-8  | International Standard Book Number  |
     |                |        | [ISBN].                             |
     +----------------+--------+-------------------------------------+
     | BARCODE        | UTF-8  | European Article Numbering EAN-13   |
     |                |        | barcode defined in [GS1] General    |
     |                |        | Specifications.                     |
     +----------------+--------+-------------------------------------+
     | CATALOG_NUMBER | UTF-8  | A label-specific string used to     |
     |                |        | identify the release -- for         |
     |                |        | example, TIC 01.                    |
     +----------------+--------+-------------------------------------+
     | LABEL_CODE     | UTF-8  | 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).        |
     +----------------+--------+-------------------------------------+
     | LCCN           | UTF-8  | Library of Congress Control Number  |
     |                |        | [LCCN].                             |
     +----------------+--------+-------------------------------------+
     | IMDB           | UTF-8  | Internet Movie Database [IMDb]      |
     |                |        | identifier. "tt" followed by at     |
     |                |        | least 7 digits for Movies, TV       |
     |                |        | Shows, and Episodes.                |
     +----------------+--------+-------------------------------------+
     | TMDB           | UTF-8  | The Movie DB "movie_id" or "tv_id"  |
     |                |        | identifier for movies/TV shows      |
     |                |        | [MovieDB].  The variable length     |
     |                |        | digits string MUST be prefixed with |
     |                |        | either "movie/" or "tv/".           |
     +----------------+--------+-------------------------------------+
     | TVDB           | UTF-8  | The TV Database "Series ID" or      |
     |                |        | "Episode ID" identifier for TV      |
     |                |        | shows [TheTVDB].  Variable length   |
     |                |        | all-digits string identifying a TV  |
     |                |        | Show.                               |
     +----------------+--------+-------------------------------------+
     | TVDB2          | UTF-8  | 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.             |
     +----------------+--------+-------------------------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 19]

Internet-Draft                Matroska Tags                 October 2023


                         Table 12: Identifiers tags

5.12.  Commercial

    +===================+=======+====================================+
    | Tag Name          | Type  | Description                        |
    +===================+=======+====================================+
    | PURCHASE_ITEM     | UTF-8 | URL to purchase this file.  This   |
    |                   |       | is akin to the "WPAY" tag in       |
    |                   |       | [ID3v2].                           |
    +-------------------+-------+------------------------------------+
    | PURCHASE_INFO     | UTF-8 | Information on where to purchase   |
    |                   |       | this album.  This is akin to the   |
    |                   |       | "WCOM" tag in [ID3v2].             |
    +-------------------+-------+------------------------------------+
    | PURCHASE_OWNER    | UTF-8 | Information on the person who      |
    |                   |       | purchased the file.  This is akin  |
    |                   |       | to the "TOWN" tag in [ID3v2].      |
    +-------------------+-------+------------------------------------+
    | PURCHASE_PRICE    | UTF-8 | 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".            |
    +-------------------+-------+------------------------------------+
    | PURCHASE_CURRENCY | UTF-8 | The currency type used to pay for  |
    |                   |       | the entity.  Use [ISO4217] for the |
    |                   |       | 3 letter alphabetic code.          |
    +-------------------+-------+------------------------------------+

                        Table 13: Commercial tags

5.13.  Legal

   +======================+=======+====================================+
   | Tag Name             | Type  | Description                        |
   +======================+=======+====================================+
   | COPYRIGHT            | UTF-8 | The copyright information as       |
   |                      |       | per the copyright holder.          |
   |                      |       | This is akin to the "TCOP"         |
   |                      |       | tag in [ID3v2].                    |
   +----------------------+-------+------------------------------------+
   | PRODUCTION_COPYRIGHT | UTF-8 | The copyright information as       |
   |                      |       | per the production copyright       |
   |                      |       | holder.  This is akin to the       |
   |                      |       | "TPRO" tag in [ID3v2].             |
   +----------------------+-------+------------------------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 20]

Internet-Draft                Matroska Tags                 October 2023


   | LICENSE              | UTF-8 | The license applied to the         |
   |                      |       | content (like Creative             |
   |                      |       | Commons variants).                 |
   +----------------------+-------+------------------------------------+
   | TERMS_OF_USE         | UTF-8 | The terms of use for this          |
   |                      |       | item.  This is akin to the         |
   |                      |       | "USER" tag in [ID3v2].             |
   +----------------------+-------+------------------------------------+

                            Table 14: Legal tags

5.14.  Notes

   In the Target list, a logical OR is applied on all tracks, a logical
   OR is applied on all chapters.  Then a logical AND is applied between
   the Tracks list and the Chapters list to know if an element belongs
   to this Target.

6.  Security Considerations

   Tag values can be either strings or binary blobs.  This document
   inherits security considerations from the EBML [RFC8794] and Matroska
   [Matroska] documents.

7.  IANA Considerations

7.1.  Matroska Tags Names Registry

   This document creates a new IANA registry called the "Matroska Tag
   Names" registry.

   To register a new Tag Name in this registry, one needs a Name, a
   Type, a Change Controller (IETF or email of registrant) and an
   optional Reference to a document describing the Element ID.

   The Name corresponds to the value stored in the TagName Element.  The
   Name SHOULD always be written in all capital letters and contain no
   space as defined in Section 4.2,

   The Type corresponds to which element will be stored the tag value.
   There can be 3 values for the Type:

   *  UTF-8: the value of the Tag is stored in TagString,
   *  binary: the value of the Tag is stored in TagBinary,
   *  nested: the tag doesn't contain a value, only nested tags inside.

   Matroska Tag Names Values found in this document are assigned as
   initial values as follows:



Lhomme, et al.            Expires 24 April 2024                [Page 21]

Internet-Draft                Matroska Tags                 October 2023


        +=========================+==========+===================+
        |                Tag Name | Tag Type | Reference         |
        +=========================+==========+===================+
        |                ORIGINAL | nested   | Described in this |
        |                         |          | Section 5.1       |
        +-------------------------+----------+-------------------+
        |                  SAMPLE | nested   | Described in this |
        |                         |          | Section 5.1       |
        +-------------------------+----------+-------------------+
        |                 COUNTRY | UTF-8    | Described in this |
        |                         |          | Section 5.1       |
        +-------------------------+----------+-------------------+
        |             TOTAL_PARTS | UTF-8    | Described in this |
        |                         |          | Section 5.2       |
        +-------------------------+----------+-------------------+
        |             PART_NUMBER | UTF-8    | Described in this |
        |                         |          | Section 5.2       |
        +-------------------------+----------+-------------------+
        |             PART_OFFSET | UTF-8    | Described in this |
        |                         |          | Section 5.2       |
        +-------------------------+----------+-------------------+
        |                   TITLE | UTF-8    | Described in this |
        |                         |          | Section 5.3       |
        +-------------------------+----------+-------------------+
        |                SUBTITLE | UTF-8    | Described in this |
        |                         |          | Section 5.3       |
        +-------------------------+----------+-------------------+
        |                     URL | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+
        |               SORT_WITH | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+
        |             INSTRUMENTS | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+
        |                   EMAIL | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+
        |                 ADDRESS | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+
        |                     FAX | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+
        |                   PHONE | UTF-8    | Described in this |
        |                         |          | Section 5.4       |
        +-------------------------+----------+-------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 22]

Internet-Draft                Matroska Tags                 October 2023


        |                  ARTIST | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |          LEAD_PERFORMER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |           ACCOMPANIMENT | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                COMPOSER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                ARRANGER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                  LYRICS | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                LYRICIST | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |               CONDUCTOR | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                DIRECTOR | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |      ASSISTANT_DIRECTOR | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        | DIRECTOR_OF_PHOTOGRAPHY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |          SOUND_ENGINEER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |            ART_DIRECTOR | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |     PRODUCTION_DESIGNER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |            CHOREGRAPHER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |        COSTUME_DESIGNER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 23]

Internet-Draft                Matroska Tags                 October 2023


        |                   ACTOR | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |               CHARACTER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |              WRITTEN_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |           SCREENPLAY_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |               EDITED_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                PRODUCER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |              COPRODUCER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |      EXECUTIVE_PRODUCER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |          DISTRIBUTED_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |             MASTERED_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |              ENCODED_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                MIXED_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |              REMIXED_BY | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |       PRODUCTION_STUDIO | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |               THANKS_TO | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |               PUBLISHER | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 24]

Internet-Draft                Matroska Tags                 October 2023


        |                   LABEL | UTF-8    | Described in this |
        |                         |          | Section 5.5       |
        +-------------------------+----------+-------------------+
        |                   GENRE | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |                    MOOD | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |     ORIGINAL_MEDIA_TYPE | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |            CONTENT_TYPE | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |                 SUBJECT | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |             DESCRIPTION | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |                KEYWORDS | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |                 SUMMARY | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |                SYNOPSIS | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |             INITIAL_KEY | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |                  PERIOD | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |              LAW_RATING | UTF-8    | Described in this |
        |                         |          | Section 5.6       |
        +-------------------------+----------+-------------------+
        |           DATE_RELEASED | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+
        |           DATE_RECORDED | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+
        |            DATE_ENCODED | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 25]

Internet-Draft                Matroska Tags                 October 2023


        |             DATE_TAGGED | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+
        |          DATE_DIGITIZED | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+
        |            DATE_WRITTEN | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+
        |          DATE_PURCHASED | UTF-8    | Described in this |
        |                         |          | Section 5.7       |
        +-------------------------+----------+-------------------+
        |      RECORDING_LOCATION | UTF-8    | Described in this |
        |                         |          | Section 5.8       |
        +-------------------------+----------+-------------------+
        |    COMPOSITION_LOCATION | UTF-8    | Described in this |
        |                         |          | Section 5.8       |
        +-------------------------+----------+-------------------+
        |    COMPOSER_NATIONALITY | UTF-8    | Described in this |
        |                         |          | Section 5.8       |
        +-------------------------+----------+-------------------+
        |                 COMMENT | UTF-8    | Described in this |
        |                         |          | Section 5.9       |
        +-------------------------+----------+-------------------+
        |            PLAY_COUNTER | UTF-8    | Described in this |
        |                         |          | Section 5.9       |
        +-------------------------+----------+-------------------+
        |                  RATING | UTF-8    | Described in this |
        |                         |          | Section 5.9       |
        +-------------------------+----------+-------------------+
        |                 ENCODER | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |        ENCODER_SETTINGS | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |                     BPS | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |                     FPS | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |                     BPM | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |                 MEASURE | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 26]

Internet-Draft                Matroska Tags                 October 2023


        |                  TUNING | UTF-8    | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |         REPLAYGAIN_GAIN | binary   | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |         REPLAYGAIN_PEAK | binary   | Described in this |
        |                         |          | Section 5.10      |
        +-------------------------+----------+-------------------+
        |                    ISRC | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                    MCDI | binary   | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                    ISBN | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                 BARCODE | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |          CATALOG_NUMBER | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |              LABEL_CODE | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                    LCCN | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                    IMDB | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                    TMDB | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                    TVDB | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |                   TVDB2 | UTF-8    | Described in this |
        |                         |          | Section 5.11      |
        +-------------------------+----------+-------------------+
        |           PURCHASE_ITEM | UTF-8    | Described in this |
        |                         |          | Section 5.12      |
        +-------------------------+----------+-------------------+
        |           PURCHASE_INFO | UTF-8    | Described in this |
        |                         |          | Section 5.12      |
        +-------------------------+----------+-------------------+



Lhomme, et al.            Expires 24 April 2024                [Page 27]

Internet-Draft                Matroska Tags                 October 2023


        |          PURCHASE_OWNER | UTF-8    | Described in this |
        |                         |          | Section 5.12      |
        +-------------------------+----------+-------------------+
        |          PURCHASE_PRICE | UTF-8    | Described in this |
        |                         |          | Section 5.12      |
        +-------------------------+----------+-------------------+
        |       PURCHASE_CURRENCY | UTF-8    | Described in this |
        |                         |          | Section 5.12      |
        +-------------------------+----------+-------------------+
        |               COPYRIGHT | UTF-8    | Described in this |
        |                         |          | Section 5.13      |
        +-------------------------+----------+-------------------+
        |    PRODUCTION_COPYRIGHT | UTF-8    | Described in this |
        |                         |          | Section 5.13      |
        +-------------------------+----------+-------------------+
        |                 LICENSE | UTF-8    | Described in this |
        |                         |          | Section 5.13      |
        +-------------------------+----------+-------------------+
        |            TERMS_OF_USE | UTF-8    | Described in this |
        |                         |          | Section 5.13      |
        +-------------------------+----------+-------------------+

           Table 15: Names and Types for Matroska Tags assigned
                             by this document

8.  Normative References

   [BCP47]    Phillips, A., Ed. and M. Davis, Ed., "Tags for Identifying
              Languages", BCP 47, RFC 5646, DOI 10.17487/RFC5646,
              September 2009, <https://www.rfc-editor.org/info/rfc5646>.

   [GS1]      "GS1 General Specifications", GS1 20.0, January 2020,
              <https://www.gs1.org/standards/barcodes-epcrfid-id-keys/
              gs1-general-specifications>.

   [ID3v2]    Nilsson, M., Mahoney, D., Ed., and J. Sundstrom, Ed., "ID3
              tag version 2.3.0", 3 February 1999,
              <https://id3.org/id3v2.3.0>.

   [IMDb]     Internet Movie Database, "IMDb API Documentation",
              <https://imdb-api.com/api>.

   [ISBN]     International ISBN Agency, "ISBN Users' Manual", December
              2017, <https://www.isbn-international.org/content/isbn-
              users-manual>.






Lhomme, et al.            Expires 24 April 2024                [Page 28]

Internet-Draft                Matroska Tags                 October 2023


   [ISO4217]  International Organization for Standardization, "ISO 4217
              Currency codes", ISO 4217:2015, August 2015,
              <https://www.iso.org/iso-4217-currency-codes.html>.

   [ISRC]     IFPI Secretariat, "International Standard Recording Code
              (ISRC) Handbook", IFPI 3rd Edition, 2009,
              <https://www.ifpi.org/wp-content/uploads/2020/08/
              ISRC_Handbook.pdf>.

   [LCCN]     United States Library Of Congress, "Library Of Congress
              Control Number", October 1999,
              <https://www.loc.gov/marc/lccn.html>.

   [Matroska] Lhomme, S., Bunkus, M., and D. Rice, "Media Container
              Specifications", Work in Progress, Internet-Draft, draft-
              ietf-cellar-matroska-20, 8 October 2023,
              <https://datatracker.ietf.org/doc/html/draft-ietf-cellar-
              matroska-20>.

   [MovieDB]  The Movie Database, "The Movie Database API",
              <https://developers.themoviedb.org/3/movies/get-movie-
              details>.

   [ReplayGain]
              Robinson, D., "ReplayGain 1.0 specification", 10 July
              2001, <http://wiki.hydrogenaud.io/
              index.php?title=Replay_Gain_specification>.

   [RFC2119]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", BCP 14, RFC 2119,
              DOI 10.17487/RFC2119, March 1997,
              <https://www.rfc-editor.org/info/rfc2119>.

   [RFC8174]  Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
              2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
              May 2017, <https://www.rfc-editor.org/info/rfc8174>.

   [RFC8794]  Lhomme, S., Rice, D., and M. Bunkus, "Extensible Binary
              Meta Language", RFC 8794, DOI 10.17487/RFC8794, July 2020,
              <https://www.rfc-editor.org/info/rfc8794>.

   [TheTVDB]  The TVDB, "API documentation",
              <https://www.thetvdb.com/api-information>.

9.  Informative References






Lhomme, et al.            Expires 24 April 2024                [Page 29]

Internet-Draft                Matroska Tags                 October 2023


   [RIFF.tags]
              Exiftool, "RIFF Tags",
              <https://exiftool.org/TagNames/RIFF.html>.

Authors' Addresses

   Steve Lhomme
   Email: slhomme@matroska.org


   Moritz Bunkus
   Email: moritz@bunkus.org


   Dave Rice
   Email: dave@dericed.com



































Lhomme, et al.            Expires 24 April 2024                [Page 30]