emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [PATCH] Added mp4, m4a to the extensions handled by emms-


From: Mandar Mitra
Subject: [Emms-patches] [PATCH] Added mp4, m4a to the extensions handled by emms-info-libtag
Date: Wed, 16 Oct 2013 19:11:36 +0530

---
 lisp/emms-info-libtag.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el
index 5bb49e8..ae416ff 100644
--- a/lisp/emms-info-libtag.el
+++ b/lisp/emms-info-libtag.el
@@ -53,7 +53,7 @@
 (defun emms-info-libtag (track)
   (when (and (eq 'file (emms-track-type track))
              (string-match 
-              
"\\.\\([Mm][Pp]3\\|[oO][gG][gG]\\|[fF][lL][aA][cC]\\|[sS][pP][xX]\\)\\'"
+              
"\\.\\([Mm][Pp][34]\\|[Mm]4[aA]\\|[oO][gG][gG]\\|[fF][lL][aA][cC]\\|[sS][pP][xX]\\)\\'"
               (emms-track-name track)))
     (with-temp-buffer
       (when (zerop
-- 
1.7.9.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]