Darktable: Lighttable Overlays part 2
category: darktable • 1 min read
Darktable, shows some information about the image, like the filename, the extension, the operture, the shutter speed, the focal lens, and the iso. The problem, for me, is that I use the virtual copies (in Lightroom language), aka duplicates (in Darktable language), a lot.
What’s what? Which one is the original photo and which one is the virtual copy, aka the duplicate? Darktable doesn’t show it in the Lighttable. It shows it in the Darktable.
Information Displayed in Lighttable
As you can see, nothing differentiates the original photo from the virtual copy/duplicate.
I changed the Darktable settings, by clicking on the gear (#1)
How To Change Darktable Settings
I changed the Darktable settings from:
Showing Image Information In Lighttable
to (#1)
$(FILE_NAME).$(FILE_EXTENSION) • v:$(VERSION)$(NL)$(EXIF_EXPOSURE) • f/$(EXIF_APERTURE) • $(EXIF_FOCAL_LENGTH)mm • $(EXIF_ISO) ISO $(SIDECAR_TXT)
and (#2)
<b>$(FILE_NAME).$(FILE_EXTENSION) • v:$(VERSION)</b>$(NL)$(EXIF_DAY)/$(EXIF_MONTH)/$(EXIF_YEAR) $(EXIF_HOUR):$(EXIF_MINUTE):$(EXIF_SECOND)$(NL)$(EXIF_EXPOSURE) • f/$(EXIF_APERTURE) • $(EXIF_FOCAL_LENGTH) mm • $(EXIF_ISO) ISO
and here’s what the lighttable looks like afterward:
Showing Virtual Copy/Duplicate Information In Lighttable
Notice (#1) where it shows v:0 and (#2) where it show v:1
- v:0 is the original image
- v:1 is the first virtual copy/duplicate. If there is more than one duplicate, it will go to v:2, v:3 and so on.
see also https://www.sritch.com/darktable/lighttable-overlays.html for more information.