Starting with a hello!
First off, my situation: I use a capturecard to record movies, the software produces a file that I use Handbrake to encode. So far so good.
The problem is that i need the moviefile to be put inside a folder with the same name, is this somehow possible? Can eventghost create folders and name it after the file and perhaps even move it afterwards?
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
automate folder making
Re: automate folder making
Yes. With the "python script" action you can do virtually anything (as you would expect from a programming language). You can find just about everything there is to know about python at http://docs.python.org/, including how to handle files.