生成 Spotify 播放列表时使用什么库

发布于 2024-12-28 23:11:04 字数 179 浏览 2 评论 0原文

我需要生成属于真实 Spotify 用户(我)的真实 Spotify 播放列表(不是可以放在 Spotify 上的文本字符串)。我的工具是 .NET 4.0 和 Javascript。

这是我正在创建的一个网络应用程序,而不是 Spotify 中的 Spotify 应用程序。

实现此目的最好/最简单的库是什么?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠栀 2025-01-04 23:11:04

您的应用程序将驻留在哪里?

如果您要在 Spotify 内构建应用程序,请使用此库:http: //developer.spotify.com/download/spotify-apps-api/preview/reference/

如果您要在 Spotify 之外构建 Web 应用程序,则可以尝试 libspotify:https://github.com/jonasl/libspotify-sharp

请注意,我发布的最后一个链接不是最新。

如果您正在寻找用于构建播放列表的 Web API,它现在不可用,但我们一直在考虑创建它。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文