歌曲管理

枚举歌曲音频轨道

用 ffprobe 探测该歌曲文件的所有音频流,返回每条流的 index、codec、language、title。如果 ffprobe 不可用或执行失败,返回空数组而不报错。

get/songs/{id}/tracks

Path parameters

idinteger required

歌曲 ID

Response

音频轨道列表

codecstring
indexinteger
languagestring
titlestring

Changes

Changed in 1 of the 79 revisions of this API.1