From 8896ea62415e71eefab03e8742ca02ef5abf06d9 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Sun, 8 Dec 2013 14:50:38 +0100 Subject: [PATCH] Support .m4v files. http://chatlogs.musicbrainz.org/musicbrainz/2013/2013-12/2013-12-08.html#T12-42-40-561267 --- picard/formats/mp4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/formats/mp4.py b/picard/formats/mp4.py index 410eb1b23..4e248521c 100644 --- a/picard/formats/mp4.py +++ b/picard/formats/mp4.py @@ -25,7 +25,7 @@ from picard.util import encode_filename class MP4File(File): - EXTENSIONS = [".m4a", ".m4b", ".m4p", ".mp4"] + EXTENSIONS = [".m4a", ".m4b", ".m4p", ".m4v", ".mp4"] NAME = "MPEG-4 Audio" __text_tags = {