lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
172 stars 42 forks source link

Update the status of config.JSON when it is modified from the outside #137

Open arum19 opened 3 months ago

arum19 commented 3 months ago

I have created a script to add external modems to the config.JSON file, but the StreaMonitor program has not recognized it. Is there any way to fix this?

DerBunteBall commented 3 months ago

I am not sure if I have understood your question correctly.

I assume the following: You have created a script that changes the config.json and want StreaMonitor to recognize this automatically.

This is not possible because StreaMonitor does not have a function to (automatically) reload the configuration.

The only way to achieve this would be to use the ZeroMQ interface. This is what the CLI or the Controller.py script is for.