From d0599f8ab5c38e14845407dea4eef4d4957f9e28 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 27 Dec 2012 20:29:37 +0100 Subject: Support external EXIF metadata This brings an ability to specify external file to read EXIF/IPTC data from. The motivation was to work around RAW editors randomly stripping some EXIF blocks. --- src/items.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/items.h') diff --git a/src/items.h b/src/items.h index cef184c..2a7179c 100644 --- a/src/items.h +++ b/src/items.h @@ -71,6 +71,7 @@ typedef struct { gchar *border_style; TIndexItemType type; gboolean hidden; + gchar *metadata_external_exif; } TIndexItem; typedef struct { -- cgit v1.2.3