X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=rename-photos;h=ea84f8088a513877c0561a3f80c53924979e0a86;hp=eba8c0b37127201ff9af975a0209f6cd6f5e2c85;hb=041b675640e266005165d897dc4fd7984cdf813f;hpb=1521f29d8e00639be5d4f667302909ff127ff8bd diff --git a/rename-photos b/rename-photos index eba8c0b..ea84f80 100755 --- a/rename-photos +++ b/rename-photos @@ -11,6 +11,7 @@ for f in *.JPG *.jpg; do [ -f "$f" ] || continue title=`exiv2 pr -Pv -gXmp.photoshop.Headline "$f"` || title='' newname=`printf "%03i" $num` + #newname=`exiv2 pr -Pv -gExif.Image.DateTime "$f"` if [ -n "$title" ]; then newname="$newname - $title" fi