Petit coquinou c'est pas la section 'writing' mais la section renaming.
Pour ceux que ca intéresse ca semble etre cet exemple :
exiftool -r ’-FileName<CreateDate’ -d %Y-%m-%d/%H%M_%%f.%%e dir
Both the directory and the filename may be changed together via the "FileName" tag if the new "FileName" contains a ’/’.
The example above recursively renames all images in a directory by adding a "CreateDate" timestamp to the start of the
filename, then moves them into new directories named by date.
[^] # Re: Comment c'est que je fais moi
Posté par briaeros007 . En réponse à la dépêche Linux et la photographie : état des lieux. Évalué à 3.
/me recherche
Petit coquinou c'est pas la section 'writing' mais la section renaming.
Pour ceux que ca intéresse ca semble etre cet exemple :
exiftool -r ’-FileName<CreateDate’ -d %Y-%m-%d/%H%M_%%f.%%e dir
Both the directory and the filename may be changed together via the "FileName" tag if the new "FileName" contains a ’/’.
The example above recursively renames all images in a directory by adding a "CreateDate" timestamp to the start of the
filename, then moves them into new directories named by date.