Kodi Community Forum
MKV Tag Options - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+--- Thread: MKV Tag Options (/showthread.php?tid=344201)



MKV Tag Options - danhi - 2019-05-26

On https://kodi.wiki/view/Video_file_tagging, it describes an option for including tag data for Kodi inside the file. I have a file tagging app (MetaX for Windows) and am looking to implement this, but want to make sure I do it correctly.  In the Matroska specification it describes an attachments element, with an attachment sub-element that has properties of the file data, a file description, a filename, a file mimetype and a file UID.  Is there anything specific I need to set these values to (specifically the mimetype)?  I understand the data should be the same as the .nfo file, correct?

If there were an example MKV file with this data set, that would be great.