letorbi / synoindexwatcher

An automated media index updater for Synology DiskStations.
GNU General Public License v3.0
69 stars 7 forks source link

Better move handling #5

Closed letorbi closed 5 years ago

letorbi commented 5 years ago

This PR fixes some serious issues with the previous recursive watching implementation. Most importantly it cannot happen anymore that directories are accidentally unwatched due to race conditions.

Apart from that this PR cleans up the recursive watching code and fixes some minor issues.