Add tracks to playlist
soundcloud_add_playlist_tracksAdd tracks to a SoundCloud playlist owned by your account, avoiding duplicates. Specify playlist and track URNs to append or prepend; existing tracks are skipped automatically.
Instructions
Append (or prepend) tracks to a playlist owned by the logged-in user. Reads the current track list first, skips tracks already present, then writes the merged list back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Logged-in SoundCloud account to act as: alias, username or user URN. Omit to use the active (default) account; soundcloud_auth_status lists them. | |
| playlist | Yes | Playlist URN (soundcloud:playlists:123), numeric id, or a soundcloud.com set URL | |
| position | No | Where to insert (default end) | |
| track_urns | Yes | Track URNs / ids / URLs to add, in order |