### Sonarr Configuration Example Source: https://recyclarr.dev Example of a basic Sonarr instance configuration in recyclarr.yml. It specifies the base URL, API key, and includes pre-built templates for quality definitions, profiles, and custom formats. ```yaml sonarr: web-1080p-v4: base_url: http://localhost:8989 api_key: !secret SONARR_API_KEY include: # Use pre-built templates for instant setup - template: sonarr-quality-definition-series - template: sonarr-v4-quality-profile-web-1080p - template: sonarr-v4-custom-formats-web-1080p ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.