在 Android 应用程序中从互联网下载专辑封面

发布于 2024-08-30 19:26:25 字数 110 浏览 5 评论 0原文

我知道某首歌的艺术家和曲目名称,但我不确定使用什么服务或如何下载该曲目的专辑封面。

我相信 iTunes 和 Amazon 都提供服务,但我不确定如何集成这些服务,任何链接或建议都值得赞赏。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

智商已欠费 2024-09-06 19:26:25

要使用亚马逊,您需要注册成为其公共网络服务的开发人员。

产品广告 API

这主要是为了获取调用其 Web 服务 API 时需要的访问密钥。

您需要使用艺术家和专辑名称进行产品搜索,这将返回 ASIN 编号。获得该数字后,您可以构建实际专辑封面的 URL,即:

http://images.amazon.com/images/P/*ASIN goes here*.01._SCLZZZZZZZ_.jpg

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
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文