From 9d41c3807c00593c7c18bd144712ce2a0a414dd6 Mon Sep 17 00:00:00 2001 From: lucas Date: Sat, 1 Apr 2006 18:54:00 +0000 Subject: emms-info-libtag.el: Add a warning about the possible conflict with emms-info-mp3info darcs-hash:20060401185421-4f952-ca0419414afbe93766a07c7e396d4ac8cf586f44.gz --- emms-info-libtag.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emms-info-libtag.el b/emms-info-libtag.el index e3b7d9a..0e6e66e 100644 --- a/emms-info-libtag.el +++ b/emms-info-libtag.el @@ -33,6 +33,13 @@ ;; (require 'emms-info-libtag) ;; (add-to-list 'emms-info-functions 'emms-info-libtag) +;; Note that you should remove emms-info-mp3info and emms-info-ogginfo +;; from the emms-info-functions list if you want to avoid +;; conflicts. For example, to set libtag as your exclusive info +;; provider: + +;; (setq emms-info-functions '(emms-info-libtag)) + ;;; Code: (require 'emms-info) -- cgit v1.2.3