Bazarr¶
Shows how many movie subtitles and episode subtitles are currently missing in your Bazarr instance, giving you a quick health check on your subtitle library.
Configuration¶
{ id: "my-bazarr", type: "bazarr", col: 1, row: 1, width: 6, height: 1,
config: {
title: "Bazarr",
url: "http://localhost:6767",
apiKey: "your-api-key",
}
}
Options¶
| Field | Type | Default | Description |
|---|---|---|---|
title |
string | "Bazarr" |
Heading displayed on the widget. |
url |
string | "http://localhost:6767" |
Base URL of your Bazarr instance. |
apiKey |
string | — | Bazarr API key. See Credentials. |
Credentials¶
Open Bazarr and navigate to Settings > General. Your API key is displayed in the Security section. Copy it and paste it into the apiKey field.
Warning
Keep your API key private. Anyone with the key has access to your Bazarr instance.