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

Run PictureFrame.py without indexing? #257

Open
Ascendin81 opened this issue Jan 12, 2022 · 1 comment
Open

Run PictureFrame.py without indexing? #257

Ascendin81 opened this issue Jan 12, 2022 · 1 comment

Comments

@Ascendin81
Copy link

Hi, is there a way to run PictureFrame.py without indexing all the pictures, just pull the EXIF data as it loads each photo? I am trying to run it on a database several though pictures, like 50K photos, and it takes 6hrs+ just to index them. Thank you.

@paddywwoof
Copy link
Collaborator

Hi, are you wanting to use the application purely to gather the EXIF data and not show the pictures at all? In that case you might be better off installing github.com/helgeerbe/picframe as that uses an sqlite3 database and tries to do all the indexing in the background rather than 'as it goes along' like PictureFrame.py. That was one of the main factors in forking the project.

Or, if you are happy to load the info into a python dict as PictureFrame.py does you could hack the code to stop it showing the pictures at all and just looping through the exif loading... BUT if you want to get the geo location info you mustn't spam the free service by making more than about one request per second. So 50k photos should take 14h for that!

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