manyfold
manyfold copied to clipboard
Automatically detect changes and rescan appropriately
trafficstars
We can use https://github.com/guard/listen to get alerted on filesystem changes. If a file or model we know about is changed, we can trigger a rescan of the model to pick up any relevant changes. This should avoid the need for full library rescans to pick up new content.