diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 21:06:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 21:06:21 +0100 |
commit | 34003982308080f5e1a4a46980919ddb0a22429c (patch) | |
tree | d73cc04e6cdfddedbc3567eda59aca2e80a7469e /doc | |
parent | 5c244e9a8cfcc0805a1ff2576c8334b6c333dfb3 (diff) | |
download | mpd-34003982308080f5e1a4a46980919ddb0a22429c.tar.gz mpd-34003982308080f5e1a4a46980919ddb0a22429c.tar.xz mpd-34003982308080f5e1a4a46980919ddb0a22429c.zip |
doc/mpdconf.example: move sidplay documentation to the user manual
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 26 | ||||
-rw-r--r-- | doc/user.xml | 58 |
2 files changed, 58 insertions, 26 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 4b55f8801..7a2db5d16 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -385,29 +385,3 @@ 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. -# -# filter: -# Turns the SID filter emulation on or off. -# -#decoder { -# plugin "sidplay" -# songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt" -# default_songlength "120" -# filter "true" -#} -# -############################################################################### - diff --git a/doc/user.xml b/doc/user.xml index 920454377..e76bbfc1b 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -2017,6 +2017,64 @@ buffer_size: 16384</programlisting> </informaltable> </section> + <section id="sidplay_decoder"> + <title><varname>sidplay</varname></title> + + <para> + C64 SID decoder based on + <application>libsidplay</application>. + </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>songlength_database</varname> + <parameter>PATH</parameter> + </entry> + <entry> + Location of your songlengths file, as distributed + with the HVSC. The <varname>sidplay</varname> + plugin checks this for matching MD5 fingerprints. + See <ulink + url="http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq">http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq</ulink>. + </entry> + </row> + + <row> + <entry> + <varname>default_songlength</varname> + <parameter>SECONDS</parameter> + </entry> + <entry> + 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. + </entry> + </row> + + <row> + <entry> + <varname>filter</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Turns the SID filter emulation on or off. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </section> + <section> <title><varname>wildmidi</varname></title> |