From d7100665526320a6b768fadae96c9b18444e720c Mon Sep 17 00:00:00 2001 From: Admin9705 <24727006+Admin9705@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:56:22 -0500 Subject: [PATCH] Update tdarr_node_killer.sh --- tdarr_node_killer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tdarr_node_killer.sh b/tdarr_node_killer.sh index 46b374c..cd6b03d 100644 --- a/tdarr_node_killer.sh +++ b/tdarr_node_killer.sh @@ -17,11 +17,11 @@ #!/bin/bash # Configuration -TAUTULLI_API_KEY="dad9bbb78bde43249754b630b58fbf6a" #your api key -TAUTULLI_URL="http://10.0.0.10:8181/api/v2" #your tautulli url -WAIT_SECONDS=180 #wait time for when script killed tdarr node to bring up tdarr node again; do not have short to ensure that plex transcodning has occured in awhile -BASIC_CHECK=3 #wait time to check when plex is not transcoding -CONTAINER_NAME="N1" #the exact name of your tdarr node that you want killed +TAUTULLI_API_KEY="dad9bbb78bde43249754b630b58fbf6a" # your api key +TAUTULLI_URL="http://10.0.0.10:8181/api/v2" # your tautulli url +WAIT_SECONDS=180 # wait time for when script killed tdarr node to bring up tdarr node again; do not have short to ensure that plex transcodning has occured in awhile +BASIC_CHECK=3 # wait time to check when plex is not transcoding +CONTAINER_NAME="N1" # the exact name of your tdarr node that you want killed # Function to check if Plex is transcoding via Tautulli is_plex_transcoding() {