Lidarr¶
Shows a high-level overview of your Lidarr music library: total artists tracked, how many albums are wanted, and how many items are currently in the download queue.
Configuration¶
{ id: "my-lidarr", type: "lidarr", col: 1, row: 1, width: 6, height: 1,
config: {
title: "Lidarr",
url: "http://localhost:8686",
apiKey: "your-api-key",
}
}
Options¶
| Field | Type | Default | Description |
|---|---|---|---|
title |
string | "Lidarr" |
Heading displayed on the widget. |
url |
string | "http://localhost:8686" |
Base URL of your Lidarr instance. |
apiKey |
string | — | Lidarr API key. See Credentials. |
Credentials¶
Open Lidarr and navigate to Settings > General. Your API key is listed under the Security section. Copy it and paste it into the apiKey field.
Warning
Keep your API key private. Anyone with the key can control your Lidarr instance.