Skip to content

Commit

Permalink
New parameters syntax as in pull request #16138
Browse files Browse the repository at this point in the history
  • Loading branch information
bikaro authored and elstoc committed May 23, 2024
1 parent 4d7f009 commit 9b1fab6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/special-topics/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ $(VERSION.IF_MULTI) same as $(VERSION) but null string if only one versio
$(VERSION.NAME) version name from metadata
$(DARKTABLE.VERSION) the version of the running darktable instance
$(DARKTABLE.NAME) name of darktable
$(SEQUENCE) a sequence number within an export job
$(SEQUENCE[n,m]) a sequence number within an export job with n digits and starting with m
parameters are optional, default is [4,1]
$(WIDTH.SENSOR) width of RAW data in pixels before RAW crop
$(HEIGHT.SENSOR) height of RAW data in pixels before RAW crop
$(WIDTH.RAW) width of RAW data in pixels after RAW crop
Expand Down Expand Up @@ -87,7 +88,7 @@ $(CREATOR) creator from metadata
$(PUBLISHER) publisher from metadata
$(RIGHTS) rights from metadata
$(TAGS) tags list (Xmp.dc.Subject)
$(CATEGORYn(category)) tag name of level n [0,9] of selected category (or tag)
$(CATEGORY[n,category]) tag name of level n [0,9] of selected category (or tag)
$(SIDECAR_TXT) content of the text sidecar file (if any)
$(FOLDER.PICTURES) pictures folder
$(FOLDER.HOME) home folder
Expand Down

0 comments on commit 9b1fab6

Please sign in to comment.