Open Solliko opened 2 months ago
Please add image creation Date and Time to store.file_names so we can create filenames such as:
file_names = "{{.Date}}-{{.Time}}-{{.FileName}}"
To achieve filenames with the creation date such as:
20240930-23:01-M1001234.jpg
This will help creating folders with photos sorted by the taken date.
Thanks!
Please add image creation Date and Time to store.file_names so we can create filenames such as:
file_names = "{{.Date}}-{{.Time}}-{{.FileName}}"
To achieve filenames with the creation date such as:
20240930-23:01-M1001234.jpg
This will help creating folders with photos sorted by the taken date.
Thanks!