geotagging icon indicating copy to clipboard operation
geotagging copied to clipboard

Can't handle large quantities of photos

Open Pheggas opened this issue 3 years ago • 5 comments

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.

Pheggas avatar Jun 01 '22 07:06 Pheggas

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.

jmlich avatar Jun 01 '22 07:06 jmlich

None of mentioned locations are populated by Geotagging folder / logs.

Pheggas avatar Jun 01 '22 08:06 Pheggas

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.

jmlich avatar Jun 01 '22 08:06 jmlich

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.

Pheggas avatar Jun 01 '22 09:06 Pheggas

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

jmlich avatar Aug 24 '22 11:08 jmlich