Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplay buffer ignores slashes in filename formatting pattern #2416
Comments
|
Does this actually create a folder with the |
|
What if you use a slash in the other direction (backslash)? |
|
To quote my first post,
|
|
Tested and confirmed this, and as an aside if you set the recording filename similarly:
Resulted in the folders being created and the video file properly name (in this test case, it was successfully written to |



Steps to Reproduce
%CCYY-%MM-%DD/%hh-%mm-%ssExpected Behavior
A subfolder called
2020-02-21(current calendar day), with both recordings formatted ashh-mm-ss.Current Behavior
The recording will follow the file name pattern properly and go into the subfolder, but the replay buffer will be saved in the root recordings folder. All forward slash and back slash characters are silently replaced with underscores.