Hey, I recently switched to a 4K monitor and realised the replay buffer takes a while to write the file to my hard drive since the drive is so slow. Not something you can fix obviously, but I thought of a potential solution that would be nice to have if it was built into the script.
Would it be possible to have a "Output Folder" path that the user inputs, which is where all the sub-directories would actually get created?
Idea is, for example, OBS output folder is C:\Recordings (SSD) and then script output folder is D:\Recordings (HDD):
- When user presses repaly buffer button \ screenshot button -> saves to SSD and displays notification
- After a few seconds, starts process of renaming file \ moving to new folder location on HDD
If not specified, I guess the script can assume that the OBS output folder is the script output folder. No worries if this is not something possible automatically by the script, I could just make a python script or something that I run every now and then to achieve the same goal.
Also was wondering if the notification could have the option to display on key register aswell as when the replay is saved (similar to the issue I am facing now, the notification pops-up like 1 minute after I press the button since it takes so long to write to the HDD).
Hey, I recently switched to a 4K monitor and realised the replay buffer takes a while to write the file to my hard drive since the drive is so slow. Not something you can fix obviously, but I thought of a potential solution that would be nice to have if it was built into the script.
Would it be possible to have a "Output Folder" path that the user inputs, which is where all the sub-directories would actually get created?
Idea is, for example, OBS output folder is C:\Recordings (SSD) and then script output folder is D:\Recordings (HDD):
If not specified, I guess the script can assume that the OBS output folder is the script output folder. No worries if this is not something possible automatically by the script, I could just make a python script or something that I run every now and then to achieve the same goal.
Also was wondering if the notification could have the option to display on key register aswell as when the replay is saved (similar to the issue I am facing now, the notification pops-up like 1 minute after I press the button since it takes so long to write to the HDD).