itunes_set_track_start_finish
Set custom start and finish times for a track in Apple Music to skip intros or trim endings. Specify a song title or apply to the currently playing track.
Instructions
Set custom playback start and/or finish time offsets (in seconds) for a track.
Args: start: Start offset in seconds (0 for beginning). finish: Finish offset in seconds (0 for normal track end). song: Optional track title. If empty, modifies currently playing track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| song | No | ||
| start | No | ||
| finish | No |