Plex-Meta-Manager/docs/config/anidb.md
2022-03-08 03:06:22 -05:00

19 lines
576 B
Markdown

# AniDB Attributes
Configuring [AniDB](https://anidb.net/) is optional but can allow you to access mature content with AniDB Builders.
**All AniDB Builders still work without this, they will just not have mature content**
A `anidb` mapping is in the root of the config file.
Below is a `anidb` mapping example and the full set of attributes:
```yaml
anidb:
username: ######
password: ######
```
| Attribute | Allowed Values | Required |
|:-----------|:---------------|:--------:|
| `username` | AniDB Username | ✅ |
| `password` | AniDB Password | ✅ |