From a90b46fffb02f37a6b0643717808a78752b1a878 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 20 Jan 2026 18:09:11 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }