是否可以通过编程方式提取 Spotify 播放列表?
我已经进行了大量搜索,但没有找到任何东西。似乎有很多工作需要此功能,但没有人真正谈论是否/如何可以完成它。
有谁知道这是否可能,如果可以的话我可以从哪里提取数据?
I have done a load of searching but haven't found anything. There seem to be a lot of jobs asking for this functionality yet no one really talking about whether / how it can be done.
Does anyone know if this is possible and if so where I could extract the data from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看官方 libspotify 文档,更具体地说是 播放列表子系统。
请注意,这是 C API,而不是 PHP。
Check the official libspotify documentation and more specifically the playlist subsystem.
Note that this is a C API, not PHP.