Copy link to clipboard
Copied
Hello,
We need a javascript for Photoshop, that executes actions consecutively.
The current way we use the batch processing is that we choose the set, the action within the set, the destination folder and adjust the file naming (which is always the same).
The Javascript that we require should do all this by itself.
We need a Javascript that does the following:
After Photoshop is done with that, it should choose the next set, action and the next destination folder. This would repeat after all necessary actions have been run on the same source folder.
Copy link to clipboard
Copied
Do you have any programming skills?
You would need to design a process that can be automated using Photoshop. Then code that process in a Photoshop script.
Would you process randomly choose action and destination or is there some rime or reason in choosing actions destination and names. You need to design the process you want automated.
Copy link to clipboard
Copied
no, I have no programming knowledge. We have a few scripts which work.
However, the source folder and the output folder and the respective script must always be selected here.
I would like to have this automated, which should be selected before which script, which source folder and where the files should be stored.
When this script is finished, the next script should start automatically, where everything has already been defined before.
I hope you understand what I mean.
Translated with www.DeepL.com/Translator
Copy link to clipboard
Copied
You need to hire a programmer that know Photoshop Scripting and design the process with them and have them code the process designed.
Copy link to clipboard
Copied
Yes i know, maybe i found here someone
Copy link to clipboard
Copied
You should then ask if someone want to do the work they should contact you via private message to work out the work arrangement.
Copy link to clipboard
Copied
How about recording a sequential calls of a Batch command in an Action with the required parameters and then running such an Action?
Copy link to clipboard
Copied
Sorry i dont know what you mean? Can you explain please
Copy link to clipboard
Copied
If I also correctly understood your goal.
Look.
Copy link to clipboard
Copied
Hi,
yes i know how this works, but we have a lot of different folders.
Here are a video, i think this is easier.
Copy link to clipboard
Copied
I still do not understand.
How to select a sequence to execute (Set and Action) and associate it (Set and Action) with the name of the source and destination folders. You can specify this explicitly in a script or in an additional text file. But then it will be slightly different from the creation of the Batch series as I suggested.
Copy link to clipboard
Copied
If you have a lot of folders and they are new folder . Folders you do not keep reprocessing you can not use batch actions there need to be logical way to know what should be processes and where the output is stored. Someone of some scheduler also need to initiate the activation of the automated process if all is to be automated. The automated process is something you need to design and implement. Automation is normally a repetitive process. If each run need a different setup its not a fully automated process.