purge non existing images from the database
Describe the solution you'd like
I like to purge non existing images from the database with a button in the UI
Alternatives
If managed to clean the database from within the flatpak:
flatpak run --command=sh org.darktable.Darktable- and then in flatpak:
/app/share/darktable/tools/purge_non_existing_images.sh -c ~/.var/app/org.darktable.Darktable/config/darktable/ --purge
... but that's kind a cumbersome and a technical solution.
This had already been asked (good to search and would have been better so to ask to reopen this old issue): #12554
Remember just 2 things:
- darktable is made freely on their free time by a small team of developers. So this will be done only if one want to do that and spent time on it
- flatpak packages are not supported by darktable team
I have implemented this feature with a Lua script: https://github.com/darktable-org/lua-scripts/pull/435
This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.
I have implemented this feature with a Lua script: darktable-org/lua-scripts#435
Great! Thanks for the contribution! So I guess we can close this issue?
Great! Thanks for the contribution! So I guess we can close this issue?
Yes :+1: