ExifTool Forum

ExifTool => Newbies => Topic started by: sargfadrgfvcreadv on February 19, 2023, 01:42:56 PM

Title: Append text to existing tag for all images in a folder
Post by: sargfadrgfvcreadv on February 19, 2023, 01:42:56 PM
Hi, I was wondering how I would append " with 25mm extension tube" to the LensModel tag for all images in a specified folder. Is that possible?
Title: Re: Append text to existing tag for all images in a folder
Post by: StarGeek on February 19, 2023, 08:36:45 PM
try
exiftool "-LensModel<$LensModel with 25mm extension tube" /path/to/files/

Change the double quotes into single quotes if using Mac/Linux/Powershell