2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Radarr
|
|
|
|
description: Radarr Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Radarr](https://github.com/Radarr/Radarr).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
Find your API key under `Settings > General`.
|
|
|
|
|
|
|
|
Allowed fields: `["wanted", "missing", "queued", "movies"]`.
|
|
|
|
|
|
|
|
A detailed queue listing is disabled by default, but can be enabled with the `enableQueue` option.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: radarr
|
|
|
|
url: http://radarr.host.or.ip
|
|
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
|
|
enableQueue: true # optional, defaults to false
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|