forked from Github/Axter-Stash
Added logic to stop FileMonitor immediately
Added command line options --stop, --restart, --url, and --trace. Moved logging logic to StashPluginHelper.py
This commit is contained in:
@@ -17,7 +17,7 @@ from renamefile_settings import config # Import settings from renamefile_setting
|
||||
|
||||
# **********************************************************************
|
||||
# Constant global variables --------------------------------------------
|
||||
LOG_FILE_PATH = log_file_path = f"{Path(__file__).resolve().parent}\\{Path(__file__).stem}.log"
|
||||
LOG_FILE_PATH = f"{Path(__file__).resolve().parent}\\{Path(__file__).stem}.log"
|
||||
FORMAT = "[%(asctime)s - LN:%(lineno)s] %(message)s"
|
||||
DEFAULT_FIELD_KEY_LIST = "title,performers,studio,tags" # Default Field Key List with the desired order
|
||||
PLUGIN_ID = Path(__file__).stem.lower()
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
stashapp-tools
|
||||
stashapp-tools >= 0.2.48
|
||||
pyYAML
|
||||
requests
|
||||
Reference in New Issue
Block a user