After inspecting the network requests on the mod-ui I was able to see some of the api calls that are made to control different things. I have been able to get a list of the effects using the JSON data from “http://127.0.0.1/effect/list”. I think I may be able to build this out using just the web API. I am by no means a python expert, but i’m trying to build basic menu functionality using what I have so far.
4 Likes