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

Delay write exif keywords #494

Open
ronbruins opened this issue Sep 16, 2023 · 1 comment
Open

Delay write exif keywords #494

ronbruins opened this issue Sep 16, 2023 · 1 comment

Comments

@ronbruins
Copy link

It would be nice to have the option to queue the writes of exif data back to the files. Now when assigning keywords to a large number of files start exif tool to do the job, and having a performance impact. Would it be possible to queue them and then start the actual update of the files when the job is started? This way a workflow can be finished and then the system can do the writing eg. overnight.

@Webreaper
Copy link
Owner

I already do this a bit (if you've read the technical readme you'll see details of how I conflate exif operations to minimise writes to the image files.

It would be pretty easy to add a delay so that exif writes were done after, say, 4 hours.

I could also put in a "work period" so that AI processing and exif writes were done between certain hours (eg 2am - 5am etc). The indexing and metadata scanning would always want to run immediately though so you get new images appearing as soon as they're added.

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