Advanced Scene Switcher

Advanced Scene Switcher 1.32.6

I'm trying to populate a text box in the scene with the time a recording started. This could be from the file name or a variable.

I've used https://github.com/WarmUpTill/Scene...e-set-up-variables-containing-date--time-data and have a ${rxTime} variable from ${rxY} etc - correctly into the text box in the scene - BUT it updates every second and I just want it to have the time the recording started.

Thanks for any help

1769505888031.png

1769505930340.png

1769505971439.png
 
I'm trying to populate a text box in the scene with the time a recording started. This could be from the file name or a variable.

I've used https://github.com/WarmUpTill/Scene...e-set-up-variables-containing-date--time-data and have a ${rxTime} variable from ${rxY} etc - correctly into the text box in the scene - BUT it updates every second and I just want it to have the time the recording started.

Thanks for any help

View attachment 118028
View attachment 118029
View attachment 118030
What does your "IF" statement look like? Do you have one or are you manually triggering it to run?
 
What does your "IF" statement look like? Do you have one or are you manually triggering it to run?
Thanks, that's helped enormously - I had is set to IF date is any (so I get access to the time variables).
Added an AND to it too so it's only running when I need it.

Actually now have moved it all into my start recording macro...

I need to figure out how to get padded hour, minute, seconds...

1769611875216.png
 
Thanks, that's helped enormously - I had is set to IF date is any (so I get access to the time variables).
Added an AND to it too so it's only running when I need it.

Actually now have moved it all into my start recording macro...

I need to figure out how to get padded hour, minute, seconds...

View attachment 118071
How about something like this, but me more reliable as the values are pulled right from the filename

1769626509964.png


And if you want to re-arrange the values, change them in the advanced section in settings. I did a find replace above for the space, but you could just alter that in the recording format as well.
1769626588898.png
 

Attachments

  • 1769626323226.png
    1769626323226.png
    65.1 KB · Views: 0
Back
Top