From 4b5850e30a4ef54352877834e9057f85297fd836 Mon Sep 17 00:00:00 2001 From: TheCaptain989 Date: Sat, 2 Sep 2023 10:33:22 -0500 Subject: [PATCH] Update striptracks.sh Comments only --- root/usr/local/bin/striptracks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/usr/local/bin/striptracks.sh b/root/usr/local/bin/striptracks.sh index cf82a3b..d3f7110 100755 --- a/root/usr/local/bin/striptracks.sh +++ b/root/usr/local/bin/striptracks.sh @@ -1195,6 +1195,8 @@ elif [ -n "$striptracks_api_url" ]; then if get_videofile_info; then striptracks_videofile_info="$striptracks_result" # Check that the file didn't get lost in the Rescan. + # TODO: Also losing releaseGroup + # TODO: In Radarr, losing customFormats and customFormatScore # If we lost the quality information, put it back if [ "$(echo $striptracks_videofile_info | jq -crM .quality.quality.name)" != "$(echo $striptracks_original_quality | jq -crM .quality.name)" ]; then set_quality