From 3ce42f5e88ea4bec2ef832fe33a2efc0b5b5fc8e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 21 Mar 2010 20:53:15 +0000 Subject: More changes to art - have not removed old functionality yet --- config/ampache.cfg.php.dist | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 424c9907..25d0088f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -289,13 +289,15 @@ sociable = "true" ; DEFAULT: false ;resize_images = "false" -; Album Art Gather Order +; Art Gather Order ; Simply arrange the following in the order you would like ; ampache to search. If you want to disable one of the search -; methods simply leave it out. +; methods simply leave it out. DB should be left as the first +; method unless you want it to overwrite what's already in the +; database ; POSSIBLE VALUES: db id3 folder amazon lastfm musicbrainz google -; DEFAULT: db,id3,folder,lastfm,google -album_art_order = "db,id3,folder,lastfm,google" +; DEFAULT: db,tag,folder,musicbrainz,lastfm,google +art_order = "db,tag,folder,musicbrainz,lastfm,google" ; Amazon Developer Key ; These are needed in order to actually use the amazon album art -- cgit