Main Menu

Recent posts

#1
Metadata / MOVED: How to export .txt file...
Last post by StarGeek - Today at 12:07:48 AM
#2
Newbies / How to export .txt file in exi...
Last post by Netol - May 26, 2024, 11:11:14 PM
hi my friends,

How to export .txt file in exiftoolgui but in batch command line.

I need to do the same in the attached picture

c:\exiftool

Captura de pantalla 2024-05-26 230805.jpg
#3
The "exiftool" Application / Re: Getting started with geolo...
Last post by StarGeek - May 26, 2024, 11:06:28 PM
Writing Geolocation Tags while Geotagging
QuoteGeolocation city, state/province and country tags may be written automatically based on the geotagged GPS position by setting the Geolocate tag to "geotag".
#4
The "exiftool" Application / Re: Getting started with geolo...
Last post by dwlott - May 26, 2024, 10:02:38 PM
Quote from: StarGeek on May 26, 2024, 07:54:20 PMAre you using an up to date exiftool?
The update helped and now I see the expected output.

I'm wondering if there is a command to have exiftool go ahead and write the output to the appropriate location tags.  Using the files GPS info to lookup and write the location tags would save much work.


#5
Newbies / Re: Help wih renaming files
Last post by StarGeek - May 26, 2024, 09:17:04 PM
I can't think of a way to only process the newly created folders from just exiftool.
#6
Newbies / Re: Help wih renaming files
Last post by MnM - May 26, 2024, 08:47:27 PM
Anyone?
#7
The "exiftool" Application / Re: Getting started with geolo...
Last post by StarGeek - May 26, 2024, 07:54:20 PM
Are you using an up to date exiftool?  Also, don't separate the hashtag from the comment text.

C:\>exiftool -ver
12.85

C:\>type temp.txt
# args file
-api
geolocation
-geolocation*
y:\!temp\Test4.jpg

C:\>exiftool -G1 -a -s -@ temp.txt
[ExifTool]      GeolocationCity                 : Financial District
[ExifTool]      GeolocationRegion               : New York
[ExifTool]      GeolocationSubregion            : New York County
[ExifTool]      GeolocationCountryCode          : US
[ExifTool]      GeolocationCountry              : United States
[ExifTool]      GeolocationTimeZone             : America/New_York
[ExifTool]      GeolocationFeatureCode          : PPLX
[ExifTool]      GeolocationFeatureType          : Section Of Populated Place
[ExifTool]      GeolocationPopulation           : 61000
[ExifTool]      GeolocationPosition             : 40.7080, -74.0087
[ExifTool]      GeolocationDistance             : 3.66 km
[ExifTool]      GeolocationBearing              : 62
#8
The "exiftool" Application / Re: Getting started with geolo...
Last post by dwlott - May 26, 2024, 07:35:07 PM
Thank you Stargeek for the faq referance.  I adjusted the args file code, but see no output from exiftool when using this args file.

#
 MetaToolExcel command
-api
geolocation
-geolocation*
E:\exiftool\test.jpg
#9
The "exiftool" Application / Re: Getting started with geolo...
Last post by StarGeek - May 26, 2024, 06:44:13 PM
FAQ #29, "My options don't work in a -@ ARGFILE"
QuoteAlso, arguments should not be quoted
#10
The "exiftool" Application / Getting started with geolocati...
Last post by dwlott - May 26, 2024, 05:48:48 PM
Please help me get geolocation working. I'm using geolocation.html for documentation.
My test file has good GPSLatitude and GPSLongitude. I want to test the first example illustrated in geolocation.html.

Trying an args file:
#args file
-api
geolocation
"-geolocation*"
E:\test.jpg

Exiftool replies with all the tags in the test file, but not the Geolocation City, Region etc as shown in the example.

Strait from the command line.
exiftool -api geolocation "-geolocation*" test.jpg
No reply from exiftool using the this command.