Created Extras.bash (markdown)

master
RandomNinjaAtk 2 years ago
parent b2766524ec
commit 666ff7a3a2

@ -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.
Loading…
Cancel
Save