After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730421 - Support M4V file tags
Support M4V file tags
Status: RESOLVED FIXED
Product: easytag
Classification: Other
Component: general
master
Other Linux
: Normal minor
: 2.2
Assigned To: EasyTAG maintainer(s)
EasyTAG maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-05-20 06:11 UTC by Brad Erickson
Modified: 2014-05-25 16:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for required changes (1.29 KB, patch)
2014-05-20 06:11 UTC, Brad Erickson
committed Details | Review

Description Brad Erickson 2014-05-20 06:11:58 UTC
Created attachment 276821 [details] [review]
Patch for required changes

Easytag supports editing tags for M4V files if the files are renamed to MP4. They should be directly supported.

The process is even listed by a reviewer here: http://community.linuxmint.com/software/view/easytag-aac

It seems like a simple change? Patch is attached.

Thanks!
Comment 1 David King 2014-05-25 16:14:23 UTC
Comment on attachment 276821 [details] [review]
Patch for required changes

Thanks for the bug report and patch. I think that it is fine to add the additional extension, so I committed the patch to the easytag-2-2 and master branches.
Comment 2 David King 2014-05-25 16:15:17 UTC
In the future, EasyTAG should use shared-mime-info to determine the MIME type of files, rather than using purely the file extension, but this change is fine.