diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-02-27 18:04:12 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-02-27 18:04:12 +0100 |
| commit | c3ff50c17abb26166f2a3f70ede09626dc708867 (patch) | |
| tree | fd891543a51c6bbd6d7417b50bc20c2915a8a18b /defaults/yacy.init | |
| parent | 5753ce0ac50cad8e60266740b459d2999511462c (diff) | |
Updated the list of audio file formats supported by the audioTagParser
Follows upgrade to Jaudiotagger dependency to version 2.2.5.
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index df46364b9..39a663699 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -297,6 +297,8 @@ releases = DATA/RELEASE # parser.mime.deny: specifies mime-types that shall not be indexed
parser.mime.deny=
parser.extensions.deny=
+# The audioTagParser is disabled by default as it needs to create a temporary file each time an audio resource is parsed
+# Audio file extensions and media types can be enabled in the ConfigParser_p.html page if this is not a problem with your install
parser.enableAudioTags=false
# experimental single-page parser for pdf files: split one pdf into individual pages;
|
