Added a message when an image is checked for date.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 14 Jun 2011 06:51:23 +0000 (08:51 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 14 Jun 2011 06:51:23 +0000 (08:51 +0200)
archivepics.sh

index d6a1742..783effd 100755 (executable)
@@ -72,6 +72,8 @@ for i in "$@"; do
 
     if [[ -f ${ref} ]]; then
 
 
     if [[ -f ${ref} ]]; then
 
+        echo "Checking ${ref} date"
+
         TAG=$(exif --ifd=EXIF -t "Date and Time (original)" "${ref}" | grep Value)
 
         if [[ ${TAG} ]]; then
         TAG=$(exif --ifd=EXIF -t "Date and Time (original)" "${ref}" | grep Value)
 
         if [[ ${TAG} ]]; then