diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-13 22:38:13 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-13 22:38:13 +0000 |
commit | 730d21e8d85efea95614e8bd93703dd6d12bfd0f (patch) | |
tree | 8470c86400b2fd5be89264e23e4604bcab0b5000 /config | |
parent | 9771ca37903c9188eba2a61876c2b17726f4aaa1 (diff) | |
download | ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.tar.gz ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.tar.bz2 ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.zip |
removed dead file, updated bin files, removed debug and added a new config option
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 7d5b07a2..b675b4c9 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -219,11 +219,12 @@ album_art_order = "id3" album_art_order = "folder" album_art_order = "amazon" -# Album Art in Now Playing -# Set this to true if you want the now playing box to display -# album art from said album +# 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 -play_album_art = "true" +show_album_art = "true" # Amazon Developer Key # This is needed in order to actually use the amazon album art |