Hi,

in some cases TagLib puts a warning on stderr which confuses emms. Does
the following patch make sense (it sends STDERR to nil)

diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el
index 96c7613..548b744 100644
--- a/lisp/emms-info-libtag.el
+++ b/lisp/emms-info-libtag.el
@@ -58,7 +58,7 @@
       (when (zerop
              (let ((coding-system-for-read 'utf-8))
                (call-process "emms-print-metadata" 
-                             nil t nil
+                             nil '(t nil) nil
                              (emms-track-name track))))
         (goto-char (point-min))
         ;; Crush the trailing whitespace
-- 
Only those who will risk going too far can possibly find out how far
one can go.
        -- T.S. Eliot
_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to