From cde9408bd883e6ea67c9c2ced3f928bc9c044eb5 Mon Sep 17 00:00:00 2001 From: Mike Dawson Date: Sun, 30 Aug 2009 19:49:04 +0200 Subject: decoder/sidplay: implemented songlength database [mk: added autoconf test; fixed songlen_data_size type] --- doc/mpdconf.example | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/mpdconf.example') 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" +#} +# +############################################################################### + -- cgit v1.2.3