来自 ACRCloud 的第 3 方元数据链接
3rd party metadata links from ACRCloud
当我得到 'external_metadata' 时,我如何在 ACRCloud metadata 上制作 Spotify 和 iTunes links。我怎样才能使 link 正常工作?
"spotify": {
"track": {
"id": "1H8XgJUdCuG22jSVTi6nkL"
}
},
"itunes": {
"track": {
"id": 529354556
}
对于 Spotify:您可以参考 Spotify 开发者 (https://developer.spotify.com/) to make up the URL. So you need to put the track id at the end of this URL: https://open.spotify.com/track/{id} e.g. https://open.spotify.com/track/1H8XgJUdCuG22jSVTi6nkL
对于iTunes,您可以参考iTunes Affiliate Resource (https://affiliate.itunes.apple.com/resources/documentation/apple-music-best-practices-for-app-developers/)来弥补URL。
当我得到 'external_metadata' 时,我如何在 ACRCloud metadata 上制作 Spotify 和 iTunes links。我怎样才能使 link 正常工作?
"spotify": {
"track": {
"id": "1H8XgJUdCuG22jSVTi6nkL"
}
},
"itunes": {
"track": {
"id": 529354556
}
对于 Spotify:您可以参考 Spotify 开发者 (https://developer.spotify.com/) to make up the URL. So you need to put the track id at the end of this URL: https://open.spotify.com/track/{id} e.g. https://open.spotify.com/track/1H8XgJUdCuG22jSVTi6nkL
对于iTunes,您可以参考iTunes Affiliate Resource (https://affiliate.itunes.apple.com/resources/documentation/apple-music-best-practices-for-app-developers/)来弥补URL。