Can't handle large quantities of photos
Hello. I wanted to load like 200 photos at once and it went to 3% progress and then it stopped responding. I'm not aware of any logs. Could we unfold this a bit more?
EDIT: It doesn't work with File -> Open, but when i drag'n'drop it from Windows Explorer, it is loading just fine. A bit slow to my taste but at least it's importing.
The log geotagging.log should be created in one of following directories: "C:/Users/<USER>/AppData/Roaming/<APPNAME>", "C:/ProgramData/<APPNAME>", "<APPDIR>", "<APPDIR>/data", "<APPDIR>/data/<APPNAME>" see https://github.com/jmlich/geotagging/blob/master/main.cpp#L20
It would be great to see if there is something in log. It is hard to say if the verbosity is enough. The logging would be probably missing. I would expect, there will be just one image with specific data inside which is causing troubles.
None of mentioned locations are populated by Geotagging folder / logs.
I was checking it according to https://doc.qt.io/qt-5/qstandardpaths.html the variable name is AppDataLocation. In linux is it in $HOME/.local/share/com.github.jmlich.geotagging/geotagging.log. I don't have any Windows to check.
I tried to search for these logs via Search Everything (file searching tool) and it did not found anythig so i doubt there actually are any logs.
I was checking the windows installation and I have found, that geotagging.log should be created into same folder as the com.github.jmlich.geotaging.exe