Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

MovieExtras.bash

RandomNinjaAtk edited this page Sep 4, 2022 · 2 revisions

Location:

/config/extended/scripts/MovieExtras.bash

Schedule

Runs as a post processing script during Radarr download imports

Log File Location

/config/logs/MovieExtras.txt (Viewable from within Radarr Web Interface, under "System" -> "Log Files")

Purpose:

Downloads Extras that are listed on TMDB from YouTube using yt-dlp.

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.
  • extrasSingle - This setting tells the script to only download a single Trailer that Radarr provided for a given Movie, no other Extras will be downloaded
  • extrasKodiCompatibility - This setting only works when "extrasSingle" is enabled, this tells the script to name the single trailer as "movie-trailer.mkv" for compatibility with Kodi
Clone this wiki locally