diff options
author | Tony <mcfiredrill@gmail.com> | 2009-09-25 17:29:38 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-28 11:59:55 +0200 |
commit | 1039d572513589b2383b51ae08577bd9135c7b3b (patch) | |
tree | fd3c1facee1f789d4f81ec23e438908eb793df54 /doc/mpdconf.example | |
parent | 934a38f97673b63088ab5f019aa9c7273f4ef907 (diff) | |
download | mpd-1039d572513589b2383b51ae08577bd9135c7b3b.tar.gz mpd-1039d572513589b2383b51ae08577bd9135c7b3b.tar.xz mpd-1039d572513589b2383b51ae08577bd9135c7b3b.zip |
Add the sidplay filter param to doc/mpdconf.example.
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index e4a2e2a88..320c3b758 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" #} # ############################################################################### |