diff options
author | martian <martian@ampache> | 2010-02-09 17:44:44 +0000 |
---|---|---|
committer | martian <martian@ampache> | 2010-02-09 17:44:44 +0000 |
commit | 1b35c20dd0a93b143d8b9542743a743e0db66386 (patch) | |
tree | 0500ae3eec1dfb70b66c3ca30e9a61da2c0daba8 /config | |
parent | 5e52f0d7ccb6183d7e1b4e5033adad0d08a48eb6 (diff) | |
download | ampache-1b35c20dd0a93b143d8b9542743a743e0db66386.tar.gz ampache-1b35c20dd0a93b143d8b9542743a743e0db66386.tar.bz2 ampache-1b35c20dd0a93b143d8b9542743a743e0db66386.zip |
Adding the bandwidth option to the preferences. This changes the complexity of the UI and toggles album art.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index d215bf1d..37c52c82 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -237,13 +237,11 @@ default_auth_level = "admin" ; DEFAULT: true ratings = "true" -; ShoutBox -; Enabling this will allow any user to 'tag' an item and post -; a comment about it which will then be put on the main pages -; shoutbox. Admins are allowed to create 'sticky' shoutbox items -; POSSIBLE VALUES: false true -; DEFAULT: false -;shoutbox = "false" +; Index features +; Vollmer will probably write better stuff here than I will -Vlet +; POSSIBLE VALUES: shout, played, added, now, random +; DEFAULT: hmm +features = "shout, played, added, now, random" ; This options will turn on/off Demo Mode ; If Demo mode is on you can not play songs or update your catalog |