Created TMDb Attributes (markdown)

master
meisnate12 3 years ago
parent 59a5660b72
commit 622c478957

@ -0,0 +1,14 @@
A `tmdb` mapping in the config is optional but highly reccomended. It is also required for Sonarr or Radarr to function. Here's the full set of attributes you can set:
```yaml
tmdb:
apikey: ################################
language: en
```
| Name | Attribute | Allowed Values | Default | Required |
| :-- | :-- | :-- | :-- | :--: |
| API Key | `apikey` | User TMDb API Key | N/A | :heavy_check_mark: |
| Language | `language` | User Language | en | :x: |
* If you do not have an API key please refer to this [guide](https://developers.themoviedb.org/3/getting-started/introduction).
Loading…
Cancel
Save