GithubHelp home page GithubHelp logo

dropcreations / mkvtagger Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 4.0 50 KB

Python script to tag MKV and WebM media files using mkvpropedit from MKVToolNix with the support of official matroska tags and multiple tag values

License: MIT License

Python 100.00%
mkvpropedit mkvtoolnix xml mkv webm tagger xml-tags mkv-tags webm-tags multiple

mkvtagger's People

Contributors

dropcreations avatar jamyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mkvtagger's Issues

Metadata tag values with a colon are truncated

Kodi and other tools support the TMDBURL and IMDBURL metadata tags. mkvtagger won't properly apply tags from a file that include a colon as it seems to consider it the start of another tag. I've also tried quoting the value to no effect.

Example:

Input file:

IMDB: tt1696822
IMDBURL: https://www.imdb.com/title/tt1696822
TMDB: tv/25394
TMDBURL: https://www.themoviedb.org/tv/25394-how-the-earth-was-made/season/1/episode/3

Resulting tags:

IMDB                                     : tt1696822
IMDBURL                                  : https
TMDB                                     : tv/25394
TMDBURL                                  : https

Question: nested tags?

Can a text file add nested tags like:
actor Toshiro Mifune
character Kikuchiyo
actor Takashi Shimura

   character Kambei Shimada

According to the Matroska site, nested tag becomes an attribute of the 'outer' tag, i.e. character becomes an attribute of actor.
How would nested tags be handled?

Metadata tag values with a colon are truncated

Kodi and other tools support the TMDBURL and IMDBURL metadata tags. mkvtagger won't properly apply tags from a file that include a colon as it seems to consider it the start of another tag. I've also tried quoting the value to no effect.

Example:

Input file:

IMDB: tt1696822
IMDBURL: https://www.imdb.com/title/tt1696822
TMDB: tv/25394
TMDBURL: https://www.themoviedb.org/tv/25394-how-the-earth-was-made/season/1/episode/3

Resulting tags:

IMDB                                     : tt1696822
IMDBURL                                  : https
TMDB                                     : tv/25394
TMDBURL                                  : https

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.