diff options
author | lucas <lucas> | 2006-06-22 23:17:00 +0000 |
---|---|---|
committer | lucas <mwolson@gnu.org> | 2006-06-22 23:17:00 +0000 |
commit | 4b201371ac9d96070c13bfd8da9bebeb5dc5df10 (patch) | |
tree | 28b7be689802e393304c384374f22a4fafd5149e /README | |
parent | 963010890b497f9eabfb2738ee50734a1befa539 (diff) |
README: added a note about compiling emms-print-metadata, since it apparently wasn't obvious...
darcs-hash:20060622231759-4f952-2d232e9530b6990ea41ba6d8b8d78d0e4b717c87.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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)) |