emms-help
[Top][All Lists]
Advanced

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

[emms-help] [PATCH] emms-info-libtag.el: Make use of emms-info-libtag-pr


From: Tim Landscheidt
Subject: [emms-help] [PATCH] emms-info-libtag.el: Make use of emms-info-libtag-program-name
Date: Mon, 07 Jun 2010 00:06:57 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

emms-info-libtag.el defines emms-info-libtag-program-name,
but doesn't use it yet.

Tim
diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el
index e90bc9a..5bb49e8 100644
--- a/lisp/emms-info-libtag.el
+++ b/lisp/emms-info-libtag.el
@@ -58,7 +58,7 @@
     (with-temp-buffer
       (when (zerop
              (let ((coding-system-for-read 'utf-8))
-               (call-process "emms-print-metadata" 
+               (call-process emms-info-libtag-program-name
                              nil '(t nil) nil
                              (emms-track-name track))))
         (goto-char (point-min))

reply via email to

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