get_scene_item_id
Find a scene item's numeric ID by searching a scene or group for its source name, with an offset to skip earlier matches.
Instructions
Find a scene item's numeric ID by the source name it references.
Args: scene_name: Scene or group to search. source_name: Name of the source to find. search_offset: Matches to skip. -1 = last (topmost) match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_name | Yes | ||
| source_name | Yes | ||
| search_offset | No |