Before I start, yes, I realize there are things like Icaros that can modify Windows Explorer to show different tags, this doesn't work for my use case.
What I'm interested in is how I can save metadata tags to MKV files that will *natively* show up in vanilla Windows Explorer. I'm already aware of one of them - the "comments" tag seems to work nicely. But beyond that, Windows Explorer in Windows 10 has an extremely long list of tags that it is capable of displaying. Is there any way to utilize these at the MKV file level?
I'm also aware that Matroska has a list of "official" tags...but from my understanding, other non-official tags are theoretically possible?
Any help greatly appreciated, thanks!
+ Reply to Thread
Results 1 to 4 of 4
-
-
To display tags in the Windows explorer, Windows needs to understand the container and know how to get that information. The general MKV format was not one Windows supported out-of-the-box, so it might need an Explorer Extension to get to know it. The best chance might be creating a specific subset of MKV, WebM, which is at least a "web standard".
-
Thanks for the information! I’ll definitely look into WebM. This is for an archive of family movies that will be passed down for generations, so software dependencies are unfortunately just not going to work.
I’m really interested in the fact that I got the “comments” tag to work…I’m wondering if there are any hacky ways to cram metadata into an MKV file. Or, does windows see the file type and just automatically parse it a certain way based on the extension? -
Getting metadata into an MKV file, using MKVToolNix, is less an issue than enabling the Windows Explorer to read them out for display. Yes, Windows needs to first detect and then parse a media file. The file name extension may be a first step in a sequence of required work.
The MP4 container may be supported better, having a more strict specification.
Please note that both MP4 and WebM only support a more narrow selection of audio and video formats, and they don't have much in common. Matroska (MKV) is the really universal container format, but also the most complex of them.
Similar Threads
-
Can I see video format metadata in Windows Explorer columns?
By Chris Dukes in forum Video ConversionReplies: 3Last Post: 18th Apr 2020, 08:29 -
Reading FLAC tags in Windows 7 explorer
By Ennio in forum ComputerReplies: 0Last Post: 7th Oct 2019, 13:46 -
Looking for something to show file encoding properties in Windows Explorer
By davevid in forum Newbie / General discussionsReplies: 2Last Post: 4th May 2019, 15:52 -
Explorer hangs in Win 10 trying to show thumb previews for mkv videos
By sohaibrazzaq in forum ComputerReplies: 1Last Post: 21st Jul 2017, 10:20 -
Can windows explorer read mkv tags added through .xml files?
By koolestani in forum Newbie / General discussionsReplies: 7Last Post: 22nd Jun 2017, 09:02