project_get_setting
Fetch a specific DaVinci Resolve project setting by key, like timeline frame rate or resolution, for automation or scripting.
Instructions
Read a single project setting by its key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The setting key, e.g. "timelineFrameRate", "timelineResolutionWidth". See the Resolve Scripting API docs for the full list of valid keys. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |