User Tools

Site Tools


piwigo

Piwigo Bilddatenbank / Multimedia

IPTC / EXIF Daten der Bilder auslesen

IPTC/Exif Daten werden beim Hochladen einmal eingelesen und dann in der Datenbank gespeichert. Download config.inc.php und in piwigo/local/config ablegen

Umlaute in den IPTC / Exif Daten werden nicht unterstützt! Ist aber im Forum angefragt

// To know how to associated iptc_field with their meaning, use
// tools/metadata.php
$conf['show_iptc_mapping'] = array(
  'iptc_author'    => '2#080',
  'iptc_copyright' => '2#110',
  'iptc_copyright_source' => '2#115',
  'iptc_copyright_owner' => '2#110',
  'iptc_copyright_notice' => '2#116',
  'iptc_copyright_applicant' => '2#103',
  'iptc_keywords' => '2#025',
  'iptc_general_creator' => '2#085',
  'iptc_general_headline'    => '2#105',
  'iptc_general_objectdescription' => '2#120',
  'iptc_country_iso' => '2#100',
  'iptc_country_town' => '2#090',
  'iptc_country_state' => '2#095',
  'iptc_country' => '2#101',
  'date_creation'   => '2#055',
  );

// use_iptc: Use IPTC data during database synchronization with files
// metadata
$conf['use_iptc'] = true;

// use_iptc_mapping : in which IPTC fields will Piwigo find image
// information ? This setting is used during metadata synchronisation. It
// associates a piwigo_images column name to a IPTC key
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  'author'          => '2#080',
  'name'            => '2#005',
  'comment'         => '2#120',
  'date_creation'   => '2#055',
  );

"index.php?" -> "index.php"

$conf['question_mark_in_urls'] = false;
piwigo.txt · Last modified: 2012/06/01 23:02 by 127.0.0.1