diff options
author | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-10-16 12:32:47 -0400 |
---|---|---|
committer | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-10-16 12:32:47 -0400 |
commit | c10e28076ccec49828bd544fb2dda67c55bcdbc9 (patch) | |
tree | 83e1c1e2748473f698a96cb4ebc62cc4e0005e41 /lisp | |
parent | 2fba6182e3cabe5fc4002473b16ee47e62e95683 (diff) |
* lisp/emms-info-libtag.el: Added mp4, m4a to the extensions handled by emms-info-libtag
Patch thanks to Mandar Mitra.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-info-libtag.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |