From fc6bdbbbc829b38c020c190e06e3fe5892bac1a0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 7 May 2009 01:18:31 +0000 Subject: Grab photo capture date and captions from EXIF/IPTC data. - Add a "captured" column to the items table. - Pull the DateTime EXIF field and put it into the captured column - Pull the Caption EXIF & IPTC fields and put them into the description field if there was not already a value there --- modules/info/views/info_block.html.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/info/views') diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index 956cc23d..880d5d3e 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -17,6 +17,12 @@ name; ?> + captured): ?> + + + captured)?> + + owner): ?> -- cgit v1.2.3