From e1d5bf36570590809922d759be087be97ecd4d43 Mon Sep 17 00:00:00 2001 From: lucas Date: Sat, 1 Apr 2006 19:04:00 +0000 Subject: README: Added a paragraph about libtag. darcs-hash:20060401190443-4f952-6d2860b0aa971dace2ff643937e2071209c10712.gz --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README') 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? ============================ -- cgit v1.2.3