PDA

View Full Version : IPTC - Guess Owner


photocroatia
2nd of May 2004 (Sun), 07:47
Pekka,
Just an issue I found using IPTC and Guess Owner.

In IPTC I entered the Photographers name as "Ivan", "Guess Owner" was checked.

It guessed the name to be "Ivan Tepes".

Both "Ivan" and "Ivan Tepes" are valid photographers,

Thank you.

photocroatia
2nd of May 2004 (Sun), 18:20
Pekka,
Is it possible to change it from Guessing the Owner to picking up the Owner I pass in the IPTC, I will ensure that the name is correct.

Thanks!

Pekka
2nd of May 2004 (Sun), 18:47
I've tested various schemes some time ago and so there is one switch aready in place:

in SCRIPT_add_to_database.php line 4 is

$s_guess_exact = "0";

change that to

$s_guess_exact = "1";

and now LENS, OWNER, COUNTRY and LOCATION give a match only if they are exactly same as in database.

photocroatia
2nd of May 2004 (Sun), 19:04
Pekka,
Excellent thank you, I knew you would have catered for it!!

Thank You