MKV meta data documentation?

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
Slowking
New Cone
New Cone
Posts: 8
Joined: 20 Aug 2012 02:09

MKV meta data documentation?

Postby Slowking » 20 Aug 2012 02:17

At the moment I'm trying to fill in meta data in an mkv, via xml-file.
Sadly I can not find any documentation about what the required tag names are.

I figured out a few, like "DESCRIPTION" for the field "Comments" but others allude me.
For example you would think "DATE" would fill in "Date" or "ENCODED_BY" "Encoded by", but nope.

Is there documentation about this somewhere?

I searched the Wiki and googled my butt off, no luck.

Hope you guys can help. :)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 20 Aug 2012 07:24

Did you try mkvmerge to set the metadata?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Lotesdelere
Cone Master
Cone Master
Posts: 9846
Joined: 08 Sep 2006 04:39
Location: Europe

Re: MKV meta data documentation?

Postby Lotesdelere » 20 Aug 2012 10:20


Slowking
New Cone
New Cone
Posts: 8
Joined: 20 Aug 2012 02:09

Re: MKV meta data documentation?

Postby Slowking » 20 Aug 2012 17:47

Did you try mkvmerge to set the metadata?
That's what I'm merging the xml file with, yes. And it does work. Like I said, I was able to set the copyright, comment and genre tag.
Yeah those tags don't correspond to the VLC fields. That's my main problem.
As mentioned above, for example ENCODED_BY and DATE do not work. They show up under "Metadata", but I want them filling in their specific fields under "General", like it works with the copyright, comment and genre tags.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 20 Aug 2012 18:51

It seems we use DATE_RELEASE, "TITLE", "ARTIST", "GENRE", "COPYRIGHT", "DESCRIPTION", PUBLISHER", "URL", "PART_NUMBER, "TOTAL_PARTS", "DATE_RELEASE"
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Slowking
New Cone
New Cone
Posts: 8
Joined: 20 Aug 2012 02:09

Re: MKV meta data documentation?

Postby Slowking » 20 Aug 2012 19:24

Thx, that helps a lot. :) Still missing the tag for the "Encoded by" field and I would really like to use that, though.
Also can you tell me in what format DATE_RELEASE has to be? If I put "1998", VLC will display "20"

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 20 Aug 2012 22:32

Thx, that helps a lot. :) Still missing the tag for the "Encoded by" field and I would really like to use that, though.
OK.
Also can you tell me in what format DATE_RELEASE has to be? If I put "1998", VLC will display "20"

Seems a very weird bug of VLC compiled on Win32
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Slowking
New Cone
New Cone
Posts: 8
Joined: 20 Aug 2012 02:09

Re: MKV meta data documentation?

Postby Slowking » 20 Aug 2012 22:46

Thx, that helps a lot. :) Still missing the tag for the "Encoded by" field and I would really like to use that, though.
OK.
So for this field there doesn't exist a corresponding tag?

Well if the date thing is a bug, at least it's not my fault. :D

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 20 Aug 2012 23:20

Thx, that helps a lot. :) Still missing the tag for the "Encoded by" field and I would really like to use that, though.
OK.
So for this field there doesn't exist a corresponding tag?
http://pastie.org/4558536
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Slowking
New Cone
New Cone
Posts: 8
Joined: 20 Aug 2012 02:09

Re: MKV meta data documentation?

Postby Slowking » 21 Aug 2012 00:11

Ah those one liners. They are sometimes hard to decipher. Are you telling me that you just added that and it will be in a future version, or that it is already in there and should work?
If the latter, it does not work.
Image

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 21 Aug 2012 06:25

This is a patch to be added, in the mainline for it to work.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 21 Aug 2012 12:17

Done for 2.1
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Slowking
New Cone
New Cone
Posts: 8
Joined: 20 Aug 2012 02:09

Re: MKV meta data documentation?

Postby Slowking » 21 Aug 2012 15:43

Ah cool. Thx :)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 24 Aug 2012 01:12

And Date and albums are fixed for 2.1 too.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

danhi
Blank Cone
Blank Cone
Posts: 17
Joined: 09 Sep 2012 02:08

Re: MKV meta data documentation?

Postby danhi » 09 Sep 2012 02:24

I'm running the latest VLC (2.03), but I still see the date showing as 23, when the DATE_RELEASE (which is what the post said, even though the Matroksa doc says it should be DATE_RELEASED, which I added as well) tag has 2007-06-28 in it.

Also you mentioned that Album was fixed. What tag name are you using for album.

Is there any interest in supporting more of the MKV tags, to match what is displayed for MP4's?

Thanks,

Dan

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 10 Sep 2012 13:45

I'm running the latest VLC (2.03), but I still see the date showing as 23, when the DATE_RELEASE (which is what the post said, even though the Matroksa doc says it should be DATE_RELEASED, which I added as well) tag has 2007-06-28 in it.
I said 2.1....
Also you mentioned that Album was fixed. What tag name are you using for album.
TITLE, at the album level.
Is there any interest in supporting more of the MKV tags, to match what is displayed for MP4's?
Like?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

danhi
Blank Cone
Blank Cone
Posts: 17
Joined: 09 Sep 2012 02:08

Re: MKV meta data documentation?

Postby danhi » 20 Sep 2012 19:39

Sorry for the delayed response, I guess I wasn't subscribed to the thread and didn't get notification. Anyway, some useful fields would be rating, director, studio, and perhaps screenwriter. Of these rating would be the most important.

Thanks,

Dan

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 21 Sep 2012 11:55

Did you try 2.1?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

danhi
Blank Cone
Blank Cone
Posts: 17
Joined: 09 Sep 2012 02:08

Re: MKV meta data documentation?

Postby danhi » 21 Sep 2012 17:16

I just downloaded it yesterday. I'll install it and test it out today and post back.

Thanks,

Dan

danhi
Blank Cone
Blank Cone
Posts: 17
Joined: 09 Sep 2012 02:08

Re: MKV meta data documentation?

Postby danhi » 21 Sep 2012 17:21

OK, date and album now work, and I can see all the other info on the MetaTags tab. For me, having rating and director on the main display screen would be more interesting than encoded by and publisher. Also, what is the Now Playing field meant to display?

Thanks,
Dan

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 24 Sep 2012 14:48

The now playing tag.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

danhi
Blank Cone
Blank Cone
Posts: 17
Joined: 09 Sep 2012 02:08

Re: MKV meta data documentation?

Postby danhi » 24 Sep 2012 17:23

I don't see a Now Playing tag defined in MKV. Do you know what the semantics of the tag are?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 24 Sep 2012 17:51

MKV is not the only format around.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

danhi
Blank Cone
Blank Cone
Posts: 17
Joined: 09 Sep 2012 02:08

Re: MKV meta data documentation?

Postby danhi » 24 Sep 2012 17:58

I don't see it as a defined tag in AVI or in MP4. If you don't know what it means, fine. If you do could you just say so.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: MKV meta data documentation?

Postby Jean-Baptiste Kempf » 25 Sep 2012 00:36

Ogg supports it. ASF supports it. This is for radios.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 12 guests