{$t('other_variables').toUpperCase()}

{$t('filename').toUpperCase()}

  • {`{{filename}}`} - IMG_123
  • {`{{ext}}`} - jpg

{$t('filetype').toUpperCase()}

  • {`{{filetype}}`} - VID or IMG
  • {`{{filetypefull}}`} - VIDEO or IMAGE

{$t('other').toUpperCase()}

  • {`{{assetId}}`} - Asset ID
  • {`{{assetIdShort}}`} - Asset ID (last 12 characters)
  • {`{{album}}`} - Album Name
  • {`{{album-startDate-x}}`} - Album Start Date and Time (e.g. album-startDate-yy). {$t('admin.storage_template_date_time_sample', { values: { date: '2021-12-31T05:32:41.750' } })}
  • {`{{album-endDate-x}}`} - Album End Date and Time (e.g. album-endDate-MM). {$t('admin.storage_template_date_time_sample', { values: { date: '2023-05-06T09:15:17.100' } })}