diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-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' |