Added UI interface for DupFileManager

This commit is contained in:
David Maisonave
2024-10-28 06:15:03 -04:00
parent 174b489bc8
commit be8e632699
12 changed files with 377 additions and 95 deletions

View File

@@ -4,7 +4,7 @@
# Note: To call this script outside of Stash, pass argument --url and the Stash URL.
# Example: python filemonitor.py --url http://localhost:9999
import ModulesValidate
ModulesValidate.modulesInstalled(["watchdog", "schedule", "requests"])
ModulesValidate.modulesInstalled(["stashapp-tools", "watchdog", "schedule", "requests"])
from StashPluginHelper import StashPluginHelper
import os, sys, time, pathlib, argparse, platform, traceback, logging
from StashPluginHelper import taskQueue