Skip to content

Settings

Justin edited this page Mar 26, 2021 · 7 revisions

Settings.ini

  • Upon first run a file named settings.ini is created and the script will exit.
  • You may create this file yourself.
  • The default settings are sufficient for test runs and most user`s preferences.

LOGS

  • log_level - Options [debug, info, warning, critical] the level of which to log
  • log_to_file - Options [true, false] save log output to TrailerTech.log within the root directory of this script.

TMDB

  • api_key - By default this option should be left blank. If for any reason you experience problems with TMDB then you may enter your own API key into settings.ini. Get Your TMDB API Key Here

TRAILERS

  • perferred_source - Options [apple, youtube]
  • min_resolution - Options [360, 480, 720, 1080]
  • max_resolution - Options [360, 480, 720, 1080]
  • languages - A comma separated list of iso 639 1 languages in priority order. example languages=en, es for English or Spanish languages with English being downloaded first.

APPLE

  • enabled - Options [true, false]

YOUTUBE

  • enabled - Options [true, false] also uses vimeo videos as a download source

Clone this wiki locally