2024-05-01 16:17:46 +00:00
|
|
|
# MDBList Attributes
|
2022-03-08 08:06:22 +00:00
|
|
|
|
2024-05-01 16:17:46 +00:00
|
|
|
Configuring [MDBList](https://mdblist.com/) is optional but can allow you to mass edit metadata.
|
2022-03-08 08:06:22 +00:00
|
|
|
|
|
|
|
A `mdblist` mapping is in the root of the config file.
|
|
|
|
|
|
|
|
Below is a `mdblist` mapping example and the full set of attributes:
|
|
|
|
```yaml
|
|
|
|
mdblist:
|
|
|
|
apikey: #########################
|
|
|
|
cache_expiration: 60
|
|
|
|
```
|
|
|
|
|
2023-12-13 21:44:44 +00:00
|
|
|
| Attribute | Allowed Values | Default | Required |
|
|
|
|
|:-------------------|:--------------------------------------------------------------------------|:--------|:------------------------------------------:|
|
2024-05-01 16:17:46 +00:00
|
|
|
| `apikey` | MDBList API Key | N/A | :fontawesome-solid-circle-check:{ .green } |
|
2023-12-13 21:44:44 +00:00
|
|
|
| `cache_expiration` | Number of days before each cache mapping expires and has to be re-cached. | 60 | :fontawesome-solid-circle-xmark:{ .red } |
|
2022-03-08 08:06:22 +00:00
|
|
|
|
2023-11-15 11:44:43 +00:00
|
|
|
???+ tip
|
2022-03-08 08:06:22 +00:00
|
|
|
|
2024-05-01 16:17:46 +00:00
|
|
|
The MDBList apikey can be found [here](https://mdblist.com/preferences/).
|
2023-11-15 11:44:43 +00:00
|
|
|
|
2023-12-31 16:45:00 +00:00
|
|
|
The free apikey is limited to 1000 requests per day so if you hit your limit the program should be able to pick up
|
|
|
|
where it left off the next day as long as the `cache` [Setting](settings.md#cache) is enabled.
|