From db44a6e94819ec106daa5de726968d9c881107f3 Mon Sep 17 00:00:00 2001 From: Sebastian Thorarensen Date: Sat, 19 Oct 2013 15:39:04 +0200 Subject: 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. --- doc/user.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index b3ab8d447..cebc4cadf 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1000,6 +1000,37 @@ systemctl start mpd.socket +
+ <varname>modplug</varname> + + + Module player based on MODPlug. + + + + + + + Setting + Description + + + + + + loop_count + + + Number of times to loop the module if it uses backward loops. + Default is 0 which prevents looping. + -1 loops forever. + + + + + +
+
<varname>wildmidi</varname> -- cgit v1.2.3