diff options
author | Sebastian Thorarensen <sebth@naju.se> | 2013-10-19 15:39:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-19 16:12:17 +0200 |
commit | db44a6e94819ec106daa5de726968d9c881107f3 (patch) | |
tree | ec3b43a698fd71305cd86453ec07e576b5d05dcf /doc | |
parent | d6553fc6a73ce458aa1fabe78dbb45b5b6a1ac12 (diff) | |
download | mpd-db44a6e94819ec106daa5de726968d9c881107f3.tar.gz mpd-db44a6e94819ec106daa5de726968d9c881107f3.tar.xz mpd-db44a6e94819ec106daa5de726968d9c881107f3.zip |
decoder/modplug: Add "loop_count" parameter
The "loop_count" configuration parameter allows the user to set how
many times a module with backward loops shall loop. "0" (the default)
means a module is not allowed to use backward loops at all. "-1"
enables inifinite looping.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index b3ab8d447..cebc4cadf 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1001,6 +1001,37 @@ systemctl start mpd.socket</programlisting> </section> <section> + <title><varname>modplug</varname></title> + + <para> + Module player based on MODPlug. + </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>loop_count</varname> + </entry> + <entry> + Number of times to loop the module if it uses backward loops. + Default is <parameter>0</parameter> which prevents looping. + <parameter>-1</parameter> loops forever. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </section> + + <section> <title><varname>wildmidi</varname></title> <para> |