homepage/docs/widgets/services/sonarr.md
2024-01-19 19:20:33 -05:00

21 lines
509 B
Markdown

---
title: Sonarr
description: Sonarr Widget Configuration
---
[Sonarr](https://github.com/Sonarr/Sonarr) - Smart PVR for newsgroup and bittorrent users.
Find your API key under `Settings > General`.
Allowed fields: `["wanted", "queued", "series"]`.
A detailed queue listing is disabled by default, but can be enabled with the `enableQueue` option.
```yaml
widget:
type: sonarr
url: http://sonarr.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
enableQueue: true # optional, defaults to false
```