I'm having a problem with the location (and possibly name) of saved screenshots. Currently they are stored inside the MIDItoOBS directory and use the current timestamp + png as their filename.
I'd like to add the option to specify a directory so save in but before I do so wanted to ask what would be the best place to add this value: should I add it to the config.json file, or add it as a startup parameter? (like --screenshotdir, but this gets messy if more variables would get added in the future).