From c07a41598d60f1cfa02489557235034831e961a8 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:53:10 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 548a694..f995a27 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -96,10 +96,6 @@ To configure the schedule or to add new task, edit the **task_scheduler** sectio # Example#B3: Task to execute a command with optional args field, and using keyword , which gets replaced with filemonitor.py current directory. {"task" : "execute", "command" : "HelloWorld.cmd", "args" : "--name David", "minutes" : 0}, - - # Commented out **test** tasks. - # {"task" : "Clean", "seconds" : 30}, - # {"task" : "Scan", "paths" : [r"B:\_\SpecialSet", r"B:\_\Casting\Latina"], "seconds" : 30} ], ```` - To add plugins to the task list, both the Plugin-ID and the plugin name is required. The plugin ID is usually the file name of the script without the extension.