<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv1235602458">On Sat, 20 Dec 2008 05:02:37 -0800 (PST) Murray Strome wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><pre>Is it possible to have photos organized by the date/time on which the photos<br>were taken/created?? Currently, the times used seem to be the date/time on<br>which<br>the photos were last modified. Since I usually do some editing of the photos<br>after I have transferred them to my computer, this creates difficulty in having<br>them organized by the actual time they were created.<br><br>Thanks.<br><br>Murray<br><br>------------------------------<br>On Sat, 20 Dec 2008 20:38:36 +0100 "Baptiste MATHUS" wrote:<br>Hi Murray,<br>KPhotoAlbum sorts image by EXIF date. Where do your photos come from? If it<br>comes from a digital camera, check your camera, it should set the<br>
 date when<br>the photo was taken.<br><br>Cheers.<br><br>-----------------<br>Murray Strome wrote:<br><br>On most of my digital images from my Canon PowerShot A80<br>or my Pentax *istD, there are two sections to the EXIF<br>data (as shown by KPhotoAlbum), each with its own date:<br>Exif.Image   DateTime<br>Exif.Photo   DateTimeOriginal<br><br>KPhotoAlbum organizes things from the first DateTime<br>(which is the last time I edited the photo) and I<br>would like it to use DateTimeOriginal, which is<br>the time I took the photo.<br><br>There is a script that I tried using to rename photos<br>to the EXIF date.  It didn't work for me for the exact<br>same reason. I modified the script to work correctly<br>using the creation date instead, and also changed it<br>to rename the photos to <date><time><original name<br>with spaces replaced by underscore>. It only works on<br>JPEG images.  The original, my (Alpha1) modified version<br>and lots
 of<br> discussion are at:<br><br>http://ceitl.zanestate.edu/blog/archives/2007/05/script-rename-images-by-exif-date/<br><br>The basic problem, as I stated is that the creation date EXIF tag is 0x9003, if<br>I remember correctly.  The first DateTime tag is something else, which I<br>forget.<br><br>This could be dependent upon the software used to edit the photos, and/or<br>possibly<br>the camera.<br><br>I don't think my script posted on the above site is the latest version -- I<br>don't think<br>I had figured out how to get the original date when I last posted something<br>there. However,<br>I have just posted the change to make it work.<br><br>In my script on that page, to get it to work properly, I replaced<br>   exif -t DateTime ?$line? |grep Value > exif.$$<br><br>with:<br><br>   exif -i "$line" | grep 0x9003 > exif.$$<br><br>I would guess that KPhotoAlbum uses something equivalent to the first<br>line to find the date, which is OK if the photo
 has<br> not been edited,<br>but not if you want the creation date for a modified photo.<br><br>Murray<br><br>------------------------------<br><br>Murray Strome wrote:<br>>     On most of my digital images from my Canon PowerShot A80<br>>     or my Pentax *istD, there are two sections to the EXIF<br>>     data (as shown by KPhotoAlbum), each with its own date:<br>>     Exif.Image   DateTime<br>>     Exif.Photo   DateTimeOriginal<br>> <br>>     KPhotoAlbum organizes things from the first DateTime<br>>     (which is the last time I edited the photo) and I<br>>     would like it to use DateTimeOriginal, which is<br>>     the time I took the photo.<br><br>Upgrade to 3.1.1, then go to Settings -> Configure KPA -> Metadata -> <br>Date and in the "Fields to get value from", move <br>"Exif.Photo.DateTimeOriginal" to the very top. Then select all your <br>images you want to fix and go to Management -> Re-Read Metadata
 from<br> <br>Files, select *only* "Update date and time" and press "Read File<br>Info". <br>All your image dates will be updated.<br><br>>     There is a script that I tried using to rename photos<br><br>While we do have some code for detecting renamed files, it's best to <br>avoid this.<br><br>Cheers,<br>-jkt<br><br>-- <br>cd /local/pub && more beer > /dev/mouth<br><br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: signature.asc<br>Type: application/pgp-signature<br>Size: 260 bytes<br>Desc: OpenPGP digital signature<br>Url :<br>/mailman/pipermail/kphotoalbum/attachments/20081221/14322803/attachment-0001.pgp<br><br><br>------------------------------<br><br>_______________________________________________<br>KPhotoAlbum mailing list<br>KPhotoAlbum@kdab.net<br>http://mail.kdab.net/mailman/listinfo/kphotoalbum<br><br><br>End of KPhotoAlbum Digest, Vol 36, Issue<br>
 2<br>******************************************<br></pre></blockquote></div></td></tr></table><br>