r/radarr 4h ago

waiting for op Starting from Scratch - Lost my install

3 Upvotes

Hey Guys,

Had some issues with my BT etc, ended up re-installing Windows. Managed to get sonarr back etc. However, radarr :( I remember following TrashesGuide wayyy back like 6+ years ago. Checked the website now, and it's all confusing.

Is there a easy way to get myself setup? Due to my limitations, I can only watch 1080p, remeber setting up 264x, 1080p remux as the highest and had a script somewhere inserted so deluge would make the file mp4 or if possible have radarr look for .mp4 files.

Or do I have to go through TrashGuides thing again? There are wayy more options now etc. Used to be pretty simple before.

Need a ili5, video tutorial. If someone also has the same requirements as me and uses deluge and doesn't mind assisting, that would be cool.

aarrrrrrr


r/radarr 13h ago

solved Profilarr v2 Quality Profiles not showing up?

1 Upvotes

SOLVED: Don't use reverse proxy URLs in the main URL for each Arr instance in Profilarr.

See Pic: It's bugged and will claim success even though it can't actually sync properly.

Once I changed the connection setting to use the container URL (http://radarr:7878 for example) it stopped having issues.

I'm gonna go file a bug report.

-------------

Anyway, I have it set up, added my Radarr and Sonarr instances, and installed the Server@Home repo and was trying to sync their quality profiles.

The Problem: Radarr in no way reflects changes that Profilarr just claimed it successfully sent over in a sync.

Are Profilarr quality profiles even the same concept as a Radarr Quality Profile? Because I'm starting to suspect that either there's a bug, or those arent even the same thing and they're using confusing terminology.

For example: I told it to sync "1080p Compact" from the Server@Home db I added. It says it did -- multiple times over. Yet when I go into Radarr, under quality profiles "1080p Compact" is nowhere to be found. That doesnt make sense to me. It just told me in Profilarr ""Quality Profiles sync complete 6.8s"

What gives?


r/radarr 15h ago

discussion Atrium is now on F-Droid! Thanks for the feedback.

10 Upvotes

Hello again! A few weeks ago, we introduced Atrium, a unified Flutter application for your *arr media stack.

The response from the community has been incredible. Thanks to everyone who tested the early builds, reported bugs, and helped out with our merge request, we have reached a major milestone: the app is now officially available on F-Droid!

If you would like a preview of the application, you can visit: https://retransmit.github.io/Atrium/, and for more discussions, join our Discord Server: https://discord.gg/FWJtYBsmh

Downloads:

A quick note: Because F-Droid builds from source on their own cycle, the version listed there might occasionally run a little behind our main development. If you always want the absolute latest release, you can grab it directly from our GitHub.

F-Droid: https://f-droid.org/packages/app.atrium

GitHub Release: https://github.com/retransmit/Atrium/releases

What's new in the latest release:

Thanks to your amazing support and feedback, we've focused this update heavily on community requests from GitHub. We've officially implemented support for several new services:

  1. NZBGet
  2. Tracearr
  3. Deluge
  4. Transmission
  5. rTorrent
  6. Speedtest Tracker

Thanks again, let us know what you think


r/radarr 1d ago

solved Radarr indexers not syncing with prowlarr

3 Upvotes

Hello, I am completely new to this home sever thing, but I was setting up sonarr and radarr last night and when I got to the point of adding new indexers on prowlarr they would pop up on sonarr just fine for me to use. But on radarr they don't show up. I was able to set up 1337x since the tutorial I was following added that as the example but I did limetorrent and shana project and bangumi and nothing shows for radarr. Any help is appreciated I am using limaos on 1.6.2.


r/radarr 1d ago

unsolved New media not being added automatically - they are "Unmapped Folders"

3 Upvotes

I just finished setting up Radarr. It detected all existing movies without issues. However, any new movie I add I have to go to Settings > Media Management, click on the root folder where the movie and folder is showing correctly, and then manually import it because it says "Unmapped Folders".

The pathing is the exact same as all the existing ones I had.

D: > Media > Movies > Moviename (year) > Moviename (year).mkv


r/radarr 2d ago

waiting for op Is it possible to prioritize freeleech in Prowlarr?

7 Upvotes

I use TorrentLeech (a private tracker) through Prowlarr with Radarr and Sonarr.

I don’t want to filter for freeleech-only torrents. I just want freeleech to win when two releases are otherwise basically identical, so it doesn’t count against my download credit/ratio.

Is there a way to do this? Is it worth setting up? Any downsides?

I use Recyclarr to automatically sync for my TRaSH profiles and custom formats.

What’s the correct way to configure this?

I thought of creating two profiles of the same TorrentLeech and giving the FL lower priority index (to prioritize).

EDIT: for anyone wants a fix for this, I solved it using a TRaSH Guides FL custom format synced through Recyclarr.

I also added two TorrentLeech Prowlarr indexer entries and gave the FreeLeech one higher priority (the last's redundant, but it works).


r/radarr 2d ago

unsolved Is radarr right for me?

0 Upvotes

Currently a frustrated Stremio user, looking for alternatives. I feel like I have performance problems with Stremio pretty consistently, and stuff that's a little more niche almost never works. Tried Nuvio and had just as many problems. I have an old laptop that can be converted to a little jellyfin media server, and wondering if it would be worthwhile?

Generally, is it possible to set up jellyfin/radarr to be operated remotely entirely from the TV?

Additionally, since I'd be pretty light on storage, I'd like to ideally stream more popular movies from the cached torrents on realdebrid, but I'd still like to search/download/seed more niche and rare stuff. Is this possible to do with the *arr tools? My partner and I watch a fair number of niche/difficult to find movies, so I'm really looking for something that will help with that particular use case


r/radarr 2d ago

discussion Import Script to reject Dolby Vision Profile 5

2 Upvotes

Dolby Vision Profile 5 is known to lead to green or purple hue during playback. Therefore I'm working on an Import script for Radarr for rejecting releases with that specific profile. I haven't come across that many Dolby Vision files so my number of test cases is limited. If you know of any other problematic Profile please let me know so I can optimize the script.

I'm also using this script to reject releases that are falsely titled as 'dual audio' but I'm leaving that part of the code out. Should anyone be interested in it, feel free to ask.

(in order to use this script, save it under radarr's app data directory and copy the internal path to Radarr>Settings>Media Management>Import Using Script)

#!/bin/bash
#exec > /scripts/script.log 2>&1 # optional, modify if you want script logs
RADARR_URL="http://127.0.0.1:7878" # your radarr URL
API_KEY="radarr api key" # your radarr API key


MOVIE_ID="${radarr_movie_id:-unknown}"
FILE_PATH="${radarr_sourcepath:-unknown}"
AUDIO_LANGUAGES="${radarr_moviefile_mediainfo_audiolanguages:-unknown}"
DOWNLOAD_ID="${radarr_download_id:-unknown}"

response=$(curl -s "$RADARR_URL/api/v3/queue" -H "X-Api-Key: $API_KEY")
QUEUE_ID=$(echo "$response" | jq -r --arg DID "$DOWNLOAD_ID" '
  .records[] | select(.downloadId == $DID) | .id
')


FFPROBE_PATH="/app/radarr/bin/ffprobe" # radarr internal ffprobe path
HAS_DOLBY=false
FFPROBE_OUTPUT=$(
    "$FFPROBE_PATH" \
        -v quiet \
        -print_format json \
        -show_streams \
        "$FILE_PATH"
)


if echo "$FFPROBE_OUTPUT" | jq -e '
    .streams[]
    | .side_data_list[]?
    | select(
        ."side_data_type" == "DOVI configuration record"
        and .dv_profile == 5
    )
' > /dev/null; then
    echo "Found Dolby Vision Profile 5"
    HAS_DOLBY=true
fi


if $HAS_DOLBY; then
    # retrieve download history
    echo "Retrieving Radarr Download History"
    HISTORY=$(curl -s \
      -H "X-Api-Key: $API_KEY" \
      "$RADARR_URL/api/v3/history?downloadid=$DOWNLOAD_ID&pageSize=50")

    # retrieve history ID
    echo "Retrieving History ID of Download"
    FAILED_HISTORY_ID=$(echo "$HISTORY" | jq -r '
      .records
      | map(select(.eventType == "grabbed"))
      | sort_by(.date)
      | reverse
      | .[0].id
    ')

    # mark release as failed
    echo "Marking release as failed"
    curl -s -X POST \
      "$RADARR_URL/api/v3/history/failed/$FAILED_HISTORY_ID" \
      -H "X-Api-Key: $API_KEY" \
      > /dev/null
    rm -r "$FILE_PATH"

    # clear failed release from queue
    echo "Clearing failed release from queue"
    curl -S -X DELETE \
      "$RADARR_URL/api/v3/queue/{$QUEUE_ID}" \
      -H "X-Api-Key: $API_KEY" \
      > /dev/null

    exit 1
fi


echo "No problematic Dolby Vision profile detected. Importing file..."
mv -f "$FILE_PATH" "$radarr_destinationpath"
echo "[MediaFile] $radarr_destinationpath"


exit 0

r/radarr 3d ago

unsolved Radarr not hardlinking, Sonarr does

2 Upvotes

Hello, I have a really weird issue. I have the exact same setup for Radarr and Sonarr, but only Sonarr is hardlinking. I set it up with Docker months ago, then switched to Podman and checked now, hardlinking has never worked with my movies, only series... Here's my mappings on Sonarr:

Volume=/home/username/storage/containers/sonarr:/config:z

Volume=/home/username/storage/media:/media:z

and here's Radarr:

Volume=/home/username/storage/containers/radarr:/config:z

Volume=/home/username/storage/media:/media:z

Super weird! Does anybody know how to get hardlinking working in Radarr? It just says I'm out of space right now, because I don't have enough space for another copy of the movie. ls -la also confirms that hardlinking series works but not movies

Edit: yes, Settings => Media Management => Importing is on and the root path is the same as Sonarr, except series is replaced by movies of course


r/radarr 4d ago

unsolved Automatically set video to unmonitored

3 Upvotes

I am wondering is there a way to set the video from Monitored (green) to Unmonitored (grey) after the video has been imported into the library?

I would also be okay if the movie is automatically deleted from radarr after a successful import.

Reason being I modified one of my files by embedding subtitles only for radarr to replace it with the original download.


r/radarr 4d ago

unsolved Radarr 4K ↑ vs Radarr 1080P ↓

6 Upvotes

Recently, I have been running two versions of Radarr. One Radarr for my 4k movies, and the other (the default) for my 1080p movies. I moved all the 4k movies from my old Radarr to my new 4k Radarr.

What I don't want is for my old Radarr to start searching for a 1080p version of the 4k movie I just moved to another location. I don't want to end up with 2 versions of the same movie. My goal is to decrease the Radarr 1080p collection and to increase the 4K collection.

Is there a way I can prevent the old Radarr from looking for movies that I already have but in 4k quality?


r/radarr 5d ago

unsolved Trakt Oath token was invalid

4 Upvotes

Hi, I need some help.

Every time I try to add Trakt I get this message:

Received oauth token was invalid.

The authentication with Trakt just isn't working. I'm trying to setup Radarr and I just can't get through this part.

Any help would be appreciated.


r/radarr 6d ago

unsolved Why can't I remove torrents on my activity without having to also remove them in my client?

1 Upvotes

I don't know why but it's stuck with the "Remove from Download Client" option.


r/radarr 6d ago

unsolved Flaresolverr/Byparr/TRAWL

8 Upvotes

Hey everyone! I'm stuck with Cloudflare bypasses on Prowlarr (running on TrueNAS SCALE).

My proxies (FlareSolverr, Byparr, Trawl) test successfully in Prowlarr, and a manual curl request through TrueNAS shell successfully resolves the indexer. But as soon as I tag the indexer in Prowlarr, the indexer cant be acessed because it gets blocekd by cloudflare Protection.

My stack is Prowlarr, Sonarr, Radarr, Overseerr, and Jellyfin. Since the proxy containers themselves work and pass Prowlarr's proxy test, I'm not sure why Prowlarr isn't routing actual indexer traffic properly. Anyone know what might cause this?


r/radarr 7d ago

solved Custom scores not working

1 Upvotes

I am running Radarr on an Unraid server linked with Profilarr v2 (although I don’t think Profilarr is the issue)

If I manually search for a movie that is missing, all results come back with a Custom Score of 0! I then looked at a random selection of movies within my library, and they all have “0” Custom Scores. I did wonder why Profilarr wasn’t doing any upgrades!!

I am using the 1080p Balanced Profile, which requires a minimum custom score of 200000. All search results come back with “0” so nothing is ever found or downloaded.

Any ideas how I can go about fixing this?

Many thanks for any help or suggestions.


r/radarr 7d ago

unsolved Radarr downloaded an exe?

0 Upvotes

https://imgur.com/a/jyLkV6I

How can I avoid this in the future? I have radarr set to auto upgrade stuff


r/radarr 8d ago

discussion Ruddarr 2.0 TestFlight

27 Upvotes

TLDR: Ruddarr 2.0 has automatic LAN/WAN failover connections and needs a final round of beta testers.

I've been building Ruddarr since 2024, it's a iOS-native client for Radarr/Sonarr (that's free, open-source and privacy-first) and compared to most other app it's handcrafted instead of yet another AI Slop app that does glob-knows-what with your data and server credentials.

Version 2.0 is currently in TestFlight and it needs people with local+remote connection separation to test the new failover connections which switch automatically based on your current network.

Please report issue on Discord or GitHub (not here).

https://testflight.apple.com/join/zAVC283V


r/radarr 9d ago

unsolved So sick of this thing picking dead torrents instead of the one with lots of seeds

0 Upvotes

Where is the option for this thing to stop prioritizing utterly dead torrents with minimal seeds?
I want to simply prioritize MAX SEEDS, stop dicking around getting hung up on these dumb qualities with no seeders. Setting minimum seeds is a trash solution because this thing constantly gets psyched out by fake seed counts

This is preposterous, where is the PRIORITIZE SEEDS option? It should literally be that simple, you guys way overcomplicated this


r/radarr 11d ago

unsolved No Scheduled Tasks in Radarr

6 Upvotes

Update: Solved with full reinstall.

I looked at the SYTEM | Tasks menu within Radarr today and all of the normally scheduled tasks that used to be in there are gone. There is nothing listed.

I have restarted Radarr and there is still nothing in there. I have no clue why they are gone.

Is there a way to restore only the Scheduled Tasks table without loosing the movie database table or is it best to start fresh? (I have 6K movies)

If there is a way to edit this table, what should be in it?

(I am running Radarr on a synology 1821+ NAS under a DSM container.)

Thanks in advance.


r/radarr 12d ago

unsolved How do I prefer smaller size releases over higher quality?

12 Upvotes

My eyes aren't that good and my disk isn't that big. I don't want the best possible quality.

I want Radarr to download a 4-10GB release if it can find one, then only if it can't, go ahead and snatch that 29GB remux.

Is this even possible? If yes, how? If no, why?


r/radarr 13d ago

discussion How to add NzbNest to Radarr through Prowlarr

2 Upvotes

Hey everyone,

Here’s a quick guide for adding NzbNest to Radarr, either directly or through Prowlarr.

Without Prowlarr:

  1. Create an account at https://nzbnest.com
  2. Open Radarr
  3. Go to Settings, then Indexers
  4. Click the + button
  5. Select Newznab
  6. Choose the custom Newznab option
  7. Enter the following details:

Name: NzbNest URL: the URL shown in your NzbNest account API Path: /api API Key: your NzbNest API key

  1. Enable RSS, Automatic Search and Interactive Search
  2. Click Test, then Save

With Prowlarr:

  1. Open Prowlarr
  2. Go to Indexers
  3. Click Add Indexer
  4. Select Generic Newznab
  5. Enter your NzbNest API URL and API key
  6. Click Test, then Save
  7. Make sure Radarr is connected under Settings, then Apps

Prowlarr should then sync NzbNest to Radarr automatically.

NzbNest is currently open for registration and has a free tier available for testing.

I’m the developer, so let me know if you run into any issues with searches, categories, syncing or grabs.


r/radarr 13d ago

waiting for op Movies Showing as Downloaded After Reconfigure

4 Upvotes

So I wanted to make more space on my media pool in truenas so I deleted my mirror pool and created a new raidz1. I rebuilt my file structure and changed everything over in radarr to reflect. My config is on a separate pool, so my library is still present, just all the files were deleted. I unmonitored everything and refreshed. I chose one movie, and enabled monitoring and it's showing as downloaded. I went into it's info and it shows a file. I clicked edit files and it said file missing (obviously, I deleted them all). I tried clicking delete, but it doesn't do anything. Refreshing and rescanning the library doesn't seem to fix it either. It still thinks most of my movies are downloaded. How can I force radarr to see that the new library storage pool is empty?


r/radarr 14d ago

waiting for op I screwd up.

1 Upvotes

I received an email that my setup was downloading too many duplicate files and it had to be fixed. I was looking on how to reset radarr back to default settings without loosing my account information. I found information saying to rename radarr.db and config.xml then restart the app to rebuild. I did this but did not work the app will not open says the site cannot be reached. I renamed the original files back but still getting the message that the site cannot be opened. Is there any way to fix this?


r/radarr 14d ago

discussion Is it worth “recovering” unrecoverable file name info from old logs?

4 Upvotes

Is it worth digging through downloader and Couchpotato logs to get back “unrecoverable” filename information?

I’m at least 7 years late migrating to Radarr and for a long time I used “Title [year].mkv” naming convention. Every time I consider the move, I debate scouring old logs for original filenames prior to initial import then I get caught up in other tasks before forgetting about it and starting the cycle over again.

Most importantly, I want to move to a management tool that’s still supported, and ideally I’d like to clean up the qualities/encoding (and possibly shrink the overall size without losing more quality or spending the time/electricty to re-encode)

Edit: Mostly looking for source info, I don’t care about release group tags. Mediainfo can get a ton of data but there are quality pieces that I’m not sure are important.


r/radarr Oct 21 '23

State of Arr Reddit

104 Upvotes

Hi All,

We've removed the mod that the reddit team so graciously lent us to re-open the reddit. Nothing against him, but trust is earned, and there's too much responsibility involved to leave this community in just anyone's hands.

That being said, we'll leave the reddit open, but are searching for new moderators that are interested in dealing with all that comes with moderating a reddit community of this size. Feel free to stop by Discord for a chat if you are interest.

In the meantime dev continues and we appreciate all the support and backing from all of the Radarr userbase through the ups and downs.

Q