What library to use when generating Spotify playlists

别说谁变了你拦得住时间么 提交于 2020-01-05 08:48:12

问题


I need to generate real Spotify playlists (not a text string that you can drop on Spotify) belonging to a real Spotify-user (me). My tools are .NET 4.0 and Javascript.

It is a web app i'm creating not a Spotify-app living in Spotify.

What is the best/easiest library to use to achieve this?


回答1:


Where will your app live?

If you're building an app inside Spotify, use this library: http://developer.spotify.com/download/spotify-apps-api/preview/reference/

If you're building a web app outside Spotify, you can try libspotify: https://github.com/jonasl/libspotify-sharp

Be warned, the last link I posted it not up to date.

If you're looking for a web API for building playlists, it's not available now, but it's something we've been thinking about creating.



来源:https://stackoverflow.com/questions/8989434/what-library-to-use-when-generating-spotify-playlists

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!