Your message dated Wed, 4 Jan 2017 11:02:18 +0100 with message-id <CAE6_+Ufp10qYXZXVqk250mmVo4AChNycCy=-Bqur_1h6n=g...@mail.gmail.com> and subject line has caused the Debian Bug report #653707, regarding /usr/share/pyshared/quodlibet/formats/mp4.py: Please, recognize m4v files as mp4 files to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 653707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653707 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: exfalso Version: 2.3.2-1 Severity: wishlist File: /usr/share/pyshared/quodlibet/formats/mp4.py Tags: patch Hi. Seeing as Apple's m4v files are really mp4 files with another name, it would really be nice to have exfalso/mutagen recognize them so that one can use exfalso also for tagging media like videos. I'm using this patch and it works OK with my iPod 5.5G. Please, consider applying it. Thanks, Rogério Brito. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-rc7-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br--- /usr/share/pyshared/quodlibet/formats/mp4.py~ 2011-09-17 18:04:52.000000000 -0300 +++ /usr/share/pyshared/quodlibet/formats/mp4.py 2011-12-26 09:42:07.155984841 -0200 @@ -10,7 +10,7 @@ from quodlibet import util from quodlibet.formats._audio import AudioFile -extensions = ['.mp4', '.m4a'] +extensions = ['.mp4', '.m4a', '.m4v'] try: from mutagen.mp4 import MP4
--- End Message ---
--- Begin Message ---Thanks. Fixed in https://github.com/quodlibet/quodlibet/commit/9b1716b1b26e2bf25dfa94deb5caa4601c89bcb8 some years ago Closing.
--- End Message ---

