darktable supports variable substitution in a number of modules and preference settings. For example:
Defining file names in the export selected lighttable module. See „Dateinamensvorlage“
Displaying image information in the darkroom’s image information line. See Abschnitt 3.3.1, „Bildinformationszeile“
Displaying image information in the lighttable’s overlays and tooltips. See Abschnitt 8.3, „Leuchttisch“
Due to the specifities of some context, some variables are not available everywhere.
$(ROLL_NAME)
|
Filmrolle des Eingangsbildes |
$(FILE_FOLDER)
|
Ordner, der das Eingabebild enthält |
$(FILE_NAME)
|
Dateiname des Eingangsbildes |
$(FILE_EXTENSION)
|
Datei-Erweiterung des Eingangsbildes |
$(ID)
|
Bild ID |
$(VERSION)
|
die Duplikat Versionsnummer (siehe Abschnitt 2.2.7, „Begleitdatei“) |
$(VERSION_IF_MULTI)
|
same as $(VERSION) but null string if only one version exists |
$(VERSION_NAME)
|
version name from metadata |
$(SEQUENCEn)
|
a sequence number within export job, 4 digits if n is not specified |
$(JOBCODE)
|
internal code of current job |
$(MAX_WIDTH)
|
maximale Bildbreite, um die Breite innerhalb des Exports zu begrenzen |
$(MAX_HEIGHT)
|
maximale Bildhöhe, um die Höhe innerhalb des Exports zu begrenzen |
$(YEAR)
|
Jahr zum Zeitpunkt des Export |
$(MONTH)
|
Monat zum Zeitpunkt des Export |
$(DAY)
|
Tag zum Zeitpunkt des Export |
$(HOUR)
|
Stunde zum Zeitpunkt des Export |
$(MINUTE)
|
Minute zum Zeitpunkt des Export |
$(SECOND)
|
Sekunde zum Zeitpunkt des Export |
$(EXIF_YEAR)
|
Exif Jahr |
$(EXIF_MONTH)
|
Exif Monat |
$(EXIF_DAY)
|
Exif Tag |
$(EXIF_HOUR)
|
Exif Stunde |
$(EXIF_MINUTE)
|
Exif Minute |
$(EXIF_SECOND)
|
Exif Sekunde |
$(EXIF_ISO)
|
ISO value |
$(EXIF_EXPOSURE)
|
Exif Belichtung |
$(EXIF_EXPOSURE_BIAS)
|
Exif exposure bias |
$(EXIF_APERTURE)
|
Exif Blende |
$(EXIF_FOCAL_LENGTH)
|
Exif Brennweite |
$(EXIF_FOCUS_DISTANCE)
|
Exif Fokusentfernung |
$(LONGITUDE)
|
Längengrad |
$(LATITUDE)
|
Breite |
$(ELEVATION)
|
Elevation |
$(STARS)
|
star rating (number) |
$(RATING_ICONS)
|
star rating with stars chars |
$(LABELS)
|
colorlabels (text only) |
$(LABELS_ICONS)
|
colorlabels with bullets colored chars |
$(LABELS_COLORICONS)
|
colorlabels with colored icons |
$(MAKER)
|
Kamera Hersteller |
$(MODEL)
|
Kameramodell |
$(LENS)
|
Objektiv |
$(TITLE)
|
Titel aus den Metadaten |
$(DECRIPTION)
|
Beschreibung aus den Metadaten |
$(CREATOR)
|
Ersteller aus den Metadaten |
$(PUBLISHER)
|
Herausgeber aus den Metadaten |
$(RIGHTS)
|
Rechte aus den Metadaten |
$(PICTURES_FOLDER)
|
Bilderordner |
$(HOME)
|
Home-Verzeichnis |
$(DESKTOP)
|
Desktop-Verzeichnis |
$(USERNAME)
|
user name as defined by the OS |
$(OPENCL_ACTIVATED)
|
whether OpenCL is activated |
$(TAGS)
|
Tag-Liste (Xmp.dc.Subject) |
$(CATEGORYn(category))
|
tag name of level n [0,9] of selected category (or tag) |
$(SIDECAR_TXT)
|
content of the sidecar textfile if any |
$(NL)
|
add a new line |