From 6468dd6da3764498fcabbf99603f50974f26c2c6 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 10 Mar 2013 12:41:13 +0100 Subject: Add support for datetime/timezone shift Simple datetime shift, including EXIF data modification. --- src/items.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/items.h') diff --git a/src/items.h b/src/items.h index 15baeae..2b36927 100644 --- a/src/items.h +++ b/src/items.h @@ -64,6 +64,7 @@ typedef struct { gchar *auth_username; gchar *auth_passwd; TAuthType auth_type; + int metadata_tz_shift; /* minutes */ } TAlbum; typedef struct { @@ -81,6 +82,7 @@ typedef struct { TIndexItemType type; gboolean hidden; gchar *metadata_external_exif; + int metadata_tz_shift; /* minutes */ } TIndexItem; typedef struct { -- cgit v1.2.3