Announcement

#1 2014-06-26 03:51:42

glynszasz
Member
2014-01-23
8

Trouble showing Capture Date

Hello/Hi/Greetings,

I am attempting to show the Capture Date information for each image in the photo view. I have adjusted my config.inc.php file as follows.

The capture date detail is available for every image as I can see it when I edit individual images.

Code:

<?php
$conf['enable_i_log'] = true;
/* The file does not exist until some information is entered 
below. Once information is entered and saved, the file will be created. */

// Library used for image resizing. Value could be 'auto', 'imagick',
// 'ext_imagick' or 'gd'. If value is 'auto', library will be choosen in this
// order. If choosen library is not available, another one will be picked up.
$conf['graphics_library'] = 'ext_imagick';
// If library used is external installation of ImageMagick ('ext_imagick'),
// you can define imagemagick directory.
$conf['ext_imagick_DIR'] = '/usr/local/bin/convert';//change with own path!
$conf['show_iptc'] = true;
$conf['show_exif_fields'] = array(
  'DateTimeOriginal',
  'latitude',
  'longitude',
  'description',
  'keywords',
  'DateTimeOriginal'
  );
//$conf['show_iptc'] = true;
//$conf['show_iptc_mapping'] = array(
//'iptc_keywords'        => '2#025',
//'iptc_caption_writer'  => '2#122',
//'iptc_byline_title'    => '2#085',
//'iptc_caption'         => '2#120'
//);
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025'
);
$conf['use_exif'] = true;
?>

Many thanks in advance,
Glyn

Piwigo version: 2.6.3
PHP version: 5.4.29
MySQL version: 5.5.37
Piwigo URL: http://osl.aqclients.com.au/

Last edited by glynszasz (2014-06-26 03:52:24)

Offline

 

#2 2014-06-26 08:52:53

rvelices
Former Piwigo Team
2005-12-29
1960

Re: Trouble showing Capture Date

The exif fields are shown only when you click the camera icon on the photo page ...

Offline

 

#3 2014-06-26 09:12:26

glynszasz
Member
2014-01-23
8

Re: Trouble showing Capture Date

Many thanks for your reply rvelices.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact