From 83e2a640ff65e5c4be72380dcc397b795a822b0c Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 10 Aug 2024 02:03:43 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 02c40b2..0320e59 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -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.