OBSInfoWriter
OBSInfoWriter copied to clipboard
text file not being created
info writer isn't making new files with variables
im trying to get %m-%DD-%YY %hh-%mm-%ss to work but it doesn't even show up when recording or streaming. I've had it work before but I cant get it to work anymore when I do one variable like %m it works
As the README states, you have to use strftime format specifiers for the filename formatting.
im trying to get %m-%DD-%YY %hh-%mm-%ss to work
You probably want something like %b-%d-%y %H-%M-%S, but that's just a guess.