darktable supports variable substitution in a number of modules and preference settings. For example:
Defining file names in the export selected lighttable module. See “plantilla de nombre de archivo”
Displaying image information in the darkroom’s image information line. See Sección 3.3.1, “Línea informativa de la imagen”
Displaying image information in the lighttable’s overlays and tooltips. See Sección 8.3, “Mesa de Luz”
Due to the specifities of some context, some variables are not available everywhere.
$(ROLL_NAME)
|
sesión de la imagen de entrada |
$(FILE_FOLDER)
|
carpeta que contiene la imagen de entrada |
$(FILE_NAME)
|
nombre base de la imagen de entrada |
$(FILE_EXTENSION)
|
extensión de la imagen de entrada |
$(ID)
|
id de la imagen |
$(VERSION)
|
la versión duplicada (ver Sección 2.2.7, “Archivos asociados”) |
$(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)
|
ancho máximo de imagen como limite dentro de la sesión de exportación |
$(MAX_HEIGHT)
|
altura máxima de la imagen por determinar dentro de la sesión de exportación |
$(YEAR)
|
año en la fecha de exportación |
$(MONTH)
|
mes en la fecha de exportación |
$(DAY)
|
día en la fecha de exportación |
$(HOUR)
|
hora en el tiempo de exportación |
$(MINUTE)
|
minuto en el tiempo de exportación |
$(SECOND)
|
segundo en el tiempo de exportación |
$(EXIF_YEAR)
|
Año desde el Exif |
$(EXIF_MONTH)
|
Mes desde el Exif |
$(EXIF_DAY)
|
Día desde el Exif |
$(EXIF_HOUR)
|
Hora desde el Exif |
$(EXIF_MINUTE)
|
Minuto desde el Exif |
$(EXIF_SECOND)
|
Segundo desde el Exif |
$(EXIF_ISO)
|
ISO value |
$(EXIF_EXPOSURE)
|
Exposición desde el Exif |
$(EXIF_EXPOSURE_BIAS)
|
Exif exposure bias |
$(EXIF_APERTURE)
|
Apertura desde el Exif |
$(EXIF_FOCAL_LENGTH)
|
Longitud focal desde el Exif |
$(EXIF_FOCUS_DISTANCE)
|
Distancia de enfoque desde el Exif |
$(LONGITUDE)
|
Longitud |
$(LATITUDE)
|
Latitud |
$(ELEVATION)
|
Elevación |
$(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)
|
fabricante de la cámara |
$(MODEL)
|
modelo de la cámara |
$(LENS)
|
lentes |
$(TITLE)
|
título desde los metadatos |
$(DECRIPTION)
|
descripción desde los metadatos |
$(CREATOR)
|
autor de los metadatos |
$(PUBLISHER)
|
editor de metadatos |
$(RIGHTS)
|
derechos de los metadatos |
$(PICTURES_FOLDER)
|
carpeta de imágenes |
$(HOME)
|
directorio raíz |
$(DESKTOP)
|
carpeta de escritorio |
$(USERNAME)
|
user name as defined by the OS |
$(OPENCL_ACTIVATED)
|
whether OpenCL is activated |
$(TAGS)
|
lista de etiquetas (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 |