From b6ac249c3c009dc45ba758d2dbe6b2959215959b Mon Sep 17 00:00:00 2001 From: Sebastian Thorarensen Date: Fri, 18 Oct 2013 04:12:36 +0200 Subject: 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. --- doc/user.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 61d02c162..b3ab8d447 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -976,6 +976,16 @@ systemctl start mpd.socket + + + loop + yes|no + + + Allow backward loops in modules. Default is + no. + + sample_rate -- cgit v1.2.3