Changes
🚀 Feature Release - Radarr Monitor Options
Overview
Adds Radarr monitor options to control what gets monitored when movies are added (Movie Only, Movie and Collection, or None). Also fixes silent failures in Apprise public content notifications.
Key Updates
Radarr Monitor Options
- New monitor field: Control monitoring behavior when adding movies to Radarr -
movieOnly,movieAndCollection, ornone - Instance-level defaults: Set default monitor option per Radarr instance
- Content router overrides: Override monitor setting in routing rules
- Approval routing: Monitor option preserved through approval workflow
- Webhook payloads: Monitor field included in all Radarr-related webhook events
Bug Fixes
Apprise Public Content Notifications
- Issue: Public content notifications silently failed for plain email addresses and certain Apprise URLs (e.g.,
tgram://bot_id:secret/chat_id) - Fix: Unified URL validation across all Apprise notification paths - accepts any
scheme://URL or plain email - Logging: Now warns when configured URLs fail validation instead of silently dropping notifications
Tautulli Notifier Recovery
- Auto-recovers notifier IDs: When sending a notification to a user without a stored notifier ID, looks up existing notifiers in Tautulli, re-links if found, and saves to the user record
- Creates if truly missing: Only creates a new notifier when one doesn't exist in Tautulli at all
Technical Improvements
- Structured logging: Radarr, Sonarr, and content router logs now use structured format with all routing fields
Migration & Compatibility
Docker users
docker pull lakker/pulsarr:latestManual installation
git pull origin master
npm install
npm run migrate
npm run build
npm run start:prodDatabase migrations (automatic on startup):
- 078: Adds
monitorcolumn toradarr_instancesandrouter_rulestables
Full Changelog: v0.8.6...v0.8.7
Docker Image: lakker/pulsarr:0.8.7
- Feature: Radarr Monitor Options (#850) @jamcalli
- Feature/add radarr monitor options (#849) @jamcalli
Docker
docker pull lakker/pulsarr:0.8.7