If the files already exist, then just use the copy function to put them in
your desired destination

If that doesn't meet your needs, there are hooks in
darktable.register_storage to "interrupt" the export function and modify it
at certain points.  You would probably want
https://darktable-org.github.io/luadocs/lua.api.manual/darktable/darktable.register_storage/#initialize

On Wed, Sep 15, 2021 at 2:12 AM Zener <zene...@gmail.com> wrote:

> Hi.
>
> How to jump “store” function from darktable.register_storage if file
> already exist?
> I use darktable.register_storage in a lua script to export my customized
> album and the most of time is to save from .raw to new format (e.g. tiff)
> through store function automatically called down by method as object.
>
> In other words, i'd like to jump all the extraction process of that single
> image already stored, saving in that way much time.
>
> Thank you.
>
> Regards.
>
> ___________________________________________________________________________
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
>

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to