diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-26 07:52:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-26 07:52:05 +0000 |
commit | cff8e731529103c63da1c2ef8e3dd0b91686b1c2 (patch) | |
tree | 3574642cbed6bdec1ca93f77d309cf941a6fa909 /config/ampache.cfg.php.dist | |
parent | 3ccf8570aa6c2070e15bcd03fa0fa0351a80fba5 (diff) | |
download | ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.tar.gz ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.tar.bz2 ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.zip |
fixed acls and improved the classic theme a little more
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 839631b8..6678c965 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -85,6 +85,13 @@ site_title = "Ampache :: For The Love Of Music" # DEFAULT: true require_session = "true" +# Downsample Remote +# If this is set to true and access control is on any users who are not +# comming from a defined localnet will be automatically downsampled +# regardless of their preferences +# DEFAULT: false +#downsample_remote = "false" + # Track User IPs # If this is enabled Ampache will log the IP of every completed login # it will store user,ip,time at one row per login. The results are @@ -144,12 +151,10 @@ tag_order = "file" use_auth = "yes" # 5 Star Ratings -# These are disabled by default, to turn them on remove the -# comment before the value flash requires flash player and -# will cause longer load times. -# POSSIBLE VALUES: false normal +# This allows rattings for almost any object in ampache +# POSSIBLE VALUES: false true # DEFAULT: false -#ratings = "normal" +#ratings = "false" # This options will turn on/off Demo Mode # If Demo mode is on you can not play songs or update your catalog |