Thanks for the reply.
Regarding the renaming, I should have made things a little clearer:
- I understand that I can extract the Year / Month / Day from the IPTC field and that's great.
- By XXX I meant a sequence number, which I know is definitively possible with PM.
For the AthleteLastName, here is a little more info:
I plan to use the Code Replacement feature to define players full names (first and last, maybe with their jersey numbers, I need to play with it) to help with captioning. So somewhere I'll have defined a code like "CB23 Michael Jordan" for example. Then I can use it to caption an image: "\CB23\ scoring another 3 pointer".
Now, I could envision using the advance code replacement by creating a "CB23 Michael Jordan <tab> Michael <tab>Jordan" and using \CB23#3\ code that would give me the last name. But I didn't see anywhere that the codes would work for renaming files.
If code replacement does not work for renaming files, it looks like I need to find an "unused" IPTC field, stuff the last name (using code replacement) for each photo and then use that IPTC field for file renaming then.
Does it make sense?