Spotify 网络 api 播放播放列表

Spotify web api to play playlists

我正在为我的家构建一个声控人工智能系统。 A la Echo,当我说 "play some rock" 时,我希望能够在我的 android 主机上开始播放音乐。我可以处理 ai 部分,但我需要一个网络 API 端点来开始流式传输音乐。

这里是Web API Endpoint Reference. This Web API endpoints gives external applications access to Spotify catalog and user data. And some Web API Code Examples & Libraries and here's Working With Playlists

另请参阅 this. This repo is a Go wrapper for working with Spotify's Web API which aims to support every task listed in the Web API Endpoint Reference

希望对您有所帮助!

Mopidy music server 可以从 spotify 流式传输音乐并为客户提供很多 API 选项。