View Issue Details

IDProjectCategoryView StatusLast Update
0007787MMW v4Framework: Taggingpublic2020-01-27 21:54
Reporterrusty Assigned To 
PriorityhighSeverityfeatureReproducibilityalways
Status assignedResolutionopen 
Product Version4.0 
Target Version4.1 
Summary0007787: Matroska tagging support
DescriptionMM 4.0 only supports mkv tag reading. Tag writing should be added.
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=1&t=76605

Spec: https://matroska.org/technical/specs/tagging/index.html
Tag Comparison with Other TAG formats: https://www.matroska.org/technical/specs/tagging/othertagsystems/comparetable.html
TagEditor = https://github.com/Martchus/tageditor/releases
TagsNo tags attached.
Fixed in build

Activities

rusty

2011-12-30 21:12

administrator   ~0029682

Triage up?

michal

2012-01-09 16:06

developer   ~0029778

Last edited: 2012-01-09 16:07

I looked around a bit, and it seems, there is still no application, that can edit mkv tags easily. We use official libmatroska library for reading tags, but it probably needs to remux whole file during writing tags (mkvmerge tool does it). This approach is not good, we need to write tags quickly, remuxing would be too slow (mkv is often used for large HD rips). So I need to implement completely our own code for writing tags probably, and it will not be in 4.0.3. It will take some time and it should be thoroughly tested then.

jiri

2012-08-30 19:55

administrator   ~0031740

Given complexity, decreasing priority.