View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007787 | MMW v4 | Framework: Tagging | public | 2011-05-13 17:32 | 2020-01-27 21:54 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 4.0 | ||||
Target Version | 4.1 | ||||
Summary | 0007787: Matroska tagging support | ||||
Description | MM 4.0 only supports mkv tag reading. Tag writing should be added. | ||||
Additional Information | http://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 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Triage up? |
|
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. |
|
Given complexity, decreasing priority. |