create_playlist
Create a new playlist or folder in your rekordbox library, optionally nested within an existing folder. Use this to structure your tracks for DJ sets.
Instructions
Create a new playlist or folder in rekordbox.
⚠️ CAUTION: This modifies your rekordbox database!
Args: name: Name for the new playlist or folder parent_id: Optional parent folder ID (omit for root level) is_folder: If True, create as a folder that can contain other playlists
Returns: Information about the created playlist or folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_folder | No | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||