View Issue Details

IDProjectCategoryView StatusLast Update
0001225GeoSetterImage Datapublic2018-06-27 14:44
ReporterYirg Assigned ToFriedemann  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformWindowsOSOS Version
Product Version3.4.14 Release 
Target VersionFixed in Version 
Summary0001225: Option to disable addition of geo:lat, geo:lon and geotagged
DescriptionI just discovered GeoSetter and am very impressed. The software seems to do exactly what I want, and that is to add location information based on the GPS info embedded in my Sony A77 files. The only issue I have is that it adds the tags geo:lat, geo:lon and geotagged which seems redundant because the GPS information is already in the files. Moreover, this clutters the image cataloging software I'm using with many needless tags, making manually entered tags harder to access. See attached screenshot. Is there a way to disable the addition of these three keywords? If not, I really hope you see the value and would consider adding it.
TagsNo tags attached.

Activities

Yirg

2014-11-17 16:16

reporter  

psp-x7-tags.png (14,126 bytes)
psp-x7-tags.png (14,126 bytes)

Kugelblitz78

2018-06-15 02:30

reporter   ~0003502

Hello,
I have exactly the same issue with geosetter. The Additional Tags makes working with Tags in other programs very messy.

I love to have a feature to bulk remove the "geo:lat=xxxxx", "geo:lon=xxxxx" and "geotagged" Tags from all my Images.

heiko

2018-06-16 16:26

developer   ~0003503

you have the posibility to delete these tags with an additional ExifTool command.

Kugelblitz78

2018-06-17 11:22

reporter   ~0003504

Hello Heiko,
thank you for the Message.
I have no clue how to use ExifTool commands.
What would the command be to delete all "geo:lat=xxxxx", "geo:lon=xxxxx" and "geotagged" Tags from all my Images ?
Danke für deine Hilfe
Schöne Grüße
mARTin

heiko

2018-06-17 20:54

developer   ~0003505

Hallo Martin,

ich habe gerade ein paar meiner Bilder angeschaut, und da gibt es nirgends ein "geo:lat=xxxx". Sollte der Tag so heißen, dann öffne die Einstellungen ("Datei | Einstellungen") und wechsle auf den Reiter "ExifTool". Hier aktivierst du dann "Zusätzliche ExifTool-Kommandos nach GeoSetter-Kommandos aktivieren" und trägst folgendes ein:

-geo:lat= -geo:lon= -geotagged=

evtl. muss noch ein -execute vor das Kommando, aber das müsstest du testen.

Grüße
Heiko

heiko

2018-06-17 20:56

developer   ~0003506

ach ja .. bitte mit Testbildern probieren bis alles so ist wie es sein soll! Mit den ExifTool Kommandos kann man sich durchaus einiges abschießen! In der Hilfe steht da übrigens auch was dazu ..

Kugelblitz78

2018-06-18 11:30

reporter   ~0003507

Hallo Heiko,
vielen Dank für Deine Antwort. Hat mich schon mal in die richtige Richtung verwiesen.

So ganz hat es jedoch nicht geklappt. (siehe Screenshot)
Bei der Methode muss ja auch jede Datei erstmal geändert werden damit geosetter diese Speichert und dann die zusätzlichen exiftool-Kommandos auch ausführt.

Denke ich werde es mit dem ExifTool direkt versuchen und habe in dem Support Forum die Frage beschrieben.

http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,9288.0.html

error.PNG (24,365 bytes)
error.PNG (24,365 bytes)

heiko

2018-06-18 20:26

developer   ~0003508

stimmt, bei der Methode muss das Bild gespeichert werden, aber für die Zukunft ist das sicher ein gangbarer Weg. Ich verwende diese Kommandos z.B. um das Copyright automatisch in meine Bilder zu schreiben. Ich würde also die bestehenden Bilder direkt mit ExifTool bearbeiten und die zukünftigen mit GeoSetter ..

So wie das im ExifTool Forum aussieht scheint der Aufruf doch ein wenig komplexer zu sein.

Kugelblitz78

2018-06-18 22:49

reporter   ~0003510

Hallo Heiko

der korrekte exiftool befehl für diese Aufgabe lautet:

exiftool -sep xxx "-subject<${subject@;$_=undef if /^(geo:lat=|geo:lon=|geotagged)/}" "-Keywords<${Keywords@;$_=undef if /^(geo:lat=|geo:lon=|ffffffffffffffff)/}" -r -overwrite_original d:\fotos

Wobei "d:\fotos" natürlich der Pfad zu den Bildern ist.

Hello Yirg,
I know some years have passed but if you still need to solve this issue you can download the exiftool and use the command written above. Just change the Path "d:\fotos" to match your Path to your Images.

Cheers

Yirg

2018-06-19 00:11

reporter   ~0003513

Hi Kugelblitz78,

I haven't been used GeoSetter since I created this bug, although I would love to if it didn't add these tags. I'm not sure how I feel about using this complex command-line solution. I would much prefer if these tags were not added in the first place than using a solution that could result in unexpected and bad results if I mess up even a single character. I think I'll wait for the option to not include these tags as part of GeoStter itself before I start using this application. I haven't lost hope...

Yirg

2018-06-19 00:15

reporter   ~0003514

BTW, I'd be happy to donate something (e.g. $20) if it helped get this issue fixed, but I haven't seen any update on this bug from the project maintainer in more than a year...

Kugelblitz78

2018-06-19 07:56

reporter   ~0003515

Hello Yirg,
in the Current Geosetter Version you have to check a box in the Settings menu if you want these Tags to be added. If you do not want them (like we do) make sure it is unchecked.

The Command line works like charme and it is a one time fix for the "old" Pictures.

Cheers

Flickr Geo Tags.PNG (45,403 bytes)
Flickr Geo Tags.PNG (45,403 bytes)

Kugelblitz78

2018-06-19 08:45

reporter   ~0003516

exiftool -sep xxx "-subject<${subject@;$_=undef if /^(geo:lat=|geo:lon=|geotagged)/}" "-Keywords<${Keywords@;$_=undef if /^(geo:lat=|geo:lon=|geotagged)/}" -r -overwrite_original d:\path-to-your-pictures

Kugelblitz78

2018-06-21 17:32

reporter   ~0003518

If you like not to display the errors on screen but log them in a file you can use this command

exiftool -sep xxx "-subject<${subject@;$_=undef if /^(geo:lat=|geo:lon=|geotagged)/}" "-Keywords<${Keywords@;$_=undef if /^(geo:lat=|geo:lon=|geotagged)/}" -r -overwrite_original d:\path-to-your-pictures 2>error_log.txt

Friedemann

2018-06-27 14:44

administrator   ~0003519

Last edited: 2018-06-27 14:44

View 2 revisions

Kugelblitz78 und Heiko, danke für Euern Support!!! :-) Bin zurück aus dem Urlaub ;-) Ich schließe das jetzt, diese Flickr-Daten gibt's ja in der aktuellen Version nicht mehr...

Issue History

Date Modified Username Field Change
2014-11-17 16:16 Yirg New Issue
2014-11-17 16:16 Yirg File Added: psp-x7-tags.png
2017-05-16 22:51 Friedemann Status new => assigned
2017-05-16 22:51 Friedemann Assigned To => Friedemann
2018-06-15 02:30 Kugelblitz78 Note Added: 0003502
2018-06-16 16:26 heiko Note Added: 0003503
2018-06-17 11:22 Kugelblitz78 Note Added: 0003504
2018-06-17 20:54 heiko Note Added: 0003505
2018-06-17 20:56 heiko Note Added: 0003506
2018-06-18 11:30 Kugelblitz78 File Added: error.PNG
2018-06-18 11:30 Kugelblitz78 Note Added: 0003507
2018-06-18 20:26 heiko Note Added: 0003508
2018-06-18 22:49 Kugelblitz78 Note Added: 0003510
2018-06-19 00:11 Yirg Note Added: 0003513
2018-06-19 00:15 Yirg Note Added: 0003514
2018-06-19 07:56 Kugelblitz78 File Added: Flickr Geo Tags.PNG
2018-06-19 07:56 Kugelblitz78 Note Added: 0003515
2018-06-19 08:45 Kugelblitz78 Note Added: 0003516
2018-06-21 17:32 Kugelblitz78 Note Added: 0003518
2018-06-27 14:44 Friedemann Status assigned => resolved
2018-06-27 14:44 Friedemann Resolution open => fixed
2018-06-27 14:44 Friedemann Note Added: 0003519
2018-06-27 14:44 Friedemann Note Edited: 0003519 View Revisions