From 50b130fe9b42959afc31eb28a74a72b17bfee340 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 2 Nov 2023 18:29:42 +0100 Subject: [PATCH] up path for batch --- hugin-gopro-fusion/exif_batch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugin-gopro-fusion/exif_batch.sh b/hugin-gopro-fusion/exif_batch.sh index 7f19d68c..430d4fab 100755 --- a/hugin-gopro-fusion/exif_batch.sh +++ b/hugin-gopro-fusion/exif_batch.sh @@ -11,14 +11,14 @@ function batch_exif_photos { local min=$1 local max=$2 - local dir="/home/poule/encrypted/stockage-syncable/photos/gopro/rouen_oct23" + local dir="/home/poule/encrypted/stockage-syncable/photos/imageries/gopro/rouen_oct23" echo $(seq $min $max) for i in $(seq $min $max); do filename=$i file="$dir/GF0$filename.JPG" - file_assemblage="/home/poule/encrypted/stockage-syncable/photos/gopro/rouen_sequence_stiched/assemblage_0$i.JPG" + file_assemblage="/home/poule/encrypted/stockage-syncable/photos/imageries/gopro/rouen_sequence_stiched/assemblage_0$i.JPG" if [ -f "$file" ] && [ -f "$file_assemblage" ]; then echo "set the tags in assemblage $i from GF0$filename.JPG"