Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > Changing a thousand jpeg's 'date created' from AM to PM?

Changing a thousand jpeg's 'date created' from AM to PM?
Thread Tools
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 10:19 AM
 
Have no idea what forum to post this in.

You've all heard of ways to change the meta and file embeds to different dates, times etc however ...

This knucklehead assisting me at a wedding had his camera date set to AM instead of PM.
I want to advance his 'date created' 12 hours but keep the times the same so when I drop the
whole bundle of our work into Adobe Bridge it'll all be chronologically seamless and in order.

HELP! Any ideas will be very very welcomed!
THis will surely save my hours of work.......
     
Administrator
Join Date: Apr 2001
Location: San Antonio TX USA
Status: Offline
Reply With Quote
Jul 25, 2010, 10:44 AM
 
Check this app out.

(BTW-it was the first hit when Google searched on "batch date change mac")
Glenn -----
OTR/L, MOT, Tx
     
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 10:57 AM
 
Thanks Porter, I think this is your full time job!
You've been the answer to so many of my issues over the months....

I just installed the trial and upon first glance this appears to be a renaming-only app,
I'm looking into seeing if I can only bump the existing time up 12 hours....
     
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 10:59 AM
 
Check that, I just saw the 2nd app in the download "Better FInder Atribute" etc....
I think this may work I'll keep you posted!
     
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 11:10 AM
 
Son of a Beehive it works. Just shelled the $15 for the license.
Thanks again, I'm just terrible when it comes to search word combo ideas....

You saved me a world of grief!
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Jul 25, 2010, 12:02 PM
 
For future reference, I believe the following would work:

for i in *;do touch -m $i;done
     
Mac Elite
Join Date: Oct 1999
Location: Montréal, Québec (Canada)
Status: Offline
Reply With Quote
Jul 25, 2010, 12:37 PM
 
i think Automator should be able to do this also?
     
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 12:39 PM
 
It works, what can I say, perfectly.
     
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status: Offline
Reply With Quote
Jul 25, 2010, 01:14 PM
 
Even consumer grade library management software (Picasa, iPhoto) can do bulk timestamp changes. I assume Lightroom and Aperture can do the same.
     
Administrator
Join Date: Apr 2001
Location: San Antonio TX USA
Status: Offline
Reply With Quote
Jul 25, 2010, 02:39 PM
 
Holy COW!! I never even looked at iPhoto. You highlight the files you want to edit, Ctl-click for context menu, select "Batch Change" and then choose "date" from the drop down... That's way easier than I had expected from iPhoto-probably because I stopped using iPhoto about four versions ago when everything seemed like it was intentionally difficult and complex.
Glenn -----
OTR/L, MOT, Tx
     
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 02:47 PM
 
well, as a business, the $15 is worth the grief to end the problem with a solution I (we) found in 5 minutes so all's good.
I've never liked iPhoto or most of the iApps as it seems like we've spent so many years learning the nuances of complicated pro apps that the 'simple' nature of those seems so darn hard.

BTW can the iPhoto thing do the "add X-amount" of minutes, sec's years etc and subtract? Because the great thing about the one I just got (can't even remember the name) is just that, anything less would just mod them all to one time.
     
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status: Offline
Reply With Quote
Jul 25, 2010, 05:06 PM
 
Originally Posted by Headshot View Post
I've never liked iPhoto or most of the iApps as it seems like we've spent so many years learning the nuances of complicated pro apps that the 'simple' nature of those seems so darn hard.
Ok great. What pro app are you using that lacks this feature?

Originally Posted by Headshot View Post
BTW can the iPhoto thing do the "add X-amount" of minutes, sec's years etc and subtract? Because the great thing about the one I just got (can't even remember the name) is just that, anything less would just mod them all to one time.
Of course, both Picasa and iPhoto can do that. You set the correct time for one and it has the option of applying same delta to the rest. Setting them all to the same time would be rather useless.
     
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status: Offline
Reply With Quote
Jul 25, 2010, 05:07 PM
 
Originally Posted by besson3c View Post
For future reference, I believe the following would work:

for i in *;do touch -m $i;done
That will change the last modified time, not the shot time in the EXIF, and that will change the modified time to now. How useless.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Jul 25, 2010, 05:19 PM
 
Originally Posted by mduell View Post
That will change the last modified time, not the shot time in the EXIF, and that will change the modified time to now. How useless.
Ahhh.. I forgot about the EXIF metadata. My mistake. You can specify a specific modified time with the touch command though.
     
Clinically Insane
Join Date: Nov 1999
Location: 888500128, C3, 2nd soft.
Status: Offline
Reply With Quote
Jul 25, 2010, 05:21 PM
 
He wants to add twelve hours to whatever the time is, and he's not interested in "last modified" AT ALL.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Jul 25, 2010, 05:33 PM
 
Originally Posted by Spheric Harlot View Post
He wants to add twelve hours to whatever the time is, and he's not interested in "last modified" AT ALL.
Well, there is only accessed and modified timestamps at the filesystem level, I believe, and like I said, I forgot about the EXIF metadata...
     
Clinically Insane
Join Date: Nov 1999
Location: 888500128, C3, 2nd soft.
Status: Offline
Reply With Quote
Jul 25, 2010, 05:45 PM
 
Can you change "date created" using the Terminal?

If not, it's useless for most media management.
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Jul 25, 2010, 06:06 PM
 
Originally Posted by Spheric Harlot View Post
Can you change "date created" using the Terminal?

If not, it's useless for most media management.


Unless HFS+ supports some sort of extended attribute, perhaps via that thing added to a recent version of OS X (can't remember it's name, UTI, I think?!) or old school dual fork stuff, at the BSD/shell level there only exists access and modified dates at the file system level, I believe...
     
Dedicated MacNNer
Join Date: May 2003
Location: Chicago
Status: Offline
Reply With Quote
Jul 25, 2010, 08:05 PM
 
i needed a quick answer, got it within a few minutes of the original post and carried on with my day, I'm happy.
     
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Jul 25, 2010, 10:07 PM
 
Originally Posted by Spheric Harlot View Post
Can you change "date created" using the Terminal?

If not, it's useless for most media management.
You can do it using SetFile. Unfortunately, it's only present on your system if you have the developer tools installed.

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 02:01 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2