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.