From 8ecea15e4cbe2d909577f53a220bf1193c872538 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 12 Sep 2010 19:49:50 +0200 Subject: [PATCH] use new mutagen-based python filter for all audio files --- src/doc/user/usermanual.sgml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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.