Introduction
Are you ready to elevate your media library with seamless automation? In this comprehensive guide, we’ll explore Recyclarr, a powerful tool that synchronizes and updates your Radarr and Sonarr setups. If you’re passionate about self-hosting and want to maintain a high-quality media collection, keep reading to unlock the potential of automated media management along with practical tips for anime and 4K content!
What is Recyclarr?
Recyclarr is an innovative software solution that syncs TRaSH Custom Formats, Profiles, and Quality definitions straight to Radarr and/or Sonarr. It ensures that your configurations stay up-to-date with the latest changes from TRaSH, allowing you to enjoy a hassle-free media management experience.
Setting Up Recyclarr: Step-by-Step
Create the Necessary Folders
First, you need to establish the following folders:
- /folders/docker/recyclarr
- /docker/projects/recyclarr-compose
Container Setup for Recyclarr
Following similar methods from our previous guides, initiate a project by saving it in the second folder created above. Use the following YAML configuration for your Docker setup:
services:
recyclarr:
image: ghcr.io/recyclarr/recyclarr:latest
container_name: recyclarr
user: 1234:65432
volumes:
- /volume1/docker/recyclarr:/config
environment:
- TZ=Europe/London
- RECYCLARR_CREATE_CONFIG=true
network_mode: synobridge
restart: unless-stopped
Edit the specified lines according to your personal settings, particularly:
- user (PUID:PGID)
- Timezone (TZ)
Configuring Recyclarr
Modifying recyclarr.yml
Navigate to the newly created folder and open the recyclarr.yml
file. Replace the autogenerated configuration with the following settings to prioritize high-quality 1080p content:
radarr:
radarr:
base_url:
api_key: RADARR-API-KEY
include:
- template: radarr-custom-formats-hd-bluray-web
- template: radarr-quality-profile-hd-bluray-web
media_naming:
folder: plex-imdb
movie:
rename: true
standard: plex-imdb
quality_definition:
type: movie
preferred_ratio: 0.075
custom_formats:
- trash_ids:
- 570bc9ebecd92723d2d21500f4be314c
- eca37840c13c6ef2dd0262b141a5482f
assign_scores_to:
- name: HD Bluray + Web
Tip: This configuration prevents pre-existing Profiles or Custom Formats from being altered. Instead, it creates new ones, thus maintaining your current settings while improving your media selection criteria.
Running Recyclarr for Sync
If you’re integrating Recyclarr onto an already-existing setup, consider a dry-run first. Connect via SSH to your Synology and execute:
sudo docker exec recyclarr recyclarr sync --preview
This command will show you a preview of all modifications Recyclarr will implement on your Radarr and Sonarr instances. Once validated, execute the command:
sudo docker exec recyclarr recyclarr sync
You’ll soon see updated profiles like “HD Bluray + WEB” in Radarr and “WEB-1080p” in Sonarr, enhancing your media library management.
Language Preferences and Future Updates
Post-sync, adjust the “Language” field in the newly created profile to “Original” for optimal media search results. This will ensure your selections are language precise, yielding better outcomes and preventing unnecessary media grabs.
Recyclarr will automatically run updates nightly, checking for new template adjustments from TRaSH.
Enhancing Your Media Library with Anime and 4K
If you’re an anime fanatic or 4K content lover, customization is key! Here’s how you can enable both within the config:
Adding Anime Support
radarr:
radarr:
include:
- template: radarr-custom-formats-anime
- template: radarr-quality-profile-anime
Enable dual audio options if desired; customize further based on your preferences.
Integrating 4K Content
For fanatics of high-definition video, you’ll need separate instances of Radarr and Sonarr for 4K and 1080p. Here’s a quick configuration for UHD:
radarr:
radarr:
include:
- template: radarr-quality-profile-uhd-bluray-web
Be cautious as this setup prioritizes UHD content, potentially replacing lower resolutions. Adjust as needed!
FAQ
Question 1: What are the primary benefits of self-hosting media management tools like Recyclarr?
Self-hosting allows for complete control over your media library. You can customize your preferences, manage quality definitions, and sync updates without relying on third-party services, keeping your data secure and tailored to your needs.
Question 2: Is it difficult to integrate Recyclarr with existing setups?
Not at all! The process is straightforward with clear instructions. A few YAML configurations and commands will get you up and running, and a dry-run feature ensures you can preview changes before applying them.
Question 3: How often will Recyclarr update my media profiles?
Recyclarr is scheduled to run nightly, syncing any new updates or changes automatically. This ensures your media management system is always equipped with the latest adjustments without manual intervention.
By following these guidelines, you’ll streamline your media management process, enabling automated updates and high-quality selections. Happy self-hosting!
Last updated on 19 April 2025 – Important updates were made to improve experience and functionality.