Skip to content

Instantly share code, notes, and snippets.

@samicrusader
Created June 21, 2024 21:06
Show Gist options
  • Save samicrusader/9fe5015742de44d670fbd1329887eec2 to your computer and use it in GitHub Desktop.
Save samicrusader/9fe5015742de44d670fbd1329887eec2 to your computer and use it in GitHub Desktop.
matroska tagging
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
<Tag>
<Targets>
<TargetTypeValue>70</TargetTypeValue>
<TargetType>COLLECTION</TargetType>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>My First Girlfriend is a Gal</String>
</Simple>
<!--Simple>
<Name>GENRE</Name>
<String>Anime, Comedy, Drama, Romance</String>
</Simple--> <!-- TODO -->
<Simple>
<Name>URL</Name>
<String>http://hajimete-no-gal.jp/</String>
</Simple>
<Simple>
<Name>CONTENT_TYPE</Name>
<String>TV Show</String>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>A relationship begins between a nerd and a fashionista. Will it work out?</String>
</Simple>
<Simple>
<Name>SYNOPSIS</Name>
<String>Spring. The "season of love" has arrived and it seems that finding himself a girlfriend was harder than Junichi believed. To break the status quo, Junichi's friends have forced him into confessing to the gal, Yame Yukana. However, things do not go quite as he expected. A series of "firsts" begins!</String>
</Simple>
<Simple>
<Name>DATE_RELEASED</Name>
<String>2017-07-12</String>
</Simple>
<Simple>
<Name>TVDB</Name>
<String>329422</String>
</Simple>
<Simple>
<Name>TVDB2</Name>
<String>series/329422</String>
</Simple>
<Simple>
<Name>TMDB</Name>
<String>tv/72296</String>
</Simple>
<Simple>
<Name>IMDB</Name>
<String>tt6538106</String>
</Simple>
</Tag>
<Tag>
<Targets>
<TargetTypeValue>60</TargetTypeValue>
<TargetType>SEASON</TargetType>
</Targets>
<Simple>
<Name>TOTAL_PARTS</Name>
<String>2</String>
</Simple>
<Simple>
<Name>PART_NUMBER</Name>
<String>1</String>
</Simple>
</Tag>
<Tag>
<Targets>
<TargetTypeValue>50</TargetTypeValue>
<TargetType>EPISODE</TargetType>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>My First Time Begging for It</String>
</Simple>
<Simple>
<Name>TOTAL_PARTS</Name>
<String>10</String>
</Simple>
<Simple>
<Name>PART_NUMBER</Name>
<String>1</String>
</Simple>
<Simple>
<Name>SUMMARY</Name>
<String>Junichi Hashiba is forced by his friends to confess his 'love' for Yukana Yame to her. Using the famous 'Dogeza' he tries to sway her into dating him.</String>
</Simple>
<Simple>
<Name>SYNOPSIS</Name>
<String>Hashiba Junichi is a high school student that wants to do anything to lose his virginity. His evil friends force him to ask out a gal in his class, Yame Yukana, so he begs her to date him while kneeling on the ground. She calls him a freak, but then something amazing happens...</String>
</Simple>
<Simple>
<Name>DATE_RELEASED</Name>
<String>2017-07-12</String>
</Simple>
<Simple>
<Name>TVDB</Name>
<String>6124096</String>
</Simple>
<Simple>
<Name>TVDB2</Name>
<String>episodes/6124096</String>
</Simple>
<Simple>
<Name>IMDB</Name>
<String>tt6661282</String>
</Simple>
</Tag>
</Tags>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment