문제

I know the artist and trackname for a song, but I am unsure of what service or how to download album art for the track.

I believe iTunes and Amazon both offer services but I am unsure of how to integrate these services, any links or suggestions are appreciated.

도움이 되었습니까?

해결책

To use Amazon you'll need to sign up as a developer for their public web services.

Product Advertising API

This is mainly just to get the access key that you'll need for making your calls to their web service API.

You'll need to do a product search using the artist and album name, this will return an ASIN number. Once you have that number you can build the URL to the actual album art, ie:

http://images.amazon.com/images/P/*ASIN goes here*.01._SCLZZZZZZZ_.jpg
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top