diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 18f70b4e..b8f278d6 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -2650,7 +2650,13 @@ while query.next >= 0 and query.next < nres:
Postscript:
- pstotext.
+ pstotext. The original version has an issue with shell
+ character in file names. Most recent package repositories /
+ ports system use a patched version (ie FreeBSD, Debian). If
+ compiling from source, it would be better to apply the patch
+ found
+
+ here.
MS Word:
diff --git a/website/BUGS.html b/website/BUGS.html
index 6a48d83b..09f41004 100644
--- a/website/BUGS.html
+++ b/website/BUGS.html
@@ -37,6 +37,10 @@
+ - The new mutagen-based audio tags filter (rclaudio) only
+ works with very recent mutagen
+ versions. See here for a
+ corrected version.
- Performing a full index with release 1.11 or later, over a
version created with a much older recoll release may
sometimes end with an error saying "backend doesn't
diff --git a/website/features.html b/website/features.html
index 04ef522c..6c672749 100644
--- a/website/features.html
+++ b/website/features.html
@@ -133,11 +133,21 @@
- Wordperfect with libwpd.
- - postscript with
- ghostscript and pstotext.
+ - postscript with
+
+ ghostscript and
+
+ pstotext.
+ Actually the pstotext 1.9 found at the latter link
+ has a problem with file names using special shell
+ characters, and you should either use the version
+ packaged for your system which is probably patched,
+ or apply the Debian patch which is
+ stored here
+ for convenience. See
+ http://packages.debian.org/squeeze/pstotext and
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=356988
+ for references/explanations.
- rtf with unrtf.
diff --git a/website/filters/filters.html b/website/filters/filters.html
index 6328d733..3dd06c34 100644
--- a/website/filters/filters.html
+++ b/website/filters/filters.html
@@ -64,21 +64,21 @@
mimeconf
mimeview
+
-
- Updated icalendar filter
- The filter script for all releases up and including 1.13.04 used
- the icalendar Python module which is not robust enough against some
- syntax errors (found for example in Mozilla exports). The new version
- uses an internal trivial parser, which will hopefully be both
- sufficient for what we are doing and more robust.
- You can download the new script. This will not
- work for versions prior to 1.13.
+ Updated audio tag filter
+ The mutagen-based rclaudio filter delivered with recoll 1.14.2
+ used a very recent mutagen interface which will only work with
+ mutagen versions after 1.17 (probably. at least works with 1.19,
+ doesn't with 1.15).
+ You can download the corrected script here.
+