diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-12-11 17:02:13 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-12-11 17:02:13 +0000 |
commit | dbf125ec1594c721ef6253baf9c340289fd586a8 (patch) | |
tree | 39c4f243fa5b0a20b76dd2c06a42a0e536e68338 /config | |
parent | f035080a1e6b57da59ff4b2320bd79b4bee96d71 (diff) | |
download | ampache-dbf125ec1594c721ef6253baf9c340289fd586a8.tar.gz ampache-dbf125ec1594c721ef6253baf9c340289fd586a8.tar.bz2 ampache-dbf125ec1594c721ef6253baf9c340289fd586a8.zip |
Fix Amazon album art search, requires new config options
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 363f135f..99fbe786 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -299,9 +299,12 @@ album_art_order = "db,id3,folder,lastfm" show_album_art = "true" ; Amazon Developer Key -; This is needed in order to actually use the amazon album art +; These are needed in order to actually use the amazon album art +; Your public key is your 'Access Key ID' +; Your private key is your 'Secret Access Key' ; DEFAULT: false -;amazon_developer_key = "" +;amazon_developer_public_key = "" +;amazon_developer_private_key = "" ; Amazon base urls ; An array of Amazon sites to search. |