Skip to main content

Naming Templates

Create custom naming patterns for your files.

Template Syntax

Templates use placeholders wrapped in curly braces:

{placeholder}

Available Placeholders

Date & Time

PlaceholderOutputExample
{date}Full date2024-01-15
{year}Year2024
{month}Month01
{day}Day15
{time}Time14-30-00

AI Generated

PlaceholderDescription
{description}AI description of content
{category}Document category
{subject}Main subject
{location}Location if detected

File Info

PlaceholderOutput
{original}Original filename
{ext}File extension
{size}File size
{sequence}Sequential number

Metadata

PlaceholderSource
{camera}EXIF camera model
{author}Document author
{created}Creation date

Examples

Photo Archive

{year}/{month}/{date}_{description}

2024/01/2024-01-15_sunset-beach-california.jpg

Invoice Organization

{year}/Invoices/{date}_{category}_{description}

2024/Invoices/2024-01-15_invoice_acme-corp-payment.pdf

Screenshot Sorting

Screenshots/{year}-{month}/{description}

Screenshots/2024-01/error-message-login-page.png

Creating Custom Templates

  1. Go to SettingsTemplates
  2. Click New Template
  3. Enter a name
  4. Build your pattern using placeholders
  5. Preview with sample files
  6. Save

Tips

  • Use separators like _ or - between placeholders
  • Include {sequence} to avoid duplicate names
  • Test templates on a few files before batch processing