Comments on: Use PHP to Fetch an Album Artwork From Amazon http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/ Just another WordPress weblog Mon, 20 May 2013 11:30:55 +0000 hourly 1 http://wordpress.org/?v=3.6 By: nasal http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/comment-page-1/#comment-574 nasal Mon, 07 Dec 2009 09:19:48 +0000 http://blog.zurka.us/?p=930#comment-574 Uhm, actually I don’t know what’s wrong, I should check.. lately I’ve been using LastFM’s API and it works similarly, like this:

$url = simplexml_load_file(‘http://ws.audioscrobbler.com/2.0/?method=track.getinfo&api_key=YOUR_API_KEY&artist=ARTIST&track=TRACK_NAME’);

and then the image is:

$url->track->album->image[1]

You can apply for an api account here: http://www.last.fm/api/account

]]>
By: Ares http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/comment-page-1/#comment-571 Ares Mon, 07 Dec 2009 06:52:08 +0000 http://blog.zurka.us/?p=930#comment-571 No worky.

http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=12DR2PGAQT303YTEWP02&Operation=ItemSearch&SearchIndex=Music&Artist=ARTIST&ResponseGroup=Images&Keywords=ALBUMNAME results in ”
MissingParameterThe request must contain the parameter Signature.27ecb0a2-4953-4733-990d-05628706d4d1″

That’s with me replacing your AWSAccessKeyId with ours.

Ideas, please! Thanks.

]]>
By: theodin http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/comment-page-1/#comment-308 theodin Mon, 18 May 2009 08:07:39 +0000 http://blog.zurka.us/?p=930#comment-308 nice clear tutorial, thanks for sharing, only thing worth noting – to my knowledge simplexml_load_file() is a PHP 5 function.

]]>
By: Use PHP to Fetch an Album Artwork From Amazon | iBlog random http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/comment-page-1/#comment-307 Use PHP to Fetch an Album Artwork From Amazon | iBlog random Mon, 18 May 2009 05:41:02 +0000 http://blog.zurka.us/?p=930#comment-307 [...] Originally posted here:  Use PHP to Fetch an Album Artwork From Amazon | iBlog random [...]

]]>
By: Use PHP to Fetch an Album Artwork From Amazon | Webmaster Tools http://blog.zurka.us/use-php-fetch-artwork-cd-from-amazon/comment-page-1/#comment-306 Use PHP to Fetch an Album Artwork From Amazon | Webmaster Tools Mon, 18 May 2009 01:21:22 +0000 http://blog.zurka.us/?p=930#comment-306 [...] Read more from the original source: Use PHP to Fetch an Album Artwork From Amazon [...]

]]>