From 0e38188047b63fa1f01145ca5269b3331baebb48 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 8 Aug 2024 10:37:21 +0000 Subject: [PATCH] v3.8 - perform cleanup after each video process --- lidarr/Video.service.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lidarr/Video.service.bash b/lidarr/Video.service.bash index 7c2bcd9..bd19445 100644 --- a/lidarr/Video.service.bash +++ b/lidarr/Video.service.bash @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -scriptVersion="3.7" +scriptVersion="3.8" scriptName="Video" ### Import Settings @@ -679,6 +679,8 @@ VideoProcess () { fi mv $videoDownloadPath/incomplete/* "$videoPath/$lidarrArtistFolderNoDisambig"/ + # clean/clear download folder + rm -rf "$videoDownloadPath"/incomplete/* done fi