'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', ); ?>