MIDItoOBS
MIDItoOBS copied to clipboard
Where to store settings for new feature (screenshot location)
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).
Hi. If you are thinking about making a PR i'm fine with either. Startup param would be easiest but adding a new tinydb table called something like "settings" would also work,
I can add this to the config file and the command line arguments.