Replies: 2 comments 1 reply
-
Good idea, I added Do note the constraints and issues on using FileSystemWatcher on Docker, NFS, SMB, etc. I have personally only tested it on Windows directly, not in docker, and I know it does not work when the media is not on a local filesystem in Windows. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Released in v3.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to, when I start the monitor process, that it also processes the files that are already present in the monitored files. This way I don't have to spin up a container to process existing files + another monitoring changes.
Ideally I would spin u a container that goews over all the files, and then keeps running to also process new additions, so I can leave it open.
Beta Was this translation helpful? Give feedback.
All reactions