Resource icon

OBS Lua Text Monitor 0.1

Excellent script for automatic updating of text files. But I had to manually correct the minimum value of the interval to 100 ms.

`obs.obs_properties_add_int(props, "interval", "Interval (ms)", 100, 2000, 100)`

PS Everyone is interested in updating the file more often than 1 time per second (1000 ms), as it is done by default in OBS.
Top