marcusj0015
18th July 2012, 22:39
I've made a metadata file for Star Wars: Episode I - The Phantom Menace, and I think it's correct, post any issues you have with it, and consider this the first complete Example.xml metadata file. I'm not sure if I've done the actor/character thing correctly though. so some feedback on that would be great. Here's a link to the rest of the tags that MKV supports. Tag Specs (http://matroska.org/technical/specs/tagging/index.html)
Okay, I fixed a few things with my XML code, I've updated it, here's what's changed. the actor tag is supposed to be like this instead of what it was.
<Simple>
<Name>ACTOR</Name>
<String>Natalie Portman</String>
<Simple>
<Name>CHARACTER</Name>
<String>Queen Amidala</String>
</Simple>
</Simple>
Does anyone know about the <TargetTypeValue>XX</TargetTypeValue> tag?
<Tags>
<!-- movie -->
<Tag>
<Targets>
<TargetTypeValue>50</TargetTypeValue>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Star Wars: Episode I - The Phantom Menace</String>
</Simple>
<Simple>
<Name>DIRECTOR</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>WRITTEN_BY</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>SCREENPLAY_BY</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>EXECUTIVE_PRODUCER</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>PRODUCER</Name>
<String>Rick McCallum</String>
</Simple>
<Simple>
<Name>DIRECTOR_OF_PHOTOGRAPHY</Name>
<String>David Tattersall</String>
</Simple>
<Simple>
<Name>SOUND_ENGINEER</Name>
<String>John Williams</String>
</Simple>
<Simple>
<Name>EDITED_BY</Name>
<String>Ben Burtt</String>
</Simple>
<Simple>
<Name>EDITED_BY</Name>
<String>Paul Martin Smith</String>
</Simple>
<Simple>
<Name>PRODUCTION_STUDIO</Name>
<String>Lucasfilm</String>
</Simple>
<Simple>
<Name>PUBLISHER</Name>
<String>20th Century Fox</String>
</Simple>
<Simple>
<Name>DATE_RELEASED</Name>
<String>1999</String>
</Simple>
<Simple>
<Name>GENRE</Name>
<String>Action Adventure Fantasy Science Fiction Family</String>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Natalie Portman</String>
<Simple>
<Name>CHARACTER</Name>
<String>Queen Amidala</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ewan McGregor</String>
<Simple>
<Name>CHARACTER</Name>
<String>Obi Wan Kenobi</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Liam Neeson</String>
<Simple>
<Name>CHARACTER</Name>
<String>Qui-Gon Jinn</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Jake Lloyd</String>
<Simple>
<Name>CHARACTER</Name>
<String>Anakin Skywalker</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Pernilla August</String>
<Simple>
<Name>CHARACTER</Name>
<String>Shmi Skywalker</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ian McDiarmid</String>
<Simple>
<Name>CHARACTER</Name>
<String>Senator Palpatine</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ray Park</String>
<Simple>
<Name>CHARACTER</Name>
<String>Darth Maul</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Anthony Daniels</String>
<Simple>
<Name>CHARACTER</Name>
<String>C-3PO</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Kenny Baker</String>
<Simple>
<Name>CHARACTER</Name>
<String>R2-D2</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Frank Oz</String>
<Simple>
<Name>CHARACTER</Name>
<String>Yoda</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ahmed Best</String>
<Simple>
<Name>CHARACTER</Name>
<String>Jar Jar Binks</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Keira Knightley</String>
<Simple>
<Name>CHARACTER</Name>
<String>Sabé</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Sofia Coppola</String>
<Simple>
<Name>CHARACTER</Name>
<String>Saché</String>
</Simple>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>As imminent conflict brews between the powerful Trade Federation and the peaceful planet of Naboo, Jedi Master Qui-Gon Jinn and his apprentice Obi-Wan
Kenobi travel to Naboo to warn the Queen of the galactic fallout which is to follow. Eventually, Naboo is invaded forcing the Jedi to evacuate the planet with the Queen and her court.
They travel to the desert planet of Tatooine where they meet a slave boy named Anakin Skywalker who is evidently one with the Force. They enlist his help in fighting the war, while the
Jedi confront one of the Dark Jedi behind the invasion, Darth Maul, while his master Darth Sidious continues to lead the invasion as a "phantom" behind the scenes.
</String>
</Simple>
<Simple>
<Name>LAW_RATING</Name>
<String>PG</String>
</Simple>
<Simple>
<Name>PLAY_COUNTER</Name>
<String>2</String>
</Simple>
<Simple>
<Name>CONTENT_TYPE</Name>
<String>Feature Film</String>
</Simple>
<Simple>
<Name>ORIGINAL_MEDIA_TYPE</Name>
<String>Blu-ray</String>
</Simple>
<Simple>
<Name>FPS</Name>
<String>23.976</String>
</Simple>
<Simple>
<Name>BARCODE</Name>
<String>024543742180</String>
</Simple>
</Tag>
</Tags>
Okay, I fixed a few things with my XML code, I've updated it, here's what's changed. the actor tag is supposed to be like this instead of what it was.
<Simple>
<Name>ACTOR</Name>
<String>Natalie Portman</String>
<Simple>
<Name>CHARACTER</Name>
<String>Queen Amidala</String>
</Simple>
</Simple>
Does anyone know about the <TargetTypeValue>XX</TargetTypeValue> tag?
<Tags>
<!-- movie -->
<Tag>
<Targets>
<TargetTypeValue>50</TargetTypeValue>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Star Wars: Episode I - The Phantom Menace</String>
</Simple>
<Simple>
<Name>DIRECTOR</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>WRITTEN_BY</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>SCREENPLAY_BY</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>EXECUTIVE_PRODUCER</Name>
<String>George Lucas</String>
</Simple>
<Simple>
<Name>PRODUCER</Name>
<String>Rick McCallum</String>
</Simple>
<Simple>
<Name>DIRECTOR_OF_PHOTOGRAPHY</Name>
<String>David Tattersall</String>
</Simple>
<Simple>
<Name>SOUND_ENGINEER</Name>
<String>John Williams</String>
</Simple>
<Simple>
<Name>EDITED_BY</Name>
<String>Ben Burtt</String>
</Simple>
<Simple>
<Name>EDITED_BY</Name>
<String>Paul Martin Smith</String>
</Simple>
<Simple>
<Name>PRODUCTION_STUDIO</Name>
<String>Lucasfilm</String>
</Simple>
<Simple>
<Name>PUBLISHER</Name>
<String>20th Century Fox</String>
</Simple>
<Simple>
<Name>DATE_RELEASED</Name>
<String>1999</String>
</Simple>
<Simple>
<Name>GENRE</Name>
<String>Action Adventure Fantasy Science Fiction Family</String>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Natalie Portman</String>
<Simple>
<Name>CHARACTER</Name>
<String>Queen Amidala</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ewan McGregor</String>
<Simple>
<Name>CHARACTER</Name>
<String>Obi Wan Kenobi</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Liam Neeson</String>
<Simple>
<Name>CHARACTER</Name>
<String>Qui-Gon Jinn</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Jake Lloyd</String>
<Simple>
<Name>CHARACTER</Name>
<String>Anakin Skywalker</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Pernilla August</String>
<Simple>
<Name>CHARACTER</Name>
<String>Shmi Skywalker</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ian McDiarmid</String>
<Simple>
<Name>CHARACTER</Name>
<String>Senator Palpatine</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ray Park</String>
<Simple>
<Name>CHARACTER</Name>
<String>Darth Maul</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Anthony Daniels</String>
<Simple>
<Name>CHARACTER</Name>
<String>C-3PO</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Kenny Baker</String>
<Simple>
<Name>CHARACTER</Name>
<String>R2-D2</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Frank Oz</String>
<Simple>
<Name>CHARACTER</Name>
<String>Yoda</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Ahmed Best</String>
<Simple>
<Name>CHARACTER</Name>
<String>Jar Jar Binks</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Keira Knightley</String>
<Simple>
<Name>CHARACTER</Name>
<String>Sabé</String>
</Simple>
</Simple>
<Simple>
<Name>ACTOR</Name>
<String>Sofia Coppola</String>
<Simple>
<Name>CHARACTER</Name>
<String>Saché</String>
</Simple>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>As imminent conflict brews between the powerful Trade Federation and the peaceful planet of Naboo, Jedi Master Qui-Gon Jinn and his apprentice Obi-Wan
Kenobi travel to Naboo to warn the Queen of the galactic fallout which is to follow. Eventually, Naboo is invaded forcing the Jedi to evacuate the planet with the Queen and her court.
They travel to the desert planet of Tatooine where they meet a slave boy named Anakin Skywalker who is evidently one with the Force. They enlist his help in fighting the war, while the
Jedi confront one of the Dark Jedi behind the invasion, Darth Maul, while his master Darth Sidious continues to lead the invasion as a "phantom" behind the scenes.
</String>
</Simple>
<Simple>
<Name>LAW_RATING</Name>
<String>PG</String>
</Simple>
<Simple>
<Name>PLAY_COUNTER</Name>
<String>2</String>
</Simple>
<Simple>
<Name>CONTENT_TYPE</Name>
<String>Feature Film</String>
</Simple>
<Simple>
<Name>ORIGINAL_MEDIA_TYPE</Name>
<String>Blu-ray</String>
</Simple>
<Simple>
<Name>FPS</Name>
<String>23.976</String>
</Simple>
<Simple>
<Name>BARCODE</Name>
<String>024543742180</String>
</Simple>
</Tag>
</Tags>