Added
- Readarr support. Add instances of type
readarrto manage book libraries alongside existing Radarr, Sonarr, and Lidarr instances. - Whisparr v3 support via
type: whisparr_v3. Whisparr v3 is the current scene/movie-based version and uses a Radarr-style API — custom format score awareness, tag filtering, and all other settings apply identically to Radarr instances. Log output usesStudio - Scene Titleformat.type: whisparris also accepted as an alias forwhisparr_v3. type: whisparr_v2— explicit type value for the Sonarr-based Whisparr client. Existing Whisparr v2 users must migrate fromtype: whisparrtotype: whisparr_v2; see the breaking change below.
Changed
- Unsupported instance types (e.g. an unrecognized
type:value) now log an error and skip the instance rather than aborting startup. - Breaking:
type: whisparrnow maps to Whisparr v3 (the current, scene/movie-based version). Existing Whisparr v2 users must update their config totype: whisparr_v2to continue using the Sonarr-based client.type: whisparr_v2is new in this release.