Add items to playlist
add_items_to_playlistAppend audiobooks or podcast episodes to a playlist. Provide the playlist ID and library item IDs; include episode IDs for podcast playlists and omit them for book playlists.
Instructions
Appends books or podcast episodes to a playlist. All entries must come from the playlist’s library and match its kind — a podcast playlist needs an episode_id on every entry, a book playlist on none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| playlist_id | Yes | Playlist id, as returned by list_playlists |