diff options
author | Sebastian Thorarensen <sebth@naju.se> | 2013-10-18 04:12:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-18 14:23:24 +0200 |
commit | b6ac249c3c009dc45ba758d2dbe6b2959215959b (patch) | |
tree | 0628ff9923c16d740361bbe5b846b28069d2163d /doc | |
parent | 5e103b5fb7aa8da5000ecd25815f979df45cffa6 (diff) | |
download | mpd-b6ac249c3c009dc45ba758d2dbe6b2959215959b.tar.gz mpd-b6ac249c3c009dc45ba758d2dbe6b2959215959b.tar.xz mpd-b6ac249c3c009dc45ba758d2dbe6b2959215959b.zip |
decoder/mikmod: Add loop configuration parameter
This patch allows the user to configure the mikmod decoder plugin to loop
modules. It adds a configuration parameter to the mikmod decoder called
"loop" which can be "no" (the old behaviour, default) or "yes" to allow
modules to use backward loops.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 61d02c162..b3ab8d447 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -978,6 +978,16 @@ systemctl start mpd.socket</programlisting> <tbody> <row> <entry> + <varname>loop</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Allow backward loops in modules. Default is + <parameter>no</parameter>. + </entry> + </row> + <row> + <entry> <varname>sample_rate</varname> </entry> <entry> |