View Single Post
  #1542  
Old 10.10.2020, 08:09
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by marka View Post
Hello, I would like to change the "Title" from Filname with the exiftool ...How can i add this to the provided script?
I do not use the software myself, so I am not familiar with its parameters. All external commands in the script will should be in the following format.

Synchronous:
Code:
callSync("\"commandline1\"", "\"commandline2\"", "\"...\"" });

Asynchronous:
Code:
callAsync(function(){},"\"commandline1\"", "\"commandline2\"", "\"...\"" });

Alternatively, you can create a batch file and call it in the script instead and pass the variable to it.


I can try to help you configure it if you contact me in JD Chat.
Code:
kiwiirc.com/nextclient/irc.freenode.net/#jdownloader
Reply With Quote