Hey emcodem,
Thank you for your help again!
you dont want to use the webinterface for starting the job with user variable? - i mean instead of a watchfolder, let the user select the file in webinterface and input his barcode directly on the webui? If not, which functionality would be missing so you could use the webinterface for that?
The idea of this Workflow #1 is to automatically observ a folder if there are *.WAV-Files are present. These files are growing. The user initiates a digitasation in REAPER. REAPER immideately writes a *.WAV-File. The user must provide a Name for this file. As the user cannot rename the file while REAPER is digitizing and still writing this file, FFAStrans looks for new files. When a new file appears the workflow will prompt the user to scan the Barcode. This is to be done in max. 10 seconds after starting the digitisation-process as the user otherwise will skip naming. So this litle workflow will be set to 5 seconds in the properties.
Workflow #2 watches the files until they stop growing. this is set to some minutes in the properties. When growing stopped this workflow #2 will xxHash and rename (reading the Barcode-Name from the GenerateText-Node of Workflow #1) the original, writing a JSON-LOG and Move (copy / del) it to a further processing.
Regarding the batch, this should work for you:
I tried this, but it does not work.
Code: Select all
set /P "barcode=Enter Barcode: " && call echo %^barcode%
Is the ^ correct? I killed it, but no result.
I tried to get behind the secret of && call echo, but I cannot really find information about this chaining-method...
I attach the workflow:
so long,
Thomas