diff options
author | martian <martian@ampache> | 2010-02-12 02:10:08 +0000 |
---|---|---|
committer | martian <martian@ampache> | 2010-02-12 02:10:08 +0000 |
commit | 134adf17af031d979542ac04e99ab3d5c35c5d67 (patch) | |
tree | cc95828d73fba0245072fc95afb337da7e55d74c /config | |
parent | 1ef5754692b5d7dd42cd3cc8cb9ac4f8618e706c (diff) | |
download | ampache-134adf17af031d979542ac04e99ab3d5c35c5d67.tar.gz ampache-134adf17af031d979542ac04e99ab3d5c35c5d67.tar.bz2 ampache-134adf17af031d979542ac04e99ab3d5c35c5d67.zip |
google image search support
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 37c52c82..1082286d 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -285,9 +285,9 @@ features = "shout, played, added, now, random" ; 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. -; POSSIBLE VALUES: db id3 folder amazon lastfm musicbrainz -; DEFAULT: db,id3,folder,lastfm -album_art_order = "db,id3,folder,lastfm" +; POSSIBLE VALUES: db id3 folder amazon lastfm musicbrainz google +; DEFAULT: db,id3,folder,lastfm,google +album_art_order = "db,id3,folder,lastfm,google" ; Album Art ; Set this to true if you want album art displayed on pages besides the |