Hello, Steinar.
I have FFAStrans on server, but I need another job only for night transcoding. I can't check "time" in conditional node, because it is before monitor folder and already presented files don't start at night time automatically.
Is it possible running different FFAStrans (from diferent program folder and changed exe name, like ffastrans1.exe, for sheduling process termination)? Or this is bad idea, because they may shared resources (as global preferences) or hardcoded exe name in some instructions?
P.S. And, maybe, you can add time sheduling in workflow properties in future releases? Not only weekdays
Running 2 or more FFAStrans.
Re: Running 2 or more FFAStrans.
Hi, Soffort!
Running two different ffastrans instances wont work. Sure, you can run the gui but it won't take jobs for the both of them. BUT, you can make a small hack if you have some scripting knowledge. Workflows are actually started by placing the file ".start~<workflow id>", f.ex: ".start~20160704111021" in the "FFAStrans\Processors\.cache\status" folder. So all you need to do is schedule a script that creates the file when you want to start the workflow, and delete the file when you want it to stop. One way to find the ID is to look in the "Workflows" folder. Happy scheduling
And, yes, I will implement at "time-of-day" option.
-steinar
Running two different ffastrans instances wont work. Sure, you can run the gui but it won't take jobs for the both of them. BUT, you can make a small hack if you have some scripting knowledge. Workflows are actually started by placing the file ".start~<workflow id>", f.ex: ".start~20160704111021" in the "FFAStrans\Processors\.cache\status" folder. So all you need to do is schedule a script that creates the file when you want to start the workflow, and delete the file when you want it to stop. One way to find the ID is to look in the "Workflows" folder. Happy scheduling
And, yes, I will implement at "time-of-day" option.
-steinar
Re: Running 2 or more FFAStrans.
Thank you for solution. Scripting is easy for me and I will try soon
Re: Running 2 or more FFAStrans.
No, I'm sorry. This request has simply slipped away from me. I will put it on my priority list now. However, it will NOT be in the next release 1.0.0 but soon after. Thanks for reminding!
-steinar
-steinar