open_in_darktable
Launch darktable GUI on a folder of raw files, automatically registering it as a film roll, with optional star-rating filters to show only wanted images.
Instructions
Launch the darktable GUI on a folder. The folder is registered as a film roll on first launch and XMP sidecars are picked up automatically. The lighttable opens already filtered via the official darktable.gui.libs.collect.filter Lua API for any rating spec: exact rating=N, rating_min=N (>=), rating_max=N (<=), arbitrary rating_min..rating_max inner ranges, or no filter at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | No | Filter to exactly this rating (-1=reject, 0=unrated, 1-5=stars) | |
| rating_max | No | Upper bound of a rating range | |
| rating_min | No | Lower bound of a rating range | |
| source_dir | Yes | Folder containing the raw files | |
| darktable_path | No | darktable executable (default: 'darktable' on PATH) | darktable |