tommyblue / smugmug-backup

Makes a full backup of a SmugMug account
MIT License
88 stars 16 forks source link

Request to add Date and Time to store.file_names #60

Open Solliko opened 2 months ago

Solliko commented 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!