Filesystem provider auto-detection of new files #4244
tavva
started this conversation in
Feature requests and ideas
Replies: 1 comment 2 replies
-
Why is this needed though? How could the tags be changing without you knowing (and therefore by able to do a sync now)? edit: Same with if you add files. Just manually do a sync. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now the filesystem provider only sees new files after a manual refresh (via 'Synchronize now' in the provider settings dropdown) or, I believe, when the provider automatically refreshes after a set interval (from this discussion).
We can improve this by adding a watcher to the given path and synchronising when files change.
Thoughts:
Beta Was this translation helpful? Give feedback.
All reactions