[Matroska-devel] Question about tags
smeulf at gmx.fr
smeulf at gmx.fr
Sun Nov 20 13:32:09 CET 2011
Hello Steve, Hello all,
Thanks for this answer, it's now all clear. I have a last (I hope) extra
question about tags.
For the following tag, does the summary for TargetTupeValue=70 is replaced
by the summary for TargetTypeValue=50 ?
I expect I can have a summary for each TargetTypeLevel, but I'm not sure if
it's valid or not. Can you confirm how it will work ?
Rgds.
<Tags>
<Tag>
<Targets>
<TargetTypeValue>70</TargetTypeValue>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Serie Name</String>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>Serie summary</String>
</Simple>
<Simple>
<Name>TOTAL_PARTS</Name>
<String>4</String>
</Simple>
</Tag>
<Tag>
<Targets>
<TargetTypeValue>60</TargetTypeValue>
</Targets>
<Simple>
<Name>PART_NUMBER</Name>
<String>2</String>
</Simple>
<Simple>
<Name>TOTAL_PARTS</Name>
<String>13</String>
</Simple>
</Tag>
<Tag>
<Targets>
<TargetTypeValue>50</TargetTypeValue>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Episode Title</String>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>Episode summary</String>
</Simple>
<Simple>
<Name>PART_NUMBER</Name>
<String>5</String>
</Simple>
</Tag>
</Tags>
-----Message d'origine-----
From: Steve Lhomme
Sent: Saturday, November 19, 2011 2:47 PM
To: Discussion about the current and future development of Matroska
Subject: Re: [Matroska-devel] Question about tags
As the specs say "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. "
So you should use as many items you need for the same type of element.
If some genre are missing, you can add your own.
On Tue, Nov 15, 2011 at 2:17 AM, <smeulf at gmx.fr> wrote:
> Hi,
>
> I need to tag videos with genres, but I can’t find the right syntax.
>
> The tag specifications page says it folow the “infamous TCON tag in ID3”
> format, but this format don’t seems to provide genres as “Drama” or
> Science-Fiction”.
>
> Also, I need both genres in my tags.
>
> So my question is : “Is the tag should be like this :”
>
> <Simple>
> <Name>GENRE</Name>
> <String>Drama</String>
> </Simple>
> <Simple>
> <Name>GENRE</Name>
> <String>Science-Fiction</String>
> </Simple>
>
> Or should it be an another format ? If so, can someone add some examples
> maybe in the “Simpson” example page, and point me to the right way (ie the
> ID3-Movie genre definition) ?
>
> Thanks in advance.
>
> Smeulf.
> _______________________________________________
> Matroska-devel mailing list
> Matroska-devel at lists.matroska.org
> http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-devel
> Read Matroska-Devel on GMane:
> http://dir.gmane.org/gmane.comp.multimedia.matroska.devel
>
--
Steve Lhomme
Matroska association Chairman
_______________________________________________
Matroska-devel mailing list
Matroska-devel at lists.matroska.org
http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-devel
Read Matroska-Devel on GMane:
http://dir.gmane.org/gmane.comp.multimedia.matroska.devel
More information about the Matroska-devel
mailing list