forked from Github/Axter-Stash
Update StashPluginHelper.py
This commit is contained in:
@@ -301,6 +301,9 @@ class StashPluginHelper(StashInterface):
|
|||||||
argsWithPython = [f"{PythonExe}"] + args
|
argsWithPython = [f"{PythonExe}"] + args
|
||||||
return self.ExecuteProcess(argsWithPython,ExecDetach=ExecDetach)
|
return self.ExecuteProcess(argsWithPython,ExecDetach=ExecDetach)
|
||||||
|
|
||||||
|
def Submit(*args, **kwargs):
|
||||||
|
thredPool.submit(*args, **kwargs)
|
||||||
|
|
||||||
# Extends class StashInterface with functions which are not yet in the class
|
# Extends class StashInterface with functions which are not yet in the class
|
||||||
def metadata_autotag(self, paths:list=[], performers:list=[], studios:list=[], tags:list=[]):
|
def metadata_autotag(self, paths:list=[], performers:list=[], studios:list=[], tags:list=[]):
|
||||||
query = """
|
query = """
|
||||||
|
|||||||
Reference in New Issue
Block a user