Add Tracks to Playlist
am_add_tracksAppend resolved tracks to an existing playlist; use dry_run=true to preview matching before committing.
Instructions
Append resolved tracks to an existing playlist created by this API client. Use dry_run=true to preview matching; use am_create_playlist for a new playlist. / 中文:向已有歌单追加曲目。注意 Apple 的限制:只有创建该歌单的那个客户端才能写入它。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isrcs | No | ||
| tracks | Yes | '歌名 - 艺人' 列表 | |
| dry_run | No | ||
| playlist | Yes | 歌单名或 p.xxxx ID | |
| storefront | No | 地区代码。不给则用配置里记住的账号地区,再兜底 us |