Change "Recordings Directory" with Python

I don't use Python but I created a FreeBasic Windows program that parses the config\obs-studio\basic\profiles\"Profile Name"\basic.ini file and changes the [SimpleOutput]->FilePath and [AdvOut]->RecFilePath entries to my required folder. When this program is run, it creates the new recording directory and adds it to the basic.ini file along with some other changes to several other files, then runs OBS in recording mode. The recording folder is named for the date the FreeBasic program is run (the date each Sunday). This makes it easy for the person editing the videos to find the files, and provides a project directory for each Sunday.
 
Back
Top