obs-get-persistent-data
Retrieve stored values from OBS Studio's persistent data slots for global or profile realms to maintain configuration settings across sessions.
Instructions
Gets the value of a slot from the selected persistent data realm
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | The data realm to select. OBS_WEBSOCKET_DATA_REALM_GLOBAL or OBS_WEBSOCKET_DATA_REALM_PROFILE | |
| slotName | Yes | The name of the slot to retrieve data from |