diff options
author | Mike Dawson <mike@gp2x.org> | 2009-08-30 19:49:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-08-30 19:49:04 +0200 |
commit | cde9408bd883e6ea67c9c2ced3f928bc9c044eb5 (patch) | |
tree | b24bbdba511ea13dcf25612907b6a6a7a37d639f /doc | |
parent | 85ce9aa7deec29d8b3b3dffeaa4a46e1090693f5 (diff) | |
download | mpd-cde9408bd883e6ea67c9c2ced3f928bc9c044eb5.tar.gz mpd-cde9408bd883e6ea67c9c2ced3f928bc9c044eb5.tar.xz mpd-cde9408bd883e6ea67c9c2ced3f928bc9c044eb5.zip |
decoder/sidplay: implemented songlength database
[mk: added autoconf test; fixed songlen_data_size type]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 4e3b19a5a..8ce3a1b9f 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -363,3 +363,25 @@ input { #id3v1_encoding "ISO-8859-1" # ############################################################################### + + +# SIDPlay decoder ############################################################# +# +# songlength_database: +# Location of your songlengths file, as distributed with the HVSC. +# The sidplay plugin checks this for matching MD5 fingerprints. +# See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq +# +# default_songlength: +# This is the default playing time in seconds for songs not in the +# songlength database, or in case you're not using a database. +# A value of 0 means play indefinitely. +# +#decoder { +# plugin "sidplay" +# songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt" +# default_songlength "120" +#} +# +############################################################################### + |