How to Share Your Radarr Watchlist on Nostr
Automatically broadcast newly added movies and watchlist updates from Radarr directly to your decentralized Nostr feed.
Are you using Radarr to track upcoming movie releases and manage your home media collection? By connecting Radarr to Nostr via NostrBridge, every time you add a movie to your Radarr watchlist, a beautifully formatted post with the title, release year, overview, and cover poster can automatically broadcast to your Nostr followers!
In this tutorial, we will configure a NostrBridge rule to parse Radarr webhook payloads and send real-time movie watchlist updates to Nostr.
Prerequisites
- A running instance of Radarr v3 or v4.
- A NostrBridge account.
Step 1: Create a Radarr Rule in NostrBridge
- Log into your NostrBridge Dashboard.
- Click on Create New Rule.
- Under Webhook Provider Selection, select
Radarr. - Select
Kind 1 (Short Text Note)for standard Nostr posts. - Configure your signing key (Ephemeral Key, NSEC, or NIP-46 Bunker).
- Optional: Set a Webhook Secret Token for payload authentication.
Step 2: Choose or Customize the Message Template
NostrBridge comes pre-loaded with a Movie Added to Watchlist preset. You can use the default or customize the template in Liquid syntax:
🎬 Added to Movie Watchlist: '{{ payload.movie.title }}' ({{ payload.movie.year }})
Synopsis: {{ payload.movie.overview }}
#Radarr #Movies #Nostr You can also filter by event type so that only newly added movies trigger this rule:
eventType == "MovieAdded" Step 3: Configure the Webhook in Radarr
- Copy your unique NostrBridge Webhook Endpoint URL from your rule settings (e.g.
https://api.bridge.workouse.com/v1/wh/YOUR_RULE_ID). - In Radarr, go to Settings → Connect.
- Click the + (Add) button and select Webhook.
- Enter a Name (e.g.,
NostrBridge Webhook). - Select the triggers you want to enable (e.g. On Movie Added, On Download, On Upgrade).
- Paste your NostrBridge Endpoint URL into the URL field.
Tip: If you set a secret token in NostrBridge, add?secret=YOUR_SECRETto the end of the URL or set theX-Webhook-Secretheader. - Set Method to
POST. - Click Test to verify connectivity, then click Save.
💡 Pro Tip: You can create a second rule in NostrBridge with condition eventType == "Download" to broadcast when movies finish downloading and are ready in your media library!
Step 4: Add Movies & Enjoy!
The next time you search for a movie and click Add Movie in Radarr (or add it via Overseerr / Jellyseerr), Radarr sends a MovieAdded webhook event. NostrBridge receives it instantly, renders your template, and publishes your recommendation live to Nostr!
Ready to automate Nostr?
Join NostrBridge today and connect your favorite apps.