From 666ff7a3a230adec1e296f792c1adcb6a5588ebf Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 6 Sep 2022 11:40:10 -0400 Subject: [PATCH] Created Extras.bash (markdown) --- Extras.bash.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Extras.bash.md diff --git a/Extras.bash.md b/Extras.bash.md new file mode 100644 index 0000000..b29ebfd --- /dev/null +++ b/Extras.bash.md @@ -0,0 +1,18 @@ +### Location: +/config/extended/scripts/Extras.bash + +### Schedule +Runs as a post processing script during Sonarr download imports + +### Log File Location +/config/logs/Extras.txt (Viewable from within Sonarr Web Interface, under "System" -> "Log Files") + +### Purpose: + +Downloads Extras that are listed on [TMDB](https://www.themoviedb.org/) from YouTube using [yt-dlp](https://github.com/yt-dlp/yt-dl). + +### Options: + +* **extrasType** - Tells script to get all extras or only trailers for a given movie +* **extrasLanguages** - A "," separated list of ISO 639-1 language codes, this specifies all languages to process for extras +* **extrasOfficialOnly** - Tells script to either download all extras, or only extras that are marked as Official on TMDB's site.