summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 04:47:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 04:47:24 +0000
commit5d09d233c7efea368f8b04f915d51bd9a7ebc538 (patch)
tree258fde746cec1084b073176aa7e4d86c6685b406 /config
parentab8c8b63c65f3c3aa01b7ae64900d764718ff986 (diff)
downloadampache-5d09d233c7efea368f8b04f915d51bd9a7ebc538.tar.gz
ampache-5d09d233c7efea368f8b04f915d51bd9a7ebc538.tar.bz2
ampache-5d09d233c7efea368f8b04f915d51bd9a7ebc538.zip
localplay_menu patch from nedko
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 74ed1583..bf727079 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -458,4 +458,12 @@ rss_song_description = <![CDATA[$song->f_title @ $album played by $user->fullna
#mpd_method = "file"
+# If set to true MPD is not displayed on the main page, but on it's
+# own distinct page. This is called localplay, because eventually
+# it will control all "LOCAL" style play methods including localplay
+# and the slimserver
+# DEFAULT: false
+#localplay_menu = true
+
+
#####################################################