Folders / files renaming

Folders and files can be renamed on the fly based on your own configuration!
This module is available on the dashboard (activate it from settings/dashboard) or from the web module (earth icon, folders/files renaming)
notion image
The main (managed) folders are always located in the /pictures folder of your current working folder (access it via the folder icon on the top-right bar on the dashboard). These folders require the timestamp for internal processing, but you can add any suffix using the tags below. To create a more complex structure, use the backup folder field.
Complex structures are made out of the "base path" / "session". A typical use of this module is to have your list of actors in the base-path list, and the list of FACS (expressions) in the "session" list. You can prepare your presets in advance by clicking on the gear icon for each of the two lists
notion image

Tags

All time tags from moment: https://momentjs.com/docs/#/displaying/
('M', 'Mo', 'MM', 'MMM', 'MMMM', 'Q', 'Qo', 'D', 'Do', 'DD', 'DDD', 'DDDo', 'DDDD', 'd', 'do', 'dd', 'ddd', 'dddd', 'e', 'E', 'w', 'wo', 'ww', 'W', 'Wo', 'WW', 'YY', 'YYY', 'Y', 'gg', 'gggg', 'GG', 'GGGG', 'A', 'a', 'H', 'HH', 'h', 'hh', 'k', 'kk', 'm', 'mm', 's', 'ss', 'S', 'SS', 'SSS', 'SSSS', 'z', 'zz', 'Z', 'ZZ', 'x', 'X')
Base path:
  • moment tags
  • {base} - item from the preset list
  • {timestamp} (shooting timestamp xangle format)
  • {batch_num} / {batch_num_short} (xangle batch number)
  • {seq_num} / {seq_num_short} (resetable sequence number)
  • {trigger_mode} - freeze, interval-8ms, jaf, etc.
  • {shutter_speed} - current shutter speed of the cameras (the "/" is replaced with a "d": 1d4 for 1/4s)
Session path:
  • moment tags
  • {session} - item from the preset list
  • {timestamp}
  • {batch_num} / {batch_num_short}
  • {seq_num} / {seq_num_short}
  • {trigger_mode} - freeze, interval-8ms, jaf, etc.
  • {shutter_speed} - current shutter speed of the cameras (the "/" is replaced with a "d": 1d4 for 1/4s)
Filename:
  • moment tags
  • {timestamp}
  • {batch_num} / {batch_num_short}
  • {seq_num} / {seq_num_short}
  • {base}
  • {session}
  • {image_title} - custom image title as specified in the renaming module
  • {cam_index} / {cam_index_short}
  • {cam_number} - camera number as identified in Xangle (useful for multiple iterations / burst)
  • {iteration} - iteration number (burst or multiple mode)
  • {cam_serial}
  • {cam_model}
  • {ext}
  • {folder1} / {folder2} / {folderX}
  • {trigger_mode} - freeze, interval-8ms, jaf, etc.
  • {shutter_speed} - current shutter speed of the cameras (the "/" is replaced with a "d": 1d4 for 1/4s)
  • {is_even_number} - returns true/false based on camera number (even vs odd)
 
 

Camera rename

Each individual camera can be assigned with a custom title which can then be used for renaming. The title is not automatically added to the file name. You can add it by using the {image_title}
notion image
notion image
notion image