Skip to main content

Automated Sonarr missing episode finder with quality & language filtering

Workflow preview

Workflow preview
100%
Automated Sonarr missing episode finder with quality & language filtering preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

What is this? This is an n8n workflow designed to supercharge your Sonarr setup. Instead of just waiting for releases to appear in your RSS feed, this workflow proactively runs on a schedule, finds...

Best for

  • Personal Productivity automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.splitinbatches

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nícolas Pastorello.

Original n8n.io source

1.1 Workflow description

Title
Automated Sonarr missing episode finder with quality & language filtering
Workflow name
Automated Sonarr missing episode finder with quality & language filtering

What is this? This is an n8n workflow designed to supercharge your Sonarr setup. Instead of just waiting for releases to appear in your RSS feed, this workflow proactively runs on a schedule, finds what's missing, actively searches for it, and grabs the best result based on your specific criteria.

It's a "set it and forget it" solution to ensure your library is always complete.

Key Features 🚀 Proactive Searching: Doesn't wait for content to come to you. It actively triggers a search for missing episodes.

🗓️ Fully Automated & Scheduled: Runs every 12 hours by default to check for anything new that's missing.

🧠 Smart & Efficient: Searches only once per season, even if multiple episodes from that season are missing, preventing unnecessary API calls.

🎯 Precise Release Filtering: It validates search results against the exact quality name and language you define before telling Sonarr to grab it. This gives you more control than standard quality profiles.

✅ Automatic Download: Once a valid release is found, it's automatically pushed to your download client via Sonarr.

How It Works Trigger: The workflow starts automatically on a schedule.

Fetch Missing: It connects to your Sonarr instance and gets a list of all monitored, "wanted" episodes.

Filter & Group: It intelligently creates a unique list of seasons that need searching.

Search: It loops through each unique season and tells Sonarr to perform an interactive search.

Validate: It inspects the search results and only allows releases that match both the pre-defined quality AND language.

Grab: If a perfect match is found, it sends a final command to Sonarr to grab that specific release and begin the download.

How to Use This Template Import the JSON file into your n8n instance.

Find the node named "info" (it's a "Set" node near the beginning). This is your main configuration area.

Update the following values in the "info" node:

urlSonar: Change http://192.168.31.204:8989 to your Sonarr's URL.

apikey: Paste your Sonarr API key here.

quality: Set the exact quality name you want to match (e.g., WEBDL-1080p).

languages: Set the exact language name you want to match (e.g., English, Spanish).

Activate the workflow. That's it!

You can also change the schedule by editing the "Schedule Trigger" node.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - info

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 2 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 4 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - Override and add to download queue

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Interactive search for all episodes in this season

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Check for Missing Episodes

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Validate Quality and Language Match

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 9 - Filter Series

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

3. Summary Table

Workflow Automated Sonarr missing episode finder with quality & language filtering
Complexity intermediate
Nodes 10
Categories Personal Productivity
Author Nícolas Pastorello
Published 13 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5927/5927.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automated Sonarr missing episode finder with quality & language filtering do?

What is this? This is an n8n workflow designed to supercharge your Sonarr setup. Instead of just waiting for releases to appear in your RSS feed, this workflow proactively runs on a schedule, finds...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.