diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2017-03-01 17:06:42 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2017-03-01 17:06:42 -0500 |
commit | 6601ba8ef710b8ed260773e18a3baa940a7adc3a (patch) | |
tree | 33e9b493e7bdccc57823fd364f6074a52faf626b /lisp | |
parent | 0b0bdd12eb97797d3c481de70871d64f42672a58 (diff) |
Move to a new emms-print-metadata.
The new emms-print-metadata is written in C++ and brings on board new
features from TagLib.
Patch by Petteri Hintsanen <petterih@iki.fi>.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-info.el b/lisp/emms-info.el index cfc206b..50b1813 100644 --- a/lisp/emms-info.el +++ b/lisp/emms-info.el @@ -1,6 +1,6 @@ ;;; emms-info.el --- Retrieving track information -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2015 Free Software Foundation Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx> |