Rename template variables

Reference for variables used in ZenTransfer file rename templates.

Last updated 2026-05-24

On this page

ZenTransfer can rename files during processing. Define a template using variables in curly braces; each variable is replaced when the file is transferred.

Example template:

{datesortdash}_{Make}_{Model}_{#roll:5}.{FileExtension}

Might produce: 2026-04-16_FUJIFILM_X-T5_00042.jpg

Configure rename templates from your dashboard under processing settings.

File variables

VariableDescriptionExample
{OriginalFilename}Filename without extensionDSCF4148
{FileExtension}Extension without dotjpg

Sequence counters

Counters auto-increment each time a file is processed. Manage current values on your profile page.

VariableDescriptionExample
{#name}Counter incremented by 142
{#name:N}Counter zero-padded to N digits{#roll:5}00042

Different counter names are tracked independently.

Date and time (from EXIF)

Derived from EXIF DateTimeOriginal. Falls back to current time when unavailable.

VariableAliasDescriptionExample
{date}{shot}Date YYYYMMDD20260416
{datesortdash}{dtsd}Date with dashes2026-04-16
{year4}{yr4}4-digit year2026
{month0}{mn0}Zero-padded month04
{day0}Zero-padded day16
{hour24}{h24}24-hour, zero-padded14
{minute}{min}Minute30
{second}{sec}Second22
{sort}Date+time YYYYMMDDHHMMSS20260416143022

Camera and lens (from EXIF)

VariableDescription
{Make}Camera manufacturer
{Model}Camera model
{LensModel}Lens model
{SerialNumber}Camera serial when available
{ISO}ISO value
{FNumber}Aperture
{ExposureTime}Shutter speed
{FocalLength}Focal length

Custom variables

Define custom variables on your profile page and reference them as {VariableName} in rename templates and metadata fields.

Full reference

The complete variable list including modification date, current time, today/tomorrow, and random value variables is maintained in the blog post:

Rename Template Variables Reference (blog)