Seerr
Settings
SeerrSettings
Object containing the following properties:
| Property | Description | Type | Default |
|---|---|---|---|
apiKey (*) | Your Seerr API Key | string (min length: 1) | |
url | Your Seerr instance URL (e.g. http://localhost:5055) | string (url) | 'http://localhost:5055' |
filter | Request status filter (all, approved, available, pending, processing, ...) | 'all' | 'approved' | 'available' | 'pending' | 'processing' | 'unavailable' | 'failed' | 'deleted' | 'completed' | 'approved' |
updateIntervalSeconds | Interval in seconds to update content. If using the webhook, set to null to disable automatic updates (an initial request will still be made on startup) | number (≥0) (nullable) | 60 |
autofixMetadataProviders | Automatically fix metadata provider settings in Seerr if they are incorrect | boolean | false |
autofixWebhookBody | Automatically fix webhook payload body and enable required notification types in Seerr if they are incorrect (required for request approval events to work) | boolean | false |
(*) Required.