If the "import directories recursively" checkbox in the import dialog does not fit your bill, the 'darktable.database.import' Lua function (https://www.darktable.org/lua-api/index.html#darktable_database_import) can import a folder. If you have a text file with a list of the folders you want to import, it should be fairly quick work to make a Lua script that will mass-import all of them.
-- August Schwerdfeger [email protected] On 11/12/19 11:07 PM, Mark Heieis wrote: > Is there a way to bulk import many folders at once rather than > importing one folder at a time manually? Eg bulk import from the > command line or LUA script or darktable feature I'm not seeing? > > Thanks. > > > > > ____________________________________________________________________________ > > darktable user mailing list > to unsubscribe send a mail to > [email protected] > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
