Lidarr - Config - Delay Profiles¶
Configuration options for lidarr config delayProfiles.
Available Options
This page documents 12 configuration options.
nixflix.lidarr.config.delayProfiles¶
List of delay profiles to configure via the API /delayprofile endpoint.
Profiles are created/updated in id order. If no profile with id=1 is provided, a default profile will be added automatically.
| Type | list of (submodule) |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.bypassIfAboveCustomFormatScore¶
Bypass delay if custom format score is above minimum
| Type | boolean |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.bypassIfHighestQuality¶
Bypass delay if release is the highest quality available
| Type | boolean |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.enableTorrent¶
Enable Torrent protocol for this profile
| Type | boolean |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.enableUsenet¶
Enable Usenet protocol for this profile
| Type | boolean |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.id¶
Unique identifier for the delay profile
| Type | signed integer |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.minimumCustomFormatScore¶
Minimum custom format score to bypass delay
| Type | signed integer |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.order¶
Order/priority of this delay profile (lower values = higher priority)
| Type | signed integer |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.preferredProtocol¶
Preferred download protocol when both are available
| Type | one of "usenet", "torrent" |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.tags¶
List of tag IDs this delay profile applies to (empty = applies to all)
| Type | list of signed integer |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.torrentDelay¶
Delay in minutes before grabbing a Torrent release
| Type | signed integer |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.config.delayProfiles.*.usenetDelay¶
Delay in minutes before grabbing a Usenet release
| Type | signed integer |
| Default | |
| Declared in | modules/lidarr.nix |