| Anonymous | Login | Signup for a new account | 2013.05.24 04:07 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000174 | [Piwigo] metadata | minor | always | 2005.10.15 14:02 | 2005.10.19 22:15 | ||
| Reporter | photiolo | View Status | public | ||||
| Assigned To | plg | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 1.5.0RC2 | Product Version | 1.5.0RC1 | ||
| Target Version | Product Build | ||||||
| Summary | 0000174: use_exif_mapping is not taken into account during metadata synchronisation to update database | ||||||
| Description |
use_exif_mapping may describe other field than date_creation when using an extended config_local.inc.php Example: $conf['use_exif_mapping'] = array( 'date_creation' => 'DateTimeOriginal', 'author' => 'Artist', 'comment' => 'ImageDescription' ); In that case, we would like to have these fields updated as for IPTC in the update_metadata() function. this code: $update_fields = array_merge($update_fields, array_keys($conf['use_iptc_mapping'])); is also good for EXIF. A problem may occur when both EXIF and IPTC are used. Need a way to choose one or the other in the config file ? |
||||||
| Steps To Reproduce | |||||||
| Additional Information |
Thanks a lot to all the team for its very good work! Waiting for RC2.... |
||||||
| Tags | No tags attached. | ||||||
| browser | any | ||||||
| Database engine and version | |||||||
| PHP version | |||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |