From: Vladimir Nadvornik Date: Sat, 9 May 2009 19:25:51 +0000 (+0000) Subject: extended the list of grouped metadata tags X-Git-Tag: v1.0.0~206 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70138111fc44652288eb415f4c3587b0a69a661b;p=geeqie.git extended the list of grouped metadata tags --- diff --git a/src/metadata.c b/src/metadata.c index 2cdaf54a2..0c8a9b6ca 100644 --- a/src/metadata.c +++ b/src/metadata.c @@ -32,7 +32,29 @@ typedef enum { MK_COMMENT } MetadataKey; -static const gchar *group_keys[] = {KEYWORD_KEY, COMMENT_KEY, NULL}; /* tags that will be written to all files in a group */ +static const gchar *group_keys[] = { /* tags that will be written to all files in a group, options->metadata.sync_grouped_files */ + "Xmp.dc.title", + "Xmp.photoshop.Urgency", + "Xmp.photoshop.Category", + "Xmp.photoshop.SupplementalCategory", + "Xmp.dc.subject", + "Xmp.iptc.Location", + "Xmp.photoshop.Instruction", + "Xmp.photoshop.DateCreated", + "Xmp.dc.creator", + "Xmp.photoshop.AuthorsPosition", + "Xmp.photoshop.City", + "Xmp.photoshop.State", + "Xmp.iptc.CountryCode", + "Xmp.photoshop.Country", + "Xmp.photoshop.TransmissionReference", + "Xmp.photoshop.Headline", + "Xmp.photoshop.Credit", + "Xmp.photoshop.Source", + "Xmp.dc.rights", + "Xmp.dc.description", + "Xmp.photoshop.CaptionWriter", + NULL}; static gboolean metadata_write_queue_idle_cb(gpointer data); static gboolean metadata_legacy_write(FileData *fd);