select_clips_by_name
Select clips in the active sequence by matching their name (case-insensitive substring). Optionally filter by track type and index to refine the selection.
Instructions
Select all clips in the active sequence that match a name (substring match). Optionally filter by track type and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Clip name to search for (case-insensitive substring match) | |
| track_type | No | Track type to search (default: both) | |
| track_index | No | Specific track index to search (optional, searches all if omitted) | |
| add_to_selection | No | If true, add to existing selection instead of replacing it (default: false) |