From 4b201371ac9d96070c13bfd8da9bebeb5dc5df10 Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 22 Jun 2006 23:17:00 +0000 Subject: README: added a note about compiling emms-print-metadata, since it apparently wasn't obvious... darcs-hash:20060622231759-4f952-2d232e9530b6990ea41ba6d8b8d78d0e4b717c87.gz --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 1a79889..9e05211 100644 --- a/README +++ b/README @@ -158,10 +158,12 @@ Seeking works through the following functions : There is a way to read tags using Libtag as your backend for emms-info. However, since it requires a binary file (source code -provided with EMMS), it isn't enabled by default. Moreover, libtag -overwrites most of the usual methods for providing info, so it's best to -keep it as the only function in `emms-info-functions'. Here's a way to -do so: +provided with EMMS), it isn't enabled by default. To compile it, type +"make emms-print-metadata". To install it, either put +emms-print-metadata in your $PATH, or add emms directory to Emacs' +exec-path. Since, libtag overwrites most of the usual methods for +providing info, it's best to keep it as the only function in +`emms-info-functions'. Here's a way to do so: (require 'emms-info-libtag) (setq emms-info-functions '(emms-info-libtag)) -- cgit v1.2.3