X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=rename-photos;h=ea84f8088a513877c0561a3f80c53924979e0a86;hp=eba8c0b37127201ff9af975a0209f6cd6f5e2c85;hb=ae71d0a17c88c16fd0297a163b430459598e273b;hpb=a141ec76f9cfd811e66afda9bd64ee0795301e4e 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