pR0Ps / PhotoFloat

See https://git.zx2c4.com/PhotoFloat/ (this is a personal fork)
GNU General Public License v2.0
24 stars 2 forks source link

Allow for partial scanning #25

Open pR0Ps opened 5 years ago

pR0Ps commented 5 years ago

Scanning the entire photo tree every time just to add a single photo is wasteful. Being able to configure a top-level directory to start the recan in would improve performance by a ton.

Also, this would allow for something like a lightweight inotify-based daemon to watch for changes to files and automatically kick off a targetted scan to add them.