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"