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

Continuous deduplication based on filesystem changes #3

Closed
markusressel opened this issue Apr 11, 2019 · 1 comment · Fixed by #13
Closed

Continuous deduplication based on filesystem changes #3

markusressel opened this issue Apr 11, 2019 · 1 comment · Fixed by #13
Assignees
Labels
enhancement New feature or request

Comments

@markusressel
Copy link
Owner

Currently all phases need to be executed on every run of py-image-dedup to remove duplicates in a directory, even if only a single image file has been added. Even though the image analysis phase is much faster on subsequent runs the whole process can take quite some time on a bigger data base.

To remedy that it would be nice to run py-image-dedup as a service and react to filesystem changes on demand without having to redo all of the previous work.

@markusressel markusressel added the enhancement New feature or request label Apr 11, 2019
@markusressel markusressel changed the title Run py-image-dedup as a service Continuous deduplication based on filesystem changes Apr 11, 2019
@markusressel markusressel self-assigned this Apr 11, 2019
@markusressel
Copy link
Owner Author

markusressel commented Sep 9, 2019

https://github.com/gorakhargosh/watchdog

GitHub
Python library and shell utilities to monitor filesystem events. - gorakhargosh/watchdog

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

Successfully merging a pull request may close this issue.

1 participant