QUESTION :
I’m looking for an MKV meta tag editor. I’m using PLEX Media Server and PLEX Media Center on my iMac to see movies.
PLEX is great because it automatically finds and names my entire movie library with year, director, gender, original title, description, movie poster art, etc.
Unfortunately, it saves all the data only into an app DB file without editing any tags in the MKV files.
20% of the movies need to be fixed or PLEX needs help finding the correct movie name, so if I need to move all my library elsewere, I need to do all the tagging work again.
So, does an MKV meta tag editor exist?
ANSWER :
Short answer, no. But it is possible. You need to write the tags as an xml file using matroska’s docs. Then you need to merge it with the mkv file using the MKVToolnix tool set. The tool you want is mkvmerge GUI, use the attachments tab to add your xml file.
The best tool you can get for this task is mmg
as part of the mkvtoolnix
package:
http://www.bunkus.org/videotools/mkvtoolnix/
It contains a header-editor where you can change the ‘tags’. It is available cross-platform, the link you are most interested in should be http://www.bunkus.org/videotools/mkvtoolnix/downloads.html#macosx.