diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 17:20:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 17:20:37 +0000 |
commit | 29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd (patch) | |
tree | 80f8b0d96ec99ffe2b0bdeed31e4626aed432ba7 /config/ampache.cfg.php.dist | |
parent | 6f8fe88948cdc9e32dc9cb4d90c5c023bbfcfe1f (diff) | |
download | ampache-29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd.tar.gz ampache-29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd.tar.bz2 ampache-29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd.zip |
cleaned up default values of dist config file to more accuratly rep what the defaults are!
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 - - ##################################################### |