AtomicOne
5th October 2013, 11:54
Hi guys
I'm not sure if this is the right section for this, but ...
I'm using an WDTV Live for playing my mkv's, and this player (and many other i think) reads out the MKV-Meta-Data.
And for me it's very annoying that many mkv's have wrong metadata inside. Especially the "Title" tag.
For example, if you encode with AutoMKV (like i do sometimes if StaxRip or HDConvert does not work) you will have the Title set to something like, "Done with AutoMKV ....".
So you aren't able to see the right title on your Player / TV.
For this i coded a tiny program which checks all your MKVs from a given Folder (incl. subfolders), reads out it's Title and if you wish you can Bulk-Edit all files and set their Meta-Title to the same value like it's filename.
So here is my mkvTitleBulkEdit
Download (http://www.file-upload.net/download-8144732/mkvTitleBulkEdit.7z.html)
It's written with AutoHotKey.
It uses command-line tools from mkvtoolnix.
So you need to copy mkvpropedit.exe and mkvinfo.exe in the same folder as my tool resides.
To give you transparency, source-code is included.
You may compile by yourself using AutoHotKey (freeware).
Feel free to publish, edit or enhance this software.
Please give a little feedback what you guys think about this tool.
I'm not sure if this is the right section for this, but ...
I'm using an WDTV Live for playing my mkv's, and this player (and many other i think) reads out the MKV-Meta-Data.
And for me it's very annoying that many mkv's have wrong metadata inside. Especially the "Title" tag.
For example, if you encode with AutoMKV (like i do sometimes if StaxRip or HDConvert does not work) you will have the Title set to something like, "Done with AutoMKV ....".
So you aren't able to see the right title on your Player / TV.
For this i coded a tiny program which checks all your MKVs from a given Folder (incl. subfolders), reads out it's Title and if you wish you can Bulk-Edit all files and set their Meta-Title to the same value like it's filename.
So here is my mkvTitleBulkEdit
Download (http://www.file-upload.net/download-8144732/mkvTitleBulkEdit.7z.html)
It's written with AutoHotKey.
It uses command-line tools from mkvtoolnix.
So you need to copy mkvpropedit.exe and mkvinfo.exe in the same folder as my tool resides.
To give you transparency, source-code is included.
You may compile by yourself using AutoHotKey (freeware).
Feel free to publish, edit or enhance this software.
Please give a little feedback what you guys think about this tool.