One thing I just noticed about that example: you actually need to include a final space character in the quoted part of the command string. Sorry, forgot about that. :-)
On Sun, Feb 2, 2020, at 04:46, [email protected] wrote: > Hi, > > I had misunderstanding this event and the DT export process. I thought > that at this stage, the file was not yet copied to it final destination > and I searched the temporary file. Thank to point me again on this. > For my "exif" need, I'll use this solution. > > Regards, > Fabrice. > > On 27/01/2020 18:32, jys '[email protected]' wrote: > > This email was sent to [email protected] from > > [email protected] and has been forwarded by AnonAddy. > > To deactivate this alias copy and paste the url below into your web browser. > > > > https://app.anonaddy.com/deactivate/30ba5977-f685-4c92-80ef-e2501b81990f?signature=8f457fd9649237ba928cb63d44097f0afdea1d00bf6b9c91b49f43bc2d108bf4 > > > > ----- > > > > > > On Mon, Jan 27, 2020, at 05:37, [email protected] wrote: > > > >> My first use case is to include an exiftool in my workflow. Exiftool is > >> an image to image command. > > Minimal example for this (works on Linux, at least): > > > > dt.register_event("intermediate-export-image", > > function (event, image, filename, format, storage) > > os.execute("exiftool" .. filename ) > > end > > ) ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
