itunes_merge_playlists
Merges two iTunes playlists into a new one, skipping duplicate tracks.
Instructions
Merge tracks from two playlists into a new master playlist (skipping duplicate songs).
Args: playlist_a: First source playlist. playlist_b: Second source playlist. new_playlist_name: Target master playlist name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_a | Yes | ||
| playlist_b | Yes | ||
| new_playlist_name | Yes |