Skip to content

Commit

Permalink
add some text to describe some RIFF based tags
Browse files Browse the repository at this point in the history
I had to invent some as the specs are pretty rare.
  • Loading branch information
robUx4 committed Feb 23, 2025
1 parent fe45608 commit 5425ca4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions matroska_tags.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ in editing the subtitle track for more consistency.</description>
<description lang="en">Conductor/performer refinement. This is akin to the "TPE3" tag in [@!ID3v2.3] when the `TargetTypeValue` is 30 (TRACK).</description>
</tag>
<tag name="DIRECTOR" class="Entities" type="UTF-8">
<description lang="en">This is akin to the "IART" tag [@?RIFF.tags].</description>
<description lang="en">The name of a director of a movie. This is akin to the "IART" tag [@?RIFF.tags].</description>
</tag>
<tag name="ASSISTANT_DIRECTOR" class="Entities" type="UTF-8">
<description lang="en">The name of the assistant director.</description>
Expand Down Expand Up @@ -153,10 +153,10 @@ This **SHOULD** be a sub-tag of an `ACTOR` tag in order to not cause ambiguities
<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 [@?RIFF.tags].</description>
<description lang="en">The name of a film editor for a movie. This is akin to the "IEDT" tag in [@?RIFF.tags].</description>
</tag>
<tag name="PRODUCER" class="Entities" type="UTF-8">
<description lang="en">Produced by. This is akin to the "IPRO" tag in [@?RIFF.tags].</description>
<description lang="en">The name of a producer for a song/movie. This is akin to the "IPRO" tag in [@?RIFF.tags].</description>
</tag>
<tag name="COPRODUCER" class="Entities" type="UTF-8">
<description lang="en">The name of a co-producer.</description>
Expand All @@ -165,7 +165,7 @@ This **SHOULD** be a sub-tag of an `ACTOR` tag in order to not cause ambiguities
<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 [@?RIFF.tags].</description>
<description lang="en">The name a of a company distributing the content. This is akin to the "IDST" tag in [@?RIFF.tags].</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
Expand All @@ -182,7 +182,7 @@ for digital distribution.</description>
the "TPE4" tag in [@!ID3v2.3] when the `TargetTypeValue` is 30 (TRACK).</description>
</tag>
<tag name="PRODUCTION_STUDIO" class="Entities" type="UTF-8">
<description lang="en">This is akin to the "ISTD" tag in [@?RIFF.tags].</description>
<description lang="en">The name a physical studio when the content was recorded. This is akin to the "ISTD" tag in [@?RIFF.tags].</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>
Expand Down

0 comments on commit 5425ca4

Please sign in to comment.