diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-02 07:48:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-02 07:48:31 +0000 |
commit | 201cf8600085634666ae748b6bd4ac259115c94a (patch) | |
tree | ac7396fe636521449340dcdfae36c5c5c5011484 /config | |
parent | dad4a95101543eb8576f7fb5a4c2596369e9a9f5 (diff) | |
download | ampache-201cf8600085634666ae748b6bd4ac259115c94a.tar.gz ampache-201cf8600085634666ae748b6bd4ac259115c94a.tar.bz2 ampache-201cf8600085634666ae748b6bd4ac259115c94a.zip |
catalog verify mostly works, need to clean up the album art gather before its completely better
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
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 |