use new mutagen-based python filter for all audio files

This commit is contained in:
Jean-Francois Dockes 2010-09-12 19:49:50 +02:00
parent b043a2b9b2
commit 8ecea15e4c

View File

@ -2700,20 +2700,17 @@ while query.next >= 0 and query.next < nres:
</ulink></para> </ulink></para>
</listitem> </listitem>
<listitem><para>mp3: &RCL; will use the <listitem><para>mp3, flac, ogg vorbis: &RCL; releases before 1.13
<command>id3info</command> command from the <ulink use the <command>id3info</command> command from the <ulink
url="http://id3lib.sourceforge.net/">id3lib</ulink> package to url="http://id3lib.sourceforge.net/">id3lib</ulink> package to
extract tag information. Without it, only the file names will extract mp3 tag information. (Some gcc versions after 4.4 may have
be indexed. Some gcc versions after 4.4 may have trouble trouble compiling <application>id3lib</application>. <ulink
compiling <application>id3lib</application>. <ulink
url="http://www.recoll.org/id3lib.html">You can find a url="http://www.recoll.org/id3lib.html">You can find a
workaround here</ulink>.</para> workaround here</ulink>), metaflac (standard flac tools) for flac
</listitem> files, and ogginfo (vorbis tools) for ogg files. Releases 1.14
and later use a single Python filter based on
<listitem><para>flac files need metaflac (standard flac tools).</para> <ulink url="http://code.google.com/p/mutagen/">mutagen</ulink>
</listitem> for all audio file types.</para>
<listitem><para>ogg files need ogginfo (vorbis tools).</para>
</listitem> </listitem>
<listitem> <listitem>