I shoot with a Nikon D700 and D90.
Can I ingest the files from both into the same folder
sort by date and time and then rename?
How do I do this?
Sure. Just Ingest both cards to the same destination folder. Once both cards have been ingested, change the sort from Filename to Capture Time. Select all of the photos and then use the Rename command.
If the pictures were shot by two people simultaneously you may want to adjust the capture times on the second camera (you decide which one had the most accurate time). You can separate out the camera's photos by creating a custom sort using the {model} variable. That way each camera's photos will be grouped together. Then you can select the second camera's photos and use the 'Adjust Capture Dates and Times' command in the Tools menu to adjust the times by the amount necessary to get them aligned in time. Once that is done, change your sort back to Capture Time and then do your Rename.
HTH,
-Kirk
This would be another good use for automatic assignment of color class: Have all photos from one camera show up red and all photos from the other camera show up blue making it real easy to identify them on the contact sheet.
if ({model} == "D700") set(colorclass, red);
if ({model} == "D90") set(colorclass, blue);
If only there were a way to write instructions like this.