changeset 341:9210052bb649

Actually extract XMP title field. Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Aug 2023 01:45:36 +0300
parents 67e5bf30ee9b
children 4dd202fffdf7
files mgtool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Sun Aug 27 00:16:52 2023 +0300
+++ b/mgtool.php	Sun Aug 27 01:45:36 2023 +0300
@@ -39,7 +39,6 @@
 $galExifConversions =
 [
   [ MG_STR,   "caption"     , "ImageDescription"        , TRUE ],
-  [ MG_STR,   "title"       , "ImageTitle"              , TRUE ],
   [ MG_STR,   "copyright"   , "Copyright"               , FALSE ],
   [ MG_STR,   "model"       , "Model"                   , FALSE ],
   [ MG_STR,   "lensmodel"   , "UndefinedTag:0xA434"     , FALSE ],
@@ -53,6 +52,7 @@
   [ MG_DATE,  "datetime"    , "DateTimeDigitized"       , TRUE ],
   [ MG_INT,   "filesize"    , "FileSize"                , TRUE ],
   [ MG_STR,   "keywords"    , "keywords"                , FALSE ],
+  [ MG_STR,   "title"       , "title"                   , TRUE ],
 ];