From 94f5610ef6c66dc094372e76df9a6d8783e9bc7f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 2 Jun 2009 01:42:55 +0000 Subject: add MBID support Thx flowerysong --- config/ampache.cfg.php.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') 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" -- cgit