The DAM Forum
Welcome, Guest. Please login or register.
May 25, 2013, 03:25:09 AM

Login with username, password and session length
Search:     Advanced search
Jan 9, 2012
John Beardsworth's new Lightroom site
Lightroom Solutions
27960 Posts in 5113 Topics by 2914 Members
Latest Member: imthedamstar
* Home Help Search Login Register
+  The DAM Forum
|-+  DAM Stuff
| |-+  Software Discussions
| | |-+  Rename file and fill in metadata simultaneously
« previous next »
Pages: [1] Print
Author Topic: Rename file and fill in metadata simultaneously  (Read 3810 times)
Bill_Green
Newbie
*
Posts: 9


View Profile
« on: May 17, 2006, 06:20:18 PM »

Hi,

Does anyone know of software that can rename files (preferably across many folders at once) and fill in that file name in the Document Title in metadata?

Thanks!
Bill
Logged
dexter
Jr. Member
**
Posts: 65


View Profile
« Reply #1 on: May 17, 2006, 08:31:50 PM »

Hello Bill,
             Welcome to the forum. You didn't state what OS or software you're using at the moment. Adobe Bridge and iViewMedia can both do what you want.

Regards Dexter....
Logged
Bill_Green
Newbie
*
Posts: 9


View Profile
« Reply #2 on: May 17, 2006, 10:57:24 PM »

Thanks Dexter,

I'm on OS X. Would you be willing to describe the procedure for both? I currently work with Bridge, but I'm bumping up against its short comings.
Logged
dexter
Jr. Member
**
Posts: 65


View Profile
« Reply #3 on: May 17, 2006, 11:47:04 PM »

Bill,
    If you haven't read Peter's book, then I suggest you do. To rename in Bridge go to the File Menu and select, Tools - Batch Rename. The options provided are self explanatory. Look at the option to "preserve current filename in XMP metadata" although Peter suggests with good reasoning why this should be unchecked. If you do more of your work in iView, there is a script by Thomas White which writes the filename to document title.

http://www.thomaswhitephoto.com/SubpageData/extras_content/pages/iview.html

Hope this helps.

Dexter...
Logged
Bill_Green
Newbie
*
Posts: 9


View Profile
« Reply #4 on: May 18, 2006, 12:07:52 AM »

Thanks Dexter,

The script does exactly what I need. Do you know if there is something similar for Bridge?

What I am looking for is a way to automatically fill in the IPTC field "Document Title" with the actual title of the file either indepently or automatically (preferred) with a batch rename.

For example, the file comes out of the camera DSC1234.NEF and we batch name it with our naming convention, for sake of example, 20060101_slc_001.nef. This new file name, 20060101_slc_001 also needs to be added into the IPTC metadata, and since each file has a different name, we can't batch it. The reason for needing this information is stock agencies and publications will rename a file for their use, for example, NWcover.tif. When we get a call for a higher res version or something like that, we need to be able to see our file name (not the original file name from the camera).

Does that make sense? I'm not just looking for a batch rename, I'm looking to rename and insert the new name into the IPTC metadata.

Bill
« Last Edit: May 18, 2006, 12:16:29 AM by Bill_Green » Logged
dexter
Jr. Member
**
Posts: 65


View Profile
« Reply #5 on: May 18, 2006, 12:31:44 AM »

Bill,
     I would use iView to write the filename to the IPTC Core after a batch rename. The Thomas White script works well. Currently I am not sure that you can do what you want in one pass without scripting. I am not aware of a script for Bridge that would do this.

Dexter...
« Last Edit: May 18, 2006, 12:33:48 AM by dexter » Logged
johnbeardy
Administrator
Hero Member
*****
Posts: 1813


View Profile WWW
« Reply #6 on: May 18, 2006, 01:59:11 AM »

Bill

Look at this Filename to Title script for Bridge.

John
Logged
johnbeardy
Administrator
Hero Member
*****
Posts: 1813


View Profile WWW
« Reply #7 on: May 18, 2006, 02:41:15 AM »

By the way, Peter, I thought the updated script was going to go there? In any case it's here: Set filename to metadata.
Logged
dexter
Jr. Member
**
Posts: 65


View Profile
« Reply #8 on: May 18, 2006, 04:21:06 AM »

Hey thanks John

Regards Dexter...
Logged
Bill_Green
Newbie
*
Posts: 9


View Profile
« Reply #9 on: May 18, 2006, 07:19:16 AM »

Thanks John! That is great! Now, how about one that adds the camera date in the IPTC date field? Know where I can find one of those?
Logged
johnbeardy
Administrator
Hero Member
*****
Posts: 1813


View Profile WWW
« Reply #10 on: May 18, 2006, 07:37:51 AM »

Funny, someone else asked about that recently. I've not the time at present to look at it myself but you'd be into something like this (compare it with 2 lines in my script)

Code:
     md.namespace ="http://ns.adobe.com/exif/1.0/";
     var DateCreated = thumb.DateTimeOriginal;
     md.namespace ="Whatever the IPTC namespace is called";
     thumb.IPTCdatecreated = DateCreated ;
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!