From 201cf8600085634666ae748b6bd4ac259115c94a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 2 Jun 2007 07:48:31 +0000 Subject: catalog verify mostly works, need to clean up the album art gather before its completely better --- config/ampache.cfg.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index b41002b2..75d795e2 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -205,8 +205,8 @@ ratings = "true" ; Simply arrange the following in the order you would like ; ampache to search if you want to disable one of the search ; method simply comment it out valid values are -; POSSIBLE VALUES: db id3 folder amazon -; DEFAULT: db,id3,folder,amazon +; POSSIBLE VALUES: db id3 folder amazon lastfm +; DEFAULT: db,id3,folder,lastfm,amazon album_art_order = "db,id3,folder,amazon" ; Album Art -- cgit