aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlucas <lucas>2006-04-01 19:04:00 +0000
committerlucas <mwolson@gnu.org>2006-04-01 19:04:00 +0000
commite1d5bf36570590809922d759be087be97ecd4d43 (patch)
tree397eeb3c1c826195490b0336b5d2af44e2f39354 /README
parent9d41c3807c00593c7c18bd144712ce2a0a414dd6 (diff)
README: Added a paragraph about libtag.
darcs-hash:20060401190443-4f952-6d2860b0aa971dace2ff643937e2071209c10712.gz
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index adb2e6b..9f523aa 100644
--- a/README
+++ b/README
@@ -130,6 +130,19 @@ sources for tracks (trivial file system based sources, such as this
emms-player-ogg123
emms-player-mplayer))
+* Using libtag for reading tags
+===============================
+
+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:
+
+(require 'emms-info-libtag)
+(setq emms-info-functions '(emms-info-libtag))
+
* EMMS, Emms, emms, or what?
============================