If you mean renaming files when importing from a camera (if not, please be more specific and upload a screenshot):
You define the base folder for storing imported images and the naming pattern of subfolders and individual images in the preferences dialog (see Section 8.2.2, “session options”).
@Rajkhand - it looks from the screenshot like you’re using 3.5.0+2525 build instead of 3.4.0+61…
the date format is dependent on your locale. If you set different language in darktable (eg via forcing english language) then it might default to C date, which uses americanized way of formating date (so literally the worst date format ever with month first).
TBH this might be a problem with how locale is set in darktable, because I have pl_PL locale, but force english language and I experience the problem on linux.
Honestly - americans COULD use some decent date format and we’d have no problem… or we could instead force ISO date format (eg 2021-06-17) for import window
i have changed my locale to this
LANG=“en_GB.UTF-8”
LC_COLLATE=“en_GB.UTF-8”
LC_CTYPE=“en_GB.UTF-8”
LC_MESSAGES=“en_GB.UTF-8”
LC_MONETARY=“en_GB.UTF-8”
LC_NUMERIC=“en_GB.UTF-8”
LC_TIME=“en_GB.UTF-8”
LC_ALL=
i don’t have an idea how darktable deals with localisation for the new (3.5) import file dialog since i didn’t check the source.
At least it’s not consistent to other import dialog (e.g. importing styles or xmp)
So maybe it’s worth to file an issue…
i compared my windows and osx build - the windows build doesnt use german date format if set to german language - on my osx machine everything is fine.
I know you were joking, but I wouldn’t be opposed. Here in Canada, we are constantly exposed to both mm/dd/yy and dd/mm/yy dates. The sanity of ISO 8601 dates would be most welcome.
I’m NOT joking. If whole world used single stable date format that’s easy to parse for both humans and machines, we’d have soooo much less to worry about when handling date inputs/display/outputs