Le fichier de définitions [ def_macro.txt ] est créé si il n'existe pas.
$ iptc_exiftool -make_list
Les connaissances de l'utilisateur sont mises ici à contribution !
Il est en effet possible d'ajouter ou de supprimer des mots clés et les définitions associées.
Le caractère dièse # indique une ligne de commentaire non prise en compte.
Vous devez éditer ici les définitions récurrentes.
#
# def_macro.txt
#
# contient les definitions a modifier
#
# AUCUN ESPACE ENTRE LE MOT CLE ET LA DEFINITION
#
-iptc:ObjectName="WRITE HERE YOUR TEXT"
-iptc:Keywords="WRITE HERE YOUR TEXT"
-iptc:City="WRITE HERE YOUR TEXT"
-iptc:Country-PrimaryLocationName="WRITE HERE YOUR TEXT"
-iptc:Credit="WRITE HERE YOUR TEXT"
-iptc:CopyrightNotice='Copyright Christophe Gallaire. Tous droits réservés.'
-iptc:Source="Christophe Gallaire"
-iptc:Caption-Abstract="WRITE HERE YOUR TEXT"
# -iptc:Description="WRITE HERE YOUR TEXT"
-imagedescription="WRITE HERE YOUR TEXT"
La même ligne de commande lis le fichier [ def_macro.txt ] ...
$ iptc_exiftool -make_list
... puis créé le fichier [ macro.txt ] depuis lequel vous devez également éditer les définitions non communes:
-iptc:ObjectName="WRITE HERE YOUR TEXT"
-iptc:Keywords="WRITE HERE YOUR TEXT"
-iptc:City="WRITE HERE YOUR TEXT"
-iptc:Country-PrimaryLocationName="WRITE HERE YOUR TEXT"
-iptc:Credit="WRITE HERE YOUR TEXT"
-iptc:CopyrightNotice='Copyright Christophe Gallaire. Tous droits réservés.'
-iptc:Source="Christophe Gallaire"
-iptc:Caption-Abstract="WRITE HERE YOUR TEXT"
-imagedescription="WRITE HERE YOUR TEXT"
NAME_FILE_IMG=/home/cat/DEV/IPTC_EXIFTOOLS/iptc_exiftool/image.jpg
Un dernier appel ...
$ iptc_exiftool -run
va lire le fichier [ macro.txt ] pour passer les paramètres à [ exiftool -overwrite_original ]
exiftool -overwrite_original \
-iptc:ObjectName="WRITE HERE YOUR TEXT" \
-iptc:Keywords="WRITE HERE YOUR TEXT" \
-iptc:City="WRITE HERE YOUR TEXT" \
-iptc:Country-PrimaryLocationName="WRITE HERE YOUR TEXT" \
-iptc:Credit="WRITE HERE YOUR TEXT" \
-iptc:CopyrightNotice='Copyright Christophe Gallaire. Tous droits réservés.' \
-iptc:Source="Christophe Gallaire" \
-iptc:Caption-Abstract="WRITE HERE YOUR TEXT" \
-imagedescription="WRITE HERE YOUR TEXT" \
/home/cat/DEV/IPTC_EXIFTOOLS/iptc_exiftool/image.jpg
1 image files updated