Movie automation that stays compact without losing the plot
This page covers the practical Radarr setup used in this guide: compact movie profiles, interactive filtering, 720p and 480p downgrade lanes, and the workflow lessons learned from real search, import, and queue testing.
Main outcome
Movies stay compact, language-aware logic works more consistently, and downgrade workflows save real space instead of turning into accidental nonsense theatre.
Core idea
Use compact 1080p as the normal movie lane, keep targeted downgrade profiles for special use, and treat older low-res curation as a deliberate workflow rather than a bulk search fantasy.
Best use
Use this when building a compact Radarr setup or when existing movie automation is too large, too noisy, or too trusting of misleading release metadata.
Main risk avoided
Needlessly giant files, weak language matches, and downgrade lanes that replace good files with smaller-looking but worse outcomes.
Cross-link
The downloader still matters. Pair this page with the SAB page if searches succeed but queues behave like a haunted post office.
Introduction
This page walks you through Radarr in the order that tends to work best in real life: understand the app, install it, connect the basics, and only then move into compact profiles, downgrade lanes, and interactive search refinement.
The later sections are intentionally more advanced, but they are not the starting point. First make sure Radarr can find, send, and import a movie correctly. After that, the smarter storage and filter logic becomes much easier to trust.
What Radarr Is and Why You Need It
Radarr is the ARR app for movies and anime movies.
In a healthy stack, Radarr should:
- monitor the movies you want
- search automatically or on demand
- send the chosen release to your downloader
- import and rename the final file correctly
- make future upgrades or replacements predictable
Its job is not just to download a movie somehow. Its job is to prefer sensible file sizes, preserve your real preferences where possible, and stop the movie library from slowly turning into an obese storage museum.
Download Radarr
- Official site: radarr.video
- Direct download page: radarr.video/#download
For Windows, the standard installer is the easiest place to start.
Install Radarr Step by Step
- Download the current installer from the official Radarr site.
- Run the installer and let it install the app and service.
- Open Radarr in your browser, usually on
http://localhost:7878. - Confirm the dashboard opens cleanly.
- Before you start importing large movie lists, wire up the boring basics first.
The safe order is:
- create the final movie library folder
- create the downloader category for movies, such as
movies - connect Radarr to the downloader
- connect Radarr to your indexers
Basic Configuration First
Get these four things right before you chase advanced tuning:
- root movie folder
- downloader connection
- indexer connection
- media management naming and import behavior
Recommended final library idea:
- final library:
F:\media\movies
Recommended downloader category:
movies
The final library and the temporary download folder should stay separate. Radarr should move finished movies into the clean library, not ask Plex to sort through a crime scene later.
Base Settings I Recommend
Media Management
Set Radarr up so it:
- renames movies on import
- uses clear folder naming
- keeps the final movie library consistent
That makes future scanning, backups, and manual review much easier.
Download Client
Connect Radarr to your downloader and verify:
- host and port are correct
- category is
movies - test passes
If the test fails, stop there and fix that first. Advanced profile tuning on top of a broken download path is just decorative suffering.
Indexers
Add only the sources you actually want.
The goal is:
- a few reliable broad providers
- optional specialist sources when you need them
- no giant pile of junk that only exists to waste search time
If you want the regional language-specific logic used in this project, keep that part on the dedicated page:
Recommended Philosophy
The default Radarr rule in this guide is:
- compact
1080pfor normal movies - giant premium versions only when manually wanted
That means:
- use
1080pas the practical everyday target - disable
Remux-1080pin the main profile - treat downgrade profiles as special-purpose tools, not as the main profile
This keeps the normal movie lane practical while leaving room for manual exceptions when you genuinely want a huge premium release.
Main Quality Profile
Recommended default:
- compact
1080p Remux-1080pdisabled
One especially useful Radarr rule from this setup is:
- set the built-in profile language to
Any
That keeps Radarr from over-trusting weak parser signals and lets custom formats do the real language work.
Movie Size Limits
Once the base setup works, apply the practical size rules.
Recommended compact movie defaults:
1080p
preferred = 50max = 60
720p
HDTV-720p = preferred 18, max 45WEBDL-720p = preferred 18, max 45WEBRip-720p = preferred 20, max 45Bluray-720p = preferred 20, max 45
Those 720p values are the later live-tested version. The looser ceiling was needed because some perfectly reasonable long-movie 720p releases were getting rejected.
Language and Custom Format Strategy
Use the same language-aware philosophy as Sonarr:
- keep the built-in profile language broad
- use custom formats to express your real audio and subtitle preferences
- avoid treating parser guesses as truth
This gives you much more control than relying on title text and hope.
Recommended Refinements and Enhancements
Once the basic app is working, these are the improvements that mattered most in real use:
- compact
1080pas the default movie lane - practical
720pcaps - interactive search filters that match real questions
- a dedicated
720pdowngrade profile - a stricter curated
480plane for old movies - unmonitoring curated low-res keepers
Those are the changes that turn Radarr from “movie downloader” into “movie workflow with a brain.”
720p Downgrade Workflow
Create a dedicated profile:
HD 720p downgrade
Rules:
- prefer
720p - allow
1080pfallback - use it only for targeted batches
This profile works well for:
- oversized existing movies
- storage-saving waves
- lower-priority or non-favorite titles
Practical workflow:
- assign the profile to a small batch
- run
Search Selected - review the imports
- repeat only if the results are actually saving space sensibly
480p Old-Movie Workflow
The stricter older-movie lane used in this guide is:
SD 480p downgrade
What live testing showed:
480pis too sparse to treat like a normal mass automation lane480pworks better as a curated or manual lane for older movies- a strict profile makes sense here when the goal is actually low-res vintage-appropriate results
That makes 480p different from 720p:
720p downgrade= semi-automated bulk lane480p downgrade= curated old-cinema lane
Interactive Search and Filtering
Radarr’s interactive search becomes far more useful when filters match real workflow questions instead of decorative title text.
Useful filter ideas from this setup:
- compact accepted results under a size cap
- accepted
720presults for targeted downgrade work - compact accepted results regardless of resolution
- downgrade-profile library views
- older-movie candidate lists
This matters because sometimes a compact 1080p x265 is more useful than a technically lower-resolution but bloated 720p file.
When Radarr Will Not Auto-Grab Your Favorite Manual Pick
Radarr does not automatically think:
smaller file = better file
It thinks in terms of:
- quality tier
- cutoff
- upgrade path
- revision
- custom-format score
So if the current file already meets cutoff, Radarr may refuse to auto-grab a different same-tier release even if you personally like it better.
That is normal behavior, not a broken setup.
Unmonitoring Keepers
If you manually curate a compact low-res result and want to keep it, unmonitor it.
This is especially useful for:
- curated
480p DVD- intentionally tiny old-movie replacements
Otherwise Radarr may eventually improve the movie again under normal monitoring logic.
Common Mistakes
Watch out for:
- treating lower resolution as automatically smaller
- trusting misleading parser language behavior
- skipping the basic folder and downloader setup
- letting downgrade profiles become the default for the whole library
- assuming automatic search can replace curation for older sparse
480ptitles
If the profile sounds clever enough to save the universe, test it on ten movies first.
Recommended Step-by-Step
- Download and install Radarr.
- Create the final movie library folder.
- Connect the downloader and confirm the
moviescategory works. - Add indexers and test them.
- Turn on clean media management and naming.
- Set the main movie profile to compact
1080p. - Apply your language-aware custom-format logic.
- Use the newer
720psize caps. - Build the
HD 720p downgradelane for controlled space-saving waves. - Build the stricter
SD 480p downgradelane only for curated older-movie work. - Unmonitor manual low-res keepers once you are happy with them.
That order matches how the setup became more reliable in live testing instead of more decorative.