You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/config/tmdb.md

20 lines
681 B

# TMDb Attributes
Configuring [TheMovieDb](https://www.themoviedb.org/) 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:
```yaml
tmdb:
apikey: ################################
language: en
```
| Attribute | Allowed Values | Default | Required |
|:-----------|:---------------------|:-------:|:--------:|
| `apikey` | User TMDb V3 API Key | N/A | ✅ |
| `language` | User Language | en | ❌ |
If you do not have a TMDb V3 API key please refer to this [guide](https://developers.themoviedb.org/3/getting-started/introduction).