android 上有潘多拉的开发者 API 吗?
我查了一圈没找到,想知道有没有人知道这样的api? 基本上我希望能够从 Android 上的应用程序切换歌曲并在 pandora 上播放歌曲。
I was looking around but couldnt find one, was wondering if anybody knows of such an api?
basically I want to be able to switch songs and play songs on pandora from my application on android.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
pandora 没有可用的 api。
There is no api from pandora available.
非官方的实际上是:
http://pan-do-ra-api。 wikia.com/wiki/Json/5
这是 JSON 版本
Unofficially there is actually:
http://pan-do-ra-api.wikia.com/wiki/Json/5
This is the JSON version
从 KitKat 开始,您可以使用 RemoteController 类来控制具有注册客户端(如 Pandora)的 Andy 媒体播放。
http://developer.android.com/reference/android/media/RemoteController.html
As of KitKat you can use the RemoteController class to control andy media play that has a registered client like Pandora.
http://developer.android.com/reference/android/media/RemoteController.html
有。
https://6xq.net/pandora-apidoc/
但我读到 Pandora 改变了它有时会阻止人们编写自己的(可能没有广告的)客户端,因此不能保证它会持续下去。
There is.
https://6xq.net/pandora-apidoc/
But I've read that Pandora changes it up sometimes to discourage people from writing their own (probably ad-free) clients, so there's no guarantee that it will last.