Plex-Meta-Manager/docs/config/tmdb.md
2022-04-01 02:42:04 -04:00

1.3 KiB

TMDb Attributes

Configuring TheMovieDb is required in order to run the script.

A tmdb mapping is in the root of the config file.

Below is a tmdb mapping example and the full set of attributes:

tmdb:
  apikey: ################################
  language: en
Attribute Allowed Values Default Required
apikey User TMDb V3 API Key N/A
language ISO 639-1 Code of the User Language en
region ISO 3166-1 Code of the User Region for Searches None
cache_expiration Number of days before each cache mapping expires and has to be re-cached. 60

If you do not have a TMDb V3 API key please refer to this guide.