summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-06-02 01:42:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-06-02 01:42:55 +0000
commit94f5610ef6c66dc094372e76df9a6d8783e9bc7f (patch)
tree90b9f2c265c29f50cd0e5a366b8a3cd90ee78593 /config
parent778fe71fed0de15b7cda3efcf30d90739ec46c78 (diff)
downloadampache-94f5610ef6c66dc094372e76df9a6d8783e9bc7f.tar.gz
ampache-94f5610ef6c66dc094372e76df9a6d8783e9bc7f.tar.bz2
ampache-94f5610ef6c66dc094372e76df9a6d8783e9bc7f.zip
add MBID support Thx flowerysong
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 75ecc3bb..36368213 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -275,9 +275,9 @@ ratings = "true"
; Album 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
-; method simply comment it out valid values are
-; POSSIBLE VALUES: db id3 folder amazon lastfm
+; ampache to search. If you want to disable one of the search
+; methods simply leave it out.
+; POSSIBLE VALUES: db id3 folder amazon lastfm musicbrainz
; DEFAULT: db,id3,folder,lastfm
album_art_order = "db,id3,folder,lastfm"