Open
Description
Issue type
- Feature request
Description
I am using a few scripts in OBS. These scripts come with some settings, accessible through Tools --> Scripts --> [Name of the Script]. I would like to be able to control these settings through Websockets.
Steps to reproduce and other useful info
An example; download and 'install' the countdown.lua script which you can use to add a Timer to a scene (https://obsproject.com/forum/resources/countdown-lua.619/). The main properties of that script are the Duration and the Text Source. I would like to be able to control that.
In the JSON file it can be found here:
"modules": { "scripts-tool": [ { "path": "C:/Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts/countdown.lua", "settings": { "duration": 15, "reset_hotkey": [], "source": "Timer", "stop_text": "" } } ] },