add move assemblage and remove pto in exif_batch script

This commit is contained in:
Tykayn 2024-02-12 11:34:28 +01:00 committed by tykayn
parent 6ee25170d7
commit afd6628508
1 changed files with 12 additions and 8 deletions

View File

@ -34,13 +34,7 @@ function batch_exif_photos {
file_assemblage_with_zero="/home/poule/encrypted/stockage-syncable/photos/imageries/gopro/hugin_assemblages_script_output/assemblage_0$i.jpg"
if [ -f "$file" ] && [ -f "$file_assemblage" ]; then
echo "set the tags in assemblage $i from GF$filename.jpg"
exiftool -tagsFromFile "$file" $file $file_assemblage -overwrite_original
echo "updated the exift tags of $file_assemblage"
else
echo "batch_exif_photos: File $file does not exist."
fi
# test with previous zero
if [ -f "$file_with_zero" ] && [ -f "$file_assemblage_with_zero" ]; then
@ -49,10 +43,20 @@ function batch_exif_photos {
echo "updated the exift tags of $file_assemblage_with_zero"
else
echo "batch_exif_photos: File $file_with_zero does not exist."
if [ -f "$file" ] && [ -f "$file_assemblage" ]; then
echo "set the tags in assemblage $i from GF$filename.jpg"
exiftool -tagsFromFile "$file" $file $file_assemblage -overwrite_original
echo "updated the exift tags of $file_assemblage"
else
echo "batch_exif_photos: File $file does not exist."
fi
fi
done
echo "# fin des assemblages exif"
echo "# fin des assemblages exif de $1 à $2"
}
batch_exif_photos $1 $2 $3
bash /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/move_batch.sh $1 $2
bash /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/remove_pto_batch.sh $1 $2