Update README.md

This commit is contained in:
David Maisonave
2024-08-10 02:03:43 -04:00
committed by GitHub
parent ababb66992
commit 83e2a640ff

View File

@@ -1,6 +1,7 @@
# FileMonitor: Ver 0.7.2 (By David Maisonave)
FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin which updates Stash if any changes occurs in the Stash library paths.
It also has a scheduler which can be used to schedule reoccurring task.
FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin with the following two main features:
- Updates Stash when any file changes occurs in the Stash library.
- Runs scheduled task based on the scheduler configuration in filemonitor_config.py.
## Starting FileMonitor from the UI
From the GUI, FileMonitor can be started as a service or as a plugin. The recommended method is to start it as a service. When started as a service, it will jump on the Task Queue momentarily, and then disappear as it starts running in the background.