nitishyadav05 / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

EXIF Writer doesn't respect "Options" #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have set options to add GeoNames as per below:
   geonamestags=True
   geoname_nearbyplace=True
   geoname_region=True
   geoname_country=True
   geoname_summary=True
   geoname_userdefine=

2. I have selected "Option" to add Geonames in EXIF keywords and HTML in
IPTC caption.

3. I have UNchecked "create log" "interpolation" and "backup pictures"

What is the expected output? What do you see instead?
I do not have a file that produces way points file, and would like to use
this product's functionality, but in the "manual" EXIF Writer mode.

The options I have outlined in "1", "2", and "3" above, should be respected
when using the "EXIF Writer" in the Tools menu, however, GeoNames are NOT
written, and the other options are also ignored.

What version of the product are you using? On what operating system?
Using GPicSync 1.25 - 2008

Please provide any additional information below.

Original issue reported on code.google.com by edr...@gmail.com on 10 Mar 2008 at 6:55

GoogleCodeExporter commented 9 years ago
Hello Edriss. The tools in the 'tools' menu (EXIF Reader, EXIF Writer, 
Geo-Rename
pictures, etc)  are not connected to the Options (or configuration file) used 
for
geocoding with a tracklog file.

Nevertheless I understand your feature request and add it to my todo list.

One way to get around this for now would be to add the picture(s) you want to 
geocode
in a folder and create an artificial gpx file containing just one track point:

<trkpt lat="48.50517286" lon="7.13916759">
<time>2007-03-04T12:05:18Z</time>
</trkpt>

PS: That - not practical solution - should work but only if the time tag is 
within 10
days of the true picture time (if I remember well).

francois

Original comment by francois...@gmail.com on 10 Mar 2008 at 10:12