diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-21 20:53:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-03-21 20:53:15 +0000 |
commit | 3ce42f5e88ea4bec2ef832fe33a2efc0b5b5fc8e (patch) | |
tree | 1122e6d0efafeff4d8bd6344becb4f36b77f0666 /config | |
parent | 181d9c5dcfbf3a76f808ad6ea9518bb9be90871b (diff) | |
download | ampache-3ce42f5e88ea4bec2ef832fe33a2efc0b5b5fc8e.tar.gz ampache-3ce42f5e88ea4bec2ef832fe33a2efc0b5b5fc8e.tar.bz2 ampache-3ce42f5e88ea4bec2ef832fe33a2efc0b5b5fc8e.zip |
More changes to art - have not removed old functionality yet
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 10 |
1 files changed, 6 insertions, 4 deletions
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 |