MKV Meta Collection Title and Movie Title

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
mytril
New Cone
New Cone
Posts: 3
Joined: 04 Sep 2017 17:11

MKV Meta Collection Title and Movie Title

Postby mytril » 04 Sep 2017 17:53

Hi guys,

i write an plugin for kodi, which can be used to write the movie data from kodi into the mkv metadata. But i have a problem with that, although i have found the tag specification from mkv on https://matroska.org/technical/specs/tagging/index.html and used it. I have still a problem with with the album field and the title field.

In the specification, i have read that, the album/collection name is expressed by an TITLE Tag in targettypevalue 70 and the title of the movie is expressed by the title tag in targettypevalue 50

targettypevalue 70 is the collection area
targettypevalue 50 is the movie area

so why are the fields in vlc player switched? I see the album field is filled by the movie title and the title field is filled by the collection title.

Here is my mkv meta:

Code: Select all

<?xml version="1.0"?> <!-- <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> --> <Tags> <Tag> <Targets> <TargetTypeValue>70</TargetTypeValue> <TargetType>COLLECTION</TargetType> </Targets> <Simple> <Name>TITLE</Name> <String>Alice in Wonderland Collection</String> </Simple> </Tag> <Tag> <Targets> <TargetTypeValue>50</TargetTypeValue> <TargetType>MOVIE</TargetType> </Targets> <Simple> <Name>TITLE</Name> <String>Alice in Wonderland</String> </Simple> </Tag> </Tags>
my vlc version on linux is 2.2.2

User avatar
InTheWings
Developer
Developer
Posts: 1275
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: MKV Meta Collection Title and Movie Title

Postby InTheWings » 06 Sep 2017 14:30

"means the same tag name can have different meanings depending on where it is"
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !

mytril
New Cone
New Cone
Posts: 3
Joined: 04 Sep 2017 17:11

Re: MKV Meta Collection Title and Movie Title

Postby mytril » 06 Sep 2017 22:07

Yes, this is clear.

An "TITLE" tag in target "Collection" is the collection name.
An "TITLE" tag in target "Movie" is the movie name.

But the vlc player dispays it reverse


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 13 guests