Add missing official Matroska tag field IDs

This commit is contained in:
Martchus 2022-04-05 21:52:37 +02:00
parent 5c4f94de8e
commit 01813e7879
2 changed files with 14 additions and 2 deletions

View File

@ -9,8 +9,8 @@ set(META_APP_AUTHOR "Martchus")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_DESCRIPTION "C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags")
set(META_VERSION_MAJOR 11)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 1)
set(META_VERSION_MINOR 1)
set(META_VERSION_PATCH 0)
set(META_REQUIRED_CPP_UNIT_VERSION 1.14.0)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)

View File

@ -421,6 +421,18 @@ constexpr TAG_PARSER_EXPORT std::string_view lccn()
{
return "LCCN";
}
constexpr TAG_PARSER_EXPORT std::string_view imdb()
{
return "IMDB";
}
constexpr TAG_PARSER_EXPORT std::string_view tmdb()
{
return "TMDB";
}
constexpr TAG_PARSER_EXPORT std::string_view tvdb()
{
return "TVDB";
}
// commercial