Search found 24 matches

by Scriptor
Tue Oct 08, 2019 1:03 pm
Forum: Help Me
Topic: Getting EXIF field "OriginalRawFileName"?
Replies: 9
Views: 8121

Re: Getting EXIF field "OriginalRawFileName"?

Of course - credit to all of you; SuperMerlin, Stephen_A_Marsh and Kukurykus!

I can't find the field when trying to access it through Edit > Preferences > Metadata > Camera Raw. That's wierd.
However - it's visible here, if it helps;
Image

Have a nice day!
by Scriptor
Fri Oct 04, 2019 7:10 am
Forum: Help Me
Topic: Getting EXIF field "OriginalRawFileName"?
Replies: 9
Views: 8121

Re: Getting EXIF field "OriginalRawFileName"?

Hey! The original Filename is displayed in "Adobe Bridge" > "Metadata field" > "Camera Raw" > "Raw Filename" This is the solution I went with if anyone's curious; if(documents.length){ if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScri...
by Scriptor
Thu Oct 03, 2019 5:11 am
Forum: Help Me
Topic: Getting EXIF field "OriginalRawFileName"?
Replies: 9
Views: 8121

Re: Getting EXIF field "OriginalRawFileName"?

Hey!
Adobe Bridge > Metadata > Camera RAW > RAW Filename

Yes, there's a difference in the original name and the current name:/
by Scriptor
Tue Oct 01, 2019 12:16 pm
Forum: Help Me
Topic: Getting EXIF field "OriginalRawFileName"?
Replies: 9
Views: 8121

Getting EXIF field "OriginalRawFileName"?

Hi! I need to be able to access the Raw Filename (as portrayed in Adobe Bridge) via javascript - how does one do this in the best way? Normally whenever I need access to any field within the EXIF/IPTC I use "activeDocument.info.title" or similar, but testing this with "activeDocument....