Batch adding files - IPTC partly missing Batch adding files - IPTC partly missing
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Batch adding files - IPTC partly missing

Started by mortenb, July 08, 2009, 01:56:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mortenb

I'm experiencing some problems when using the "batch add files function" in Coppermine. The IPTC-titles are not being read properly i.e. the titles are not seen below the pictures and when showing large versions of the pictures in light box (using a plugin). An example can be found at:
http://miljokemi.dk/coppermine/thumbnails.php?album=30
The picture of the Dandelion is using "IPTC-Origin" while the picture of the tree is using "IPTC-headline"

When using the "Upload file" function things work out fine:
http://miljokemi.dk/coppermine/thumbnails.php?album=29

I don't if I'm doing something wrong or the batch add function maybe lacks some functionality?

The best regards
Morten

Joachim Müller

You have set encoding to is8859-1, which is not recommended nor supported. Use utf-8

mortenb

Thanks this solved the problem.  :)

Though there is still a difference between how an import "with batch" add and how an import with "upload file" is handled. When batch adding only "origin" is considered a title not a "headline".
With "upload a file" both "origin" and "headline" are considered titles.