On the Ingest screen, under "Copy Photos" (halfway on the left side of the ingest screen), simply specify "Into folder with name". The in the the "Folder name" box that pops-up, type in "{todayyear4}-{todaymonth0}-{todayday0}-ToEdit" (without the quotes)
That should do the trick!
Hope this helps.
Wow, does it ever! Thanks a million! After reading your message I realized that I can use a variation on the theme to get exactly the subdirectories I'm after:
{iptcyear4}-{iptcmonth0}-{iptcday0}... which creates (during ingest) ISO-date-named subdirectories consistent with the creation dates and times of the source files -- no matter what their dates and times are.
This is great! Up to now I've been using a Perl script of my own devising to handle this kind of subdirectory creation based on dates. It worked, but of course it didn't provide a PM contact sheet along the way. (Interesting: though PM has to create thumbnails as it ingests the files, I didn't find using PM much slower than using the Perl script. Not sure why; I will hazard a guess that its file I/O is a bit more efficient than File::Copy.)
Presumably the PM developers are reading this thread and will at least hear this heartfelt plea:
When the above kind of solution is not used -- if all files are copied during "ingest" into a flat folder structure using a named folder rather than folders created dynamically by using the variables -- I find that PM "touches" the files' modification dates and times with the
current date/time, not the
capture date/time.
I
sorely wish it would not do this. I had to write Yet Another Perl Script to run Exiftool, extract the capture dates/times from all files copied that way, and then run a "touch" program to re-write the date/time data on disk. If you have hundreds of images to deal with and for whatever reason you had to copy them into a "flat" folder structure, this kind of post-processing takes rather a long time.
So to the developers: please in the future add a user option to retain the original capture date/time for the image files on disk, no matter how they are ingested and
even if IPTC data is being applied to them during ingest.
Obviously this would not work for everyone as a default setting! But please oh please, provide it some day as an option...