obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

Feature Request: Add the ability to change script settings.

Open tinodo opened this issue 5 years ago • 1 comments

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": "" } } ] },

tinodo avatar Dec 21 '20 17:12 tinodo

Hey there! Did you find any workaround?

Valeronlol avatar Aug 09 '24 12:08 Valeronlol