Main Menu

Cannot find Tags

Started by christian1979, July 10, 2020, 12:55:25 PM

Previous topic - Next topic

christian1979

Hello dear people

I am very new here and find the tool excellent. I start the exiftoll from vb.net with a command line to change the GPS data in an image:

ExifToolIO.Initiailize()
ExifToolIO.Cmd("-gpslatitude=80.25090199998273 -gpslongitude=70.13265800002499 -gpslatituderef=N -gpslongituderef=W -overwrite_original")
Dim result As String = ExifToolIO.Execute("F:\img.jpg")

So far so good.

The GPS data is changed correctly. But I have problems to find the right -words for the tags

- Title
- Tags
- Description
- Camera Model
- Camera manufacturer

By the description. How do I set this if it is a whole sentence??? Like, "This is a very nice place"

Can somebody help me?  :) :) :) :) :) :) ::) ::) ::)

Love to Christian

Phil Harvey

Hi Christian,

Quote from: christian1979 on July 10, 2020, 12:55:25 PM
I have problems to find the right -words for the tags

Do you mean the tag names?  This is FAQ 2.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).