create_automation_algorithm
Create a custom track-shuffling automation algorithm by supplying a name and JavaScript function body, enabling tailored playback order for radio station automation.
Instructions
Create a new automation algorithm for shuffling tracks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JavaScript function body, e.g. (function(tracks){return tracks.reverse()}) | |
| name | Yes | The automation algorithm name |