diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index df995abe..e81db2a5 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -540,9 +540,7 @@ rss_main_language = nl # DEFAULT: /usr/local/bin/ices -c /usr/local/etc/ices.conf -F %FILE% -B #icecast_command = "/usr/local/bin/ices -c /usr/local/etc/ices.conf -F %FILE% -B" - ##################################################### - ################### # MPD Settings # ################### @@ -551,13 +549,13 @@ rss_main_language = nl ##################################################### # MPD Port # This defines which port that ampache attempts to -# connect to MPD on. -# DEFAULT: 6600 +# connect to MPD on. The standard port is 6600 +# DEFAULT: "" #mpd_port = "6600" # MPD Hostname # This is the hostname of the computer running MPD -# DEFAULT: localhost +# DEFAULT: "" #mpd_host = "localhost" # MPD Password @@ -578,14 +576,4 @@ rss_main_language = nl # POSSIBLE VALUES: file url # DEFAULT: file #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, xmms2 -# and the slimserver -# DEFAULT: false -#localplay_menu = true - - ##################################################### |