quote:Originally posted by SpritHansi Where does this script pic up ther cover art?
quote:Originally posted by Music Now Playing/coverArt.js /* if you reuse this code, you must remove my amazon key and get your own */ var cover_url = "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&" + "AWSAccessKeyId=" + amazon_key + "&" + "Operation=ItemSearch&" + "SearchIndex=Music&" + "ResponseGroup=Small,Images&" + "Keywords=%s"; var coverArtDirectory = MsgPlus.ScriptFilesPath + "\\cache\\art\\";