JohnDoee / autotorrent

Matches torrents with files and gets them seeded
MIT License
269 stars 34 forks source link

Feature request: incremental rebuild #56

Open srijan opened 2 years ago

srijan commented 2 years ago

In a large library, full rebuild of the database will take a long time each time it's re-built.

It would be awesome if there is a way to also store last changed timestamp in the db, and only update the hashes of files changed in the next re-build.

I think this will require a db layer change, so might be difficult.