diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-06-02 01:42:55 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-06-02 01:42:55 +0000 |
commit | 94f5610ef6c66dc094372e76df9a6d8783e9bc7f (patch) | |
tree | 90b9f2c265c29f50cd0e5a366b8a3cd90ee78593 /config | |
parent | 778fe71fed0de15b7cda3efcf30d90739ec46c78 (diff) | |
download | ampache-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.dist | 6 |
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" |