create_smartlist
Create a dynamic playlist from field-based rules, combining conditions with AND or OR logic to auto-curate tracks matching your criteria.
Instructions
Create a smartlist from rules, e.g. [{"field": "bpm", "operator": "NumberGreaterThan", "values": [120]}]. match_all=True requires every rule (AND), False is ANY (OR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| rules | Yes | ||
| match_all | No | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||