diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-14 00:56:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-14 00:56:07 +0000 |
commit | 8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f (patch) | |
tree | 49fc67aaf19bfbc749c54d22522f31cfea8fabb5 /config | |
parent | 704e66d0b489a7d3b0d4dcedc79515e5300732ff (diff) | |
download | ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.tar.gz ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.tar.bz2 ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.zip |
Tweaked how features / bandwidth level is checked, not happy with it.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 1082286d..82e8ffae 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -237,11 +237,12 @@ default_auth_level = "admin" ; DEFAULT: true ratings = "true" -; 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" +; Sociable +; This turns on / off all of the "social" features of ampache +; default is on, but if you don't care and just want music +; turn this off to disable all social features. +; DEFAULT: true +sociable = "true" ; This options will turn on/off Demo Mode ; If Demo mode is on you can not play songs or update your catalog @@ -289,13 +290,6 @@ features = "shout, played, added, now, random" ; DEFAULT: db,id3,folder,lastfm,google album_art_order = "db,id3,folder,lastfm,google" -; Album Art -; Set this to true if you want album art displayed on pages besides the -; Single Album view, if you have a slow machine, or limited bandwidth -; turning this off can vastly improve performance -; DEFAULT: true -show_album_art = "true" - ; Amazon Developer Key ; These are needed in order to actually use the amazon album art ; Your public key is your 'Access Key ID' |