mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
2 KiB
2 KiB
search | ||
---|---|---|
|
TMDb Attributes
Configuring TheMovieDb is required in order to run Kometa.
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
region: US
cache_expiration: 60
Attribute | Allowed Values | Default | Required |
---|---|---|---|
apikey |
User TMDb V3 API Key | N/A | :fontawesome-solid-circle-check:{ .green } |
language |
ISO 639-1 Code of the User Language | en | :fontawesome-solid-circle-xmark:{ .red } |
region |
ISO 3166-1 Code of the User Region for use with Other TMDb Builders | None | :fontawesome-solid-circle-xmark:{ .red } |
cache_expiration |
Number of days before each cache mapping expires and has to be re-cached. | 60 | :fontawesome-solid-circle-xmark:{ .red } |
If you do not have a TMDb V3 API key please refer to this guide.