From 3b92216def93afefe69dd7fdebaefca1fc915d9e Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 14 Jun 2011 08:51:23 +0200 Subject: [PATCH] Added a message when an image is checked for date. --- archivepics.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archivepics.sh b/archivepics.sh index d6a1742..783effd 100755 --- a/archivepics.sh +++ b/archivepics.sh @@ -72,6 +72,8 @@ for i in "$@"; do if [[ -f ${ref} ]]; then + echo "Checking ${ref} date" + TAG=$(exif --ifd=EXIF -t "Date and Time (original)" "${ref}" | grep Value) if [[ ${TAG} ]]; then -- 2.20.1