Kevin,
Apologies if this has been brought up before, a quick search didn't find it.
We're sitting here in the workroom before AFC playoff game trying to figure out if there is a way we can make PM Ingest tagged photos into one folder and the untagged photos into another.
The reason being this shooter needs to send tagged photos into a Dropbox folder for automatic transmission to a remote editor, while then retaining the untagged for a second edit tomorrow.
Any thoughts?
It can be done with variables and Code Replacement. You can use the {tag} variable which evaluates to "0" for untagged images and "1" for tagged images. Create a Code Replacement text file like so:
0[tab]Untagged
1[tab]Tagged
(where you see [tab] you would enter an actual tab character by pressing the Tab key.)
Then in your folder naming in Ingest you would do something like this:
/path/to/folder/={tab}=/
(where the equal sign is the Code Replacement delimiter)
Then when the images are copied they will go into Tagged and Untagged folders. You can choose any legal folder name as the replacements, I just used "Tagged" and "Untagged" for illustration.
HTH,
-Kirk