From 2e3fe3cfbcc9ee6292ffce2aa8ef17b49aa07cfc Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 13 Aug 2024 03:42:41 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 82332c4..02e2171 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -1,7 +1,7 @@ # FileMonitor: Ver 0.8.0 (By David Maisonave) 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. -- **Task Scheduler**: Runs scheduled task based on the scheduler configuration in filemonitor_config.py. +- **Task Scheduler**: 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.