42minutes / go-42minutes

Manage your TV series - Scan existing, find and download new and missing episodes.
7 stars 2 forks source link

Add caching of processed files on file watcher #9

Open geoah opened 8 years ago

geoah commented 8 years ago

Current implementation of the file watcher goes through the directory when it first start in order to make sure we didn't miss anything.
Processing all files again and again will be very expensive.

We need a way to cache (and persist this cache) of files that have been processed so we don't process them again.