Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't handle large quantities of photos #34

Open
Pheggas opened this issue Jun 1, 2022 · 5 comments
Open

Can't handle large quantities of photos #34

Pheggas opened this issue Jun 1, 2022 · 5 comments

Comments

@Pheggas
Copy link

Pheggas commented Jun 1, 2022

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.

@jmlich
Copy link
Owner

jmlich commented Jun 1, 2022

The log geotagging.log should be created in one of following directories:
"C:/Users//AppData/Roaming/", "C:/ProgramData/", "", "/data", "/data/"
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.

@Pheggas
Copy link
Author

Pheggas commented Jun 1, 2022

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

@jmlich
Copy link
Owner

jmlich commented Jun 1, 2022

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.

@Pheggas
Copy link
Author

Pheggas commented Jun 1, 2022

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.

@jmlich
Copy link
Owner

jmlich commented Aug 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants