当我获得'external_metadata'时,如何在ACRCloud metadata上创建Spotify和iTunes链接。如何建立工作链接?
"spotify": {
"track": {
"id": "1H8XgJUdCuG22jSVTi6nkL"
}
},
"itunes": {
"track": {
"id": 529354556
}
答案 0 :(得分:2)
对于Spotify:您可以参考Spotify Developers(https://developer.spotify.com/)来构建URL。因此,您需要将跟踪ID设置在此网址的末尾:https://open.spotify.com/track/ {id},例如https://open.spotify.com/track/1H8XgJUdCuG22jSVTi6nkL
对于iTunes,您可以参考iTunes Affiliate Resource(https://affiliate.itunes.apple.com/resources/documentation/apple-music-best-practices-for-app-developers/)来填写网址。