New sonarrSeriesEpisodeTrimmerTag
#105 - Config option to support feature request.
This commit is contained in:
parent
e54383c612
commit
c5ad664a66
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ extrasOfficialOnly="false" # true = enabled :: Skips extras that are not conside
|
||||||
|
|
||||||
##### DailySeriesEpisodeTrimmer SCRIPT
|
##### DailySeriesEpisodeTrimmer SCRIPT
|
||||||
maximumDailyEpisodes="7" # number of episodes to keep when using 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
|
#### YT-DLP SETTINGS
|
||||||
videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
|
videoFormat="bestvideo*+bestaudio/best" # OPTIONAL - yt-dlp video selection paramater, do not change unless you know what your doing....
|
||||||
|
|
Loading…
Reference in a new issue