Score:0

Add a tag to jpeg using ExifTool

by flag

I would like help with terminal syntax code please to add a tag to jpeg files using ExifTool. I want to add general notes to some old scanned jpeg pictures of my ancestors for my kids to be able to easily access in the future. I am using Linux Ubuntu 20.04 LTS

Score:0
it flag

Try adding your notes to the Description tag. Your command would look like this:
exiftool -Description='Some notes' file.jpg

This command creates backup files. Add -overwrite_original to suppress the creation of backup files. Add -r to recurse into subdirectories.

You could also try hdwolf's jExiftoolGui for a GUI that uses exiftool behind the scenes. It will help deal with the confusing mess that is metadata.

Marty avatar
by flag
That works perfectly, just one thing I used exiftool -ImageDescription='Some notes' file.jpg I can now view the image description notes in the show exif data under the view tab using LXimage viewer. Thank you StarGeek
StarGeek avatar
it flag
`ImageDescription` is the corresponding tag in the EXIF block for `Description`, which is part of the [IPTC Photo Metadata Standard](https://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata). It is not a wildly used tag, though, so not very furture proof. If you continue to use exiftool, then using the [MWG tags](https://exiftool.org/TagNames/MWG.html), specifically, `-MWG:Descripton='Some Notes'`, would be a better option, as that will write multiple corresponding tags.
StarGeek avatar
it flag
Otherwise, I would suggest a Digital Assets Mangagment (DAM) program like [DigiKam](https://www.digikam.org/) or [Darktable](https://www.darktable.org/). They will write more complete metadata that will be the most future proof.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.