From dbf125ec1594c721ef6253baf9c340289fd586a8 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 11 Dec 2009 17:02:13 +0000 Subject: Fix Amazon album art search, requires new config options --- config/ampache.cfg.php.dist | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config') 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. -- cgit