Author Topic: .CR2 and .XMP unattached (similar)  (Read 11905 times)

Offline dennis

  • President
  • Camera Bits Staff
  • Sr. Member
  • *****
  • Posts: 462
    • View Profile
    • Camera Bits, Inc.
Re: .CR2 and .XMP unattached (similar)
« Reply #15 on: December 12, 2012, 12:14:17 PM »
PM 5 now relies upon XMP to store metadata that we used to store at the end-of-file.  PM 5 no longer appends metadata to the end of file because it trips up other brain dead applications that can't handle it (theoretically it shouldn't make any difference since it doesn't affect the image in any way).

One of the pieces of metadata we store is the "inferred frame number" which is to say the last four digits of a filename that cameras create (as part of the Exif standard).  Since this metadata isn't part of standard Exif we have to store it somewhere, and XMP is the place.  So if you are asking PM to create XMP sidecar files for RAW files then it will create an XMP sidecar file in order to store something as simple as the "inferred frame number" (accessible by the {frame4} variable).  This is regardless of applying an IPTC Stationery Pad.  So we would have to remove the capability of remembering the frame number (because once you rename the file it is gone) in order to NOT write an XMP sidecar (as you have requested) for simple ingests.  Sorry!

--dennis

Offline janeenadamsmartin

  • Newcomer
  • *
  • Posts: 38
    • View Profile
Re: .CR2 and .XMP unattached (similar)
« Reply #16 on: December 13, 2012, 05:16:46 AM »
Was there resolution to this?  I have the same thing happening, but I thought it was because I was applying the IPTC stationery pad with just contact info (no keyword or tagging).  Just want to be sure I know that that is normal.

jan

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24756
    • View Profile
    • Camera Bits, Inc.
Re: .CR2 and .XMP unattached (similar)
« Reply #17 on: December 13, 2012, 06:29:13 AM »
Jan,

Was there resolution to this?  I have the same thing happening, but I thought it was because I was applying the IPTC stationery pad with just contact info (no keyword or tagging).  Just want to be sure I know that that is normal.

It is the new normal with PM 5 when working with XMP sidecar files.

-Kirk