From c5ad664a66db45bb3f42a6049c3b34838e86207b Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 2 Nov 2023 11:14:50 +0000 Subject: [PATCH] New sonarrSeriesEpisodeTrimmerTag #105 - Config option to support feature request. --- sonarr/extended.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/sonarr/extended.conf b/sonarr/extended.conf index e893e5e..4a0ad8c 100644 --- a/sonarr/extended.conf +++ b/sonarr/extended.conf @@ -30,6 +30,7 @@ extrasOfficialOnly="false" # true = enabled :: Skips extras that are not conside ##### DailySeriesEpisodeTrimmer SCRIPT maximumDailyEpisodes="7" # number of episodes to keep when using DailySeriesEpisodeTrimmer script +sonarrSeriesEpisodeTrimmerTag="" # set to a single sonarr series tag (case sensitive). This allows the script to process non-daily series type series that have a matching tag. #### YT-DLP SETTINGS videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....