From bc22727af87290372382490d2dc2cf21ed4860f1 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 6 Jan 2025 07:32:01 -0500 Subject: [PATCH] Update description for sonarrSeriesEpisodeTrimmerTag setting #343 - Makes the description more clear to avoid user confusion... --- sonarr/extended.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/extended.conf b/sonarr/extended.conf index ca707e6..cd0035d 100644 --- a/sonarr/extended.conf +++ b/sonarr/extended.conf @@ -30,7 +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. +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. For non-daily series, the entire season is kept and the maximum episodes setting is ignored. #### YT-DLP SETTINGS videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....