diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 9bf45190..87d42b51 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -2700,20 +2700,17 @@ while query.next >= 0 and query.next < nres:
- mp3: &RCL; will use the
- id3info command from the mp3, flac, ogg vorbis: &RCL; releases before 1.13
+ use the id3info command from the id3lib package to
- extract tag information. Without it, only the file names will
- be indexed. Some gcc versions after 4.4 may have trouble
- compiling id3lib. id3lib. You can find a
- workaround here.
-
-
- flac files need metaflac (standard flac tools).
-
-
- ogg files need ogginfo (vorbis tools).
+ workaround here), metaflac (standard flac tools) for flac
+ files, and ogginfo (vorbis tools) for ogg files. Releases 1.14
+ and later use a single Python filter based on
+ mutagen
+ for all audio file types.