Hi team!
I'm trying to come up with a workflow for code replacements based on time capture.
So far I managed to make it work with ={hour0}{minute:0,1}= code, resulting in say "195" code for 19:50 and copy images into a folder that corresponds with that code, and within those 10 minutes of time.
However this works only in 10min blocks meaning if I shoot one speaker at 19:53 and another one at 19:57 they both fall under code 195, unless I set codes for full minutes, in which case if I understand correctly, I would need to write codes for every minute for it to work
1950 Speaker One
1951 Speaker One
1952 Speaker One
1953 Speaker One
1954 Speaker One
1955 Speaker Two
1956 Speaker Two
1957 Speaker Two
So the question is... is it possible to make codes replacements autofill the range when you tell that code 1950 and up is Speaker One, but from 1955 it is Speaker Two. Sort of like custom variable that keeps its value (replacement) until new condition is met and replacement is... replaced with new value.
Or is it too much?