Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Metadata and original file name script

Comments

10 comments

  • Benjamin Liddle
    2. The other problem is being able to track the origin of the RAW file from the JPG version. When you Process an image there is no way to know where or what the original RAW file is located. In the Metadata is store the current file name so my guess if some renames the file you can look at the Metadata and get the JPG file name. I use Sessions (Not sure how well this will work for Catalogs) and the folder structure is very logical so it is easy to follow on backups and so on. Here is my directory structure, /PhotosMaster/Photo2017/SCPT Test/Capture/September/_DSC5666.NEF As you can see I have a folder called PhotoMaster just to clean. Next I have a folder called Photo2017 this gives me a year and generally the folder I back up to a USB drive. Next is the Session name and lastly the file name. This information I decided to store in Getty, Original Filename, not sure what is field is intended for but seems to work for m


    Good idea, though it is worth mentioning that the "Include All Other" must be enabled under your JPG process recipe to embed this information into the resulting JPG.
    0
  • Permanently deleted user
    Good point! Not sure if I checked this or if this is the default to have include all other.

    Thanks for the reply.
    Bill
    0
  • Benjamin Liddle
    It is the default behavior, but perhaps it would be worth it to include in the tell anyway:

    set include Other Metadata of recipe [--your quoted recipe name here] to True
    0
  • George Kalogeris

    Hey there, I am also interested in preserving Original Filename in metadata

    Please help me, how do I run this script .. ??

    (Or how do I copy Filename in IPTC-Getty field ? )

    0
  • Walter Rowe
    Moderator
    Top Commenter

    In AppleScript use the field "Getty original filename"

    tell application "Capture One"
    set listOfVariants to (get selected variants)
    repeat with thisVariant in listOfVariants
    tell thisVariant to set Getty original filename to name
    end repeat
    end tell

    I ran this on some variants and it does exactly what I describe.

    0
  • George Kalogeris

    any method for win10-64bit ?

    0
  • Walter Rowe
    Moderator
    Top Commenter

    Scripting is not supported for Capture One on Windows. :-(

    0
  • George Kalogeris

    it doesn't need to be done inside CO.

    I need a simple tool to copy filenames of images to EXIF/IPTC before editing them

    0
  • Walter Rowe
    Moderator
    Top Commenter

    Look at exiftool.

    0
  • George Kalogeris

    Thanks, I 'm not into command line programs..

    I used Photo Mechanic.

    Although didn't find the specific Getty field,
    I did copy original filename to another IPTC field.

    It was instant !

    0

Post is closed for comments.