aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTony <mcfiredrill@gmail.com>2009-09-25 17:29:38 -0700
committerMax Kellermann <max@duempel.org>2009-09-28 11:59:55 +0200
commit1039d572513589b2383b51ae08577bd9135c7b3b (patch)
treefd3c1facee1f789d4f81ec23e438908eb793df54 /doc
parent934a38f97673b63088ab5f019aa9c7273f4ef907 (diff)
Add the sidplay filter param to doc/mpdconf.example.
Diffstat (limited to 'doc')
-rw-r--r--doc/mpdconf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index e4a2e2a8..320c3b75 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -376,10 +376,14 @@ input {
# songlength database, or in case you're not using a database.
# A value of 0 means play indefinitely.
#
+# filter:
+# Turns the SID filter emulation on or off.
+#
#decoder {
# plugin "sidplay"
# songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
# default_songlength "120"
+# filter "true"
#}
#
###############################################################################