diff options
-rw-r--r-- | emms-info-libtag.el | 7 |
1 files changed, 7 insertions, 0 deletions
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) |