Skip to main content

Dynamic media library with on-demand downloads for Radarr/Sonarr and Plex

Workflow preview

Workflow preview
100%
Dynamic media library with on-demand downloads for Radarr/Sonarr and Plex preview
Open on n8n.io

Important notice

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

1. Workflow Overview

n8n Placeholdarr for Plex (BETA) This flow creates dummy files for every item added in your Arrs (Radarr/Sonarr) with the tag . It’s useful for maintaining a large Plex library without needing the ...

Best for

  • File Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.respondtowebhook, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.webhook, n8n-nodes-base.stickynote, n8n-nodes-base.switch, n8n-nodes-base.ssh

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Arjan ter Heegde.

Original n8n.io source

1.1 Workflow description

Title
Dynamic media library with on-demand downloads for Radarr/Sonarr and Plex
Workflow name
Dynamic media library with on-demand downloads for Radarr/Sonarr and Plex

n8n Placeholdarr for Plex (BETA)

This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag unprocessed-dummy.

It’s useful for maintaining a large Plex library without needing the actual movies or shows to be present on your Debrid provider.


How It Works

  • When a dummy file is played, the corresponding item is automatically *monitored in Arr and added to the download queue.
  • This ensures that the content becomes available within ~3 minutes for playback.
  • If the content finishes downloading while the dummy is still being played, Tautulli triggers a webhook that stops the stream and notifies the user.

Requirements

  • Each n8n node must have the correct URL and authorization headers configured.
  • The SSH host (used to create dummy files) must have FFmpeg installed.
  • A Trakt.TV API key is required if you're using Trakt collections.

Warning

> ⚠️ This flow is currently in BETA and under active development.
> It is not recommended for users without technical experience.
> Keep an eye on the GitHub repository for updates.

https://github.com/arjanterheegde/n8n-workflows-for-plex

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 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 2 - Format JustWatch results

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

Block 3 - Call JustWatch API

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

Block 4 - Remove unmonitored tag

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

Block 5 - If tag unmonitored exists

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

Block 6 - If Radarr

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

Block 7 - If tag unmonitored exists Sonarr

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

Block 8 - Remove unmonitored tag Sonarr

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

Block 9 - Webhook Arrs Dummy file update

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

Block 10 - Sticky Note2

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

Block 11 - Switch eventType

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 12 - Create dummy file for movie1

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

Block 13 - Refresh movie1

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

Block 14 - Refresh series1

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

Block 15 - Refresh Plex

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

Block 16 - Refresh Plex Series

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

Block 17 - Sonarr runtime s01e01

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

Block 18 - Create dummy file for series with runtime

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

Block 19 - Radarr movie

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

Block 20 - Sonarr series

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

Block 21 - Create dummy file

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

Block 22 - Search movie

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

Block 23 - Respond 200

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 24 - Monitor movie

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

Showing the first 24 of 87 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Dynamic media library with on-demand downloads for Radarr/Sonarr and Plex
Complexity advanced
Nodes 87
Categories File Management
Author Arjan ter Heegde
Published 04 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6980/6980.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 Dynamic media library with on-demand downloads for Radarr/Sonarr and Plex do?

n8n Placeholdarr for Plex (BETA) This flow creates dummy files for every item added in your Arrs (Radarr/Sonarr) with the tag . It’s useful for maintaining a large Plex library without needing the ...

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 File Management use case.