aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorMike Dawson <mike@gp2x.org>2009-08-30 19:49:04 +0200
committerMax Kellermann <max@duempel.org>2009-08-30 19:49:04 +0200
commitcde9408bd883e6ea67c9c2ced3f928bc9c044eb5 (patch)
treeb24bbdba511ea13dcf25612907b6a6a7a37d639f /doc/mpdconf.example
parent85ce9aa7deec29d8b3b3dffeaa4a46e1090693f5 (diff)
decoder/sidplay: implemented songlength database
[mk: added autoconf test; fixed songlen_data_size type]
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 4e3b19a5..8ce3a1b9 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"
+#}
+#
+###############################################################################
+