more attempts at leak fixes; thumbnailer plugin updates and corrections

This commit is contained in:
2025-10-12 20:24:04 -05:00
parent cddecb7ce7
commit ed41a2cd2b
23 changed files with 197 additions and 785 deletions

View File

@@ -47,4 +47,4 @@ class Plugin(PluginBase):
@threaded
def _download(self, dir):
subprocess.Popen([f'{self.path}/download.sh', dir])
subprocess.Popen([f'{self.path}/download.sh', dir], start_new_session=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, close_fds=True)