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.
|
|
|
---
|
|
|
|
title: Radarr
|
|
|
|
description: Radarr Widget Configuration
|
|
|
|
---
|
|
|
|
|
|
|
|
[Radarr](https://github.com/Radarr/Radarr)
|
|
|
|
|
|
|
|
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:
|
|
|
|
type: radarr
|
|
|
|
url: http://radarr.host.or.ip
|
|
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
|
|
enableQueue: true # optional, defaults to false
|
|
|
|
```
|