I was able to do it with this:
$regreplace("%s_source%", '[^\\/]*$', '')
Which removes the filename but leaves the full path.
Search found 4 matches
- Tue Sep 06, 2022 9:54 pm
- Forum: Usage, tips and tricks
- Topic: Submit watch folder path from WebInterface
- Replies: 5
- Views: 2819
- Tue Sep 06, 2022 4:05 pm
- Forum: Usage, tips and tricks
- Topic: Submit watch folder path from WebInterface
- Replies: 5
- Views: 2819
Re: Submit watch folder path from WebInterface
I took some time to dig into the workflow you created. I got it close however I'm trying to save the generated files at the end of the workflow to a /Proxy folder relative to each file. This current workflow strips the path that precedes it using the regex. I can't figure out how to use regex to do ...
- Thu Sep 01, 2022 2:20 pm
- Forum: Usage, tips and tricks
- Topic: Submit watch folder path from WebInterface
- Replies: 5
- Views: 2819
Re: Submit watch folder path from WebInterface
Wow that was fast! I will try this and report back. Thank you!
- Thu Sep 01, 2022 1:18 pm
- Forum: Usage, tips and tricks
- Topic: Submit watch folder path from WebInterface
- Replies: 5
- Views: 2819
Submit watch folder path from WebInterface
Hello everyone! 1st, thank you for this software. It's going to save me boatloads of time once I develop my workflows correctly. Question: I have a workflow that transcodes proxies (ProRes files) from source videos. Currently It's setup just as a simple watch folder with some parameters for filterin...