From c10e28076ccec49828bd544fb2dda67c55bcdbc9 Mon Sep 17 00:00:00 2001 From: Johnathan Rabkin Date: Wed, 16 Oct 2013 12:32:47 -0400 Subject: * lisp/emms-info-libtag.el: Added mp4, m4a to the extensions handled by emms-info-libtag Patch thanks to Mandar Mitra. --- 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 -- cgit v1.2.3