在 Android 应用程序中从互联网下载专辑封面
我知道某首歌的艺术家和曲目名称,但我不确定使用什么服务或如何下载该曲目的专辑封面。
我相信 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用亚马逊,您需要注册成为其公共网络服务的开发人员。
产品广告 API
这主要是为了获取调用其 Web 服务 API 时需要的访问密钥。
您需要使用艺术家和专辑名称进行产品搜索,这将返回 ASIN 编号。获得该数字后,您可以构建实际专辑封面的 URL,即:
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: