diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index eb60b6c..0f93c74 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -290,7 +290,8 @@ Insta360Pictures() { timestamp=$(echo "$instafile" | sed 's/.*_\([0-9]*\)\.jpg/\1/') timestamp_sec=$(($timestamp / 1000)) # Datum formatieren und in EXIF schreiben - exiftool -overwrite_original -DateTimeOriginal="$(date -d @${timestamp_sec} '+%Y:%m:%d %H:%M:%S')" $instafile + #exiftool -overwrite_original -DateTimeOriginal="$(date -d @${timestamp_sec} '+%Y:%m:%d %H:%M:%S')" $instafile + mv $instafile I${timestamp}.jpg done }