SoundCloud 提供者
Music Assistant 支持 Soundcloud。由 gieljnssns 贡献。由 robsonke 维护。
功能
配置
需要完成两个字段才能使用此提供者,Client id 和 Authorization。要获取这些,请按以下步骤操作:
- 删除您的 Soundcloud cookie。
- 转到 Soundcloud。
- 打开
检查工具(大多数浏览器按 F12)。 - 转到检查终端中的
Network页面。 - 登录。
- 搜索
auth。 - 在其中一个请求中,您会找到
client_id - 对于 OAuth token,我们需要 soundcloud.com 域上的
oauth_tokencookie,前面加上"OAuth "
client_id:32 字节字母数字字符串
oauth_token:cookie 值内的字符串
Client id
OAuth token
音乐提供者配置步骤的示例片段(OAuth 和 client_id 不是真实的,请使用您的):
已知问题 / 说明
- 从 Soundcloud 同步的艺术家实际上是 Soundcloud 用户。
- 如果艺术家 X 的歌曲由用户 Y 上传,则此歌曲在 Music Assistant 中属于艺术家 Y

