Martchus / tageditor

A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
GNU General Public License v2.0
643 stars 57 forks source link

Matroska cover art #55

Open zyw80 opened 4 years ago

zyw80 commented 4 years ago

You can't edit cover art in matroska files: it shows only as attachment, but you can't view/add/remove or renaming anything. Are you planning to add this function?

Martchus commented 4 years ago

Right, so far one can add/remove/extract the cover only as attachment and one has to be aware of the guidelines. It would of course be possible to somehow map the cover attachment into a tag's cover so the way the cover is handled wouldn't differ compared to other formats from the user perspective.

Not sure whether it is worth implementing this feature because it might be quite complicated and raises certain questions, e.g.: What happens when a Matroska file has an attachment but no tags? And if a Matroska file has multiple tags with which tag should the cover be associated? How to make it clear that the cover is actually not part of a tag and therefore the target level of the tag does not apply to it?