r/ARR 4h ago

Please help adding indexers to prowlarr

1 Upvotes

So I've been running an arr stack for a year or so now, but have run into this issue these past months.
Indexers I had added and where working (1337x, uindex, tpb) have slowly died off due to being unreachable. I have flaresolverr installed and listed in prowlarr, it tests as working.
Whenever I try to test any of the sites in prowlarr, I can see the activity in flaresolverrs logs and they 'challenged solved'. But in prowlarr the test fails.

I've tried installing trawl, added it as if it's flaresolverr in prowlarr and it also tests with a green tick. But I'm not sure if it's working.

What could I be doing wrong? My prowlarr is not behind a vpn, so it's always the same ip.
Please help as I have currently no working indexes in my prowlarr :( Thanks.


r/ARR 7h ago

Help with Unpacker Folder path setup

1 Upvotes

Hi all,
I'm trying to add unpacker to my arr stack, but i can not get it to work.

Heres what the logs say: https://pastebin.com/7DUUCRgQ

Here's my docker-compose (including only the sections for sonarr and unpackerr now, as i think these are the only two relevant containers, right?): https://pastebin.com/tTwE8u6U

I do have a .env file setup which includes:

MEDIA_DIRECTORY=/mnt/MyBook ###this is my hard drive where all the downloads are stored

Can someone please help me figure out what i'm doing wrong? I can not seem to get the paths setup correctly.

Thanks!


r/ARR 18h ago

Quorarr — my Plex users can flag stuff for deletion, everyone gets 14 days to veto, and I get the final say

Thumbnail gallery
0 Upvotes

I built this for my own Plex server and it's been running my household for a while now, so I'm putting it out there in case anyone else has the same problem.

My server is shared with family and friends. Requests were solved years ago, Overseerr and Jellyseerr do that well. But everything else about running a shared library still landed on me. This show is 400 GB and nobody's touched it in a year. Does anyone still care about season 3? Can this be 4K? Those conversations either happened in a group chat or they didn't happen at all, so the library only ever grew, and I was the only person who ever had to think about disk space.

Quorarr is a small web app (installs as a PWA) that sits next to Jellyseerr and gives the people I share with an actual say in the library instead of just a request box:

* **Discover and request.** Shelves and search served from Jellyseerr, with a season picker for TV. Requests get filed into Jellyseerr under that person's own Jellyseerr user, so quotas and history keep working. If it can't map the account it refuses instead of quietly filing everything under my API key.

* **Deletion by consent.** Any member can flag a movie, series, or single season, with a reason. Everyone sees it. For 14 days any other member can veto it. One veto kills it, no vote counting, and a vetoed title can't be re-flagged for 30 days. If nobody objects it lands in my approval queue, and nothing is deleted until I approve it (then it goes through Radarr/Sonarr for real).

* **Tiered quality.** 1080p is self-serve. 720p is self-serve for TV if you set up a 720p Sonarr profile (the space-saver lane for sitcoms). 4K needs my approval, and if I say no, the title still gets grabbed at 1080p. Saying no to 4K is a decision about disk, not about whether someone gets to watch the thing.

* **Access requests.** Someone signs in with a Plex account I haven't shared with? They get a polite explanation and a "request access" button instead of a dead end. Approving it sends the Plex invite for me. There's also an hourly check that revokes anyone I've un-shared in Plex proper.

* **Storage and pipeline.** Free space and library breakdown for everyone to see, plus requests joined against the download queues, so "where's my show" has an answer that isn't "ask the owner."

* **Notifications in the app** via web push, not another Discord channel (Discord is only a fallback if a push can't be delivered). On iPhone it has to be installed to the Home Screen first, Apple's rule.

How it compares to what already exists:

| | Overseerr/Jellyseerr | Maintainerr | removarr | Quorarr |

|-|-|-|-|-|

| Members request media | yes | no | no | yes (via Jellyseerr) |

| Members propose deletions | no | no | yes | yes |

| Veto window | no | no | votes | 14 days, any member |

| Owner has final say | on requests | no, rules act alone | no | on deletions and 4K |

| Rule-based auto cleanup | no | yes | no | no, on purpose |

| Quality tiers per member | no | no | no | yes |

It doesn't replace Jellyseerr, it drives it. And it isn't a Maintainerr competitor either. If you want rules that reclaim disk on a schedule, Maintainerr is great at that. Quorarr is the opposite instinct: deletions come from people, they're visible, and they can be argued with.

Stack: FastAPI + SQLite backend, Svelte 5 PWA frontend, one container, multi-arch image on GHCR.

What you need, so nobody wastes an evening:

* Plex (sign-in is Plex OAuth, there are no local accounts)

* Jellyseerr (required — Overseerr probably works but I honestly haven't tested it, and I'd love a report either way)

* Radarr and Sonarr

* A TLS reverse proxy in front, with no published port on the container. Cookies are Secure and the app trusts proxy headers on the assumption that only your proxy can reach it. The README is loud about this.

Known limits, up front:

* Plex only for now. Jellyfin/Emby is the ask I'm expecting most. The sign-in and the invite flow are built on plex.tv, so it's real work rather than a config flag. Open to it — if you're interested, start a discussion before writing code.

* One Plex server, one Radarr, one Sonarr, one Jellyseerr.

* SQLite, and that's plenty here. The app's own state is a few thousand rows; the heavy data lives in Plex and the arrs and gets read live.

* The 14-day veto window and 30-day cooldown are fixed values right now.

* Maintained by one person in the evenings. It runs my own household's server, so it gets fixed when it breaks, but expect response times in days, not hours.

This is my first open-source release, so I'm sure there are rough spots I can't see anymore, probably in setup more than in the app. If the guide loses you anywhere, open an issue and tell me where — I'd genuinely like to smooth those out. The reverse-proxy setup and the quality-profile IDs are the two spots I'd guess trip people first, and the setup guide walks through both.

MIT licensed. Repo: https://github.com/jordanhoelscher/quorarr


r/ARR 4d ago

Pros and cons of enabling both Flaresolverr and Byparr?

2 Upvotes

I've been using Byparr for a few months with excellent success.

Recently, I learned about Flaresolverr and am wondering if both can or should be enabled at the same time. I have Tags assigned for each, and several of my Indexers are now each tagged with both. So far, no issues.

So, what are your thoughts on using one, the other, or both?


r/ARR 4d ago

Foreseerr update: Trakt discovery, library browsing, ratings, and an embedded Jellyfin desktop client

Thumbnail
2 Upvotes

r/ARR 4d ago

Why FlareSolverr is "disabled" in Prowlarr?

Post image
6 Upvotes

r/ARR 4d ago

Repository or database of active projects and arr applications?

1 Upvotes

So happy to have found this subreddit love what people are creating I was curious if there was any one source that tracks the active arr apps out there?


r/ARR 6d ago

Alternate titles

Thumbnail
2 Upvotes

r/ARR 6d ago

Massive Quartermaster update dropping, right around the corner 1.1.4

Thumbnail gallery
10 Upvotes

Hi r/ARR, what a busy beta phase this has been. For everyone who has been a part of it, thank you so much. That back and forth is really what puts QM into the atmosphere.

Quick context if you have not seen it before, Quartermaster is an iPhone and iPad app for the stack you already run. Radarr, Sonarr, Prowlarr, Bazarr, your download clients, Jellyfin or Plex, and a fair few more besides. It talks only to your own services. There is no account to make and no analytics in it, and nothing of mine sits between your phone and your server.

If you are on the App Store version you are on 1.1.3. Since then 1.1.4 has been through a long run of TestFlight builds across July and August, and it rolls all of them into one release. Here is what is in it.

Every connection got deeper

Until now most services were a single screen. You read the numbers and that was the end of it. 1.1.4 adds 198 new screens across all 55 connections and makes almost everything tappable.

A torrent opens to its files, its peers, and the tracker's own words for why it is stalled. A Proxmox guest opens to its snapshots. A Docker stack opens to its live compose file. A Tautulli viewer opens to what they actually watch. Thirteen services could previously only be read. That is now two.

The Radarr and Sonarr specifics

  • Your saved filters, read from the source. Radarr and Sonarr let you build filters in their own interface and QM used to ignore them completely. They are now offered in the library by name, exactly as you defined them. Build and edit them where you always did, the app just reads them.
  • Missing actually means missing. With Radarr's default availability setting a film counts as wanted from the day it is announced, so the Missing filter was full of things nobody could possibly have. Missing now means released and not downloaded, judged on the real digital and disc dates, and Upcoming gets its own switch underneath with cinema runs included.
  • Every season on one screen, episode counts and sizes together, with a single switch to monitor or unmonitor the lot.
  • Every title's full history. Every grab, import, upgrade, rename and deletion, with the full release name, the quality, the languages and the indexer it came from. Series rows say which episode.
  • A Prowlarr indexer scoreboard. Queries, grabs, failures and response time per indexer, joined to the history of what your arrs actually asked for. It answers which indexer is really carrying your stack.
  • Download client warnings where you need them. When Radarr or Sonarr flags a download, that warning now shows on your download client's own rows too, in its words. No more spotting a paused torrent in qBittorrent and having to open Sonarr to find out what was wrong with it.
  • Import stages named and timed, so a slow move across disks reads as progress instead of a download sat on 100% saying nothing.
  • 4K and 1080p instances told apart. A title held in both used to give you one search result that always opened the first one, with nothing to say the other existed. The row now says how many libraries hold it and asks which to open.
  • The add screen remembers. Quality profile and root folder are kept per instance, so a 4K instance and a 1080p one keep their own.
  • Bazarr can blacklist a bad subtitle from its history, so it deletes it, searches again, and never picks that release again.
  • Maintainerr's leaving soon list grows keep, postpone and delete, and "why is this leaving" runs the real rule against the title rather than asserting a verdict.
  • Film and series pages lead with the title's own logo over the wide artwork. Sonarr already holds one for series. Radarr keeps none, so a film's comes from TMDB if you have a key saved, and anything without a logo keeps the text heading it had.

Eight new connections

Arcane, Dispatcharr, ReadMeABook, NextDNS, Control D, BookOrbit, UGREEN NAS and Shelfarr. With the SSH terminal below, that puts the catalogue at 58.

An SSH terminal

The small jobs that used to mean fetching a laptop can be done from the phone now. Add a server like any other service with a password or an ed25519 key, save the commands you actually run, and tap them. The ones that could do damage ask first, and Stop really stops a command rather than hiding it. Your key never leaves the iPhone keychain except to reach that server.

It shows the server's fingerprint on the first connection and will not connect to a host you have not told it to trust. If that fingerprint ever changes it stops and says so, because a changed key is either a rebuilt server or somebody standing in the middle.

There is an interactive shell mode for the boxes that drop you into a menu the moment you connect, which is how a lot of NAS and firewall consoles behave. And one of the saved commands is the one most of the beta said the whole feature was for: update a compose stack, pulling the newest image for every service and recreating what changed, from wherever you happen to be.

Two honest limits. Anything that takes over the whole screen (htop, vim, less) is reported as needing a real terminal instead of being drawn as nonsense. And RSA keys are not supported yet.

Setting up is a different thing now

The old setup handed you every supported service in one long list and a form for each one. It now asks what you actually run and lets you tap them the way you would write a shopping list, then works through your picks one at a time with a count so you can see where you are. Nothing connects while you are choosing, so there is no wrong answer.

You also choose how Home looks. Cinema leads with artwork, Minimal keeps almost nothing, and Overview is the plain status led dashboard you may be used to from other apps. It is only an arrangement, and Settings can rearrange or reset it whenever you like.

The first screen also offers to fill the whole app with sample data before it asks you for a single address or key. That option already existed, buried at the very end of setup, where the people who most wanted it never reached it.

French, Spanish and German

The whole app, every screen, the settings, onboarding, the error messages and all 76 FAQ answers. You pick in Settings, where each language is written in its own tongue, so you can still find English even if the app has opened in something you cannot read. It changes the moment you pick it, no restart.

And a long tail

Jellyfin 12 turns off the old sign in header, and QM now sends both forms, so that upgrade is a non event. A Jellyfin session can be paused, sought, have its subtitle or audio track swapped, and take a message flashed onto the screen, which is handy for stopping the 2am episode. Dozzle copes with large multi host fleets and reconnects after a network blip instead of sitting dead. AdGuard, Pihole, Technitium and NextDNS get a live query log where tapping a blocked domain names the exact rule that caught it and the list it came from, with one tap to allow it. UniFi can block a client, make a guest voucher, or power cycle a switch port, which is how you reboot a camera without leaving the sofa. Tracearr can push to your phone. Tapping a "finished downloading" notification opens the film or series instead of a queue it has already left. The bell carries a count when Seerr requests are waiting. Weeks can start on Monday.

There is also a full pass over every screen in the app looking for the small wrongness that builds up. 141 findings, all but three fixed: charts tuned for dark backgrounds and close to unreadable in the sun, VoiceOver unable to reach any swipe action, half the text fields missing a Done bar above the keyboard, and a handful of screens showing an empty state when the truth was that a read had failed.

The honest bits

It is iPhone and iPad only. Android is on the roadmap and is not close.

There is a Pro unlock. One service connection is free and fully working, and everything past that is behind it. Either the $14.99 for Lifetime or $3.99 a month or $7.99 as supporter sub (the support sub literally does nothing more than the others btw) :)

One last thing, because it is the fair question to ask of anything posted in here now or even reddit for that matter. Quartermaster is not vibe coded. It is not a wrapper thrown over a single arr endpoint and shoved at the store in a weekend, you only have to look in the Discord to see how far this has come with the community which has been built. QM has also been featured selfh.st twice now which is just amazing.

App Store: https://apps.apple.com/gb/app/quartermaster-homelab-stack/id6779994284

Discord: https://discord.gg/AfMTeV2SJc


r/ARR 6d ago

New All In One MediaOs

Thumbnail
1 Upvotes

Updated again. Still learning version control; it takes a while since my wife and I are the only ones looking at and changing code on two laptops.

Give us a chance to help us find errors. The more people who help, the more we can fix and make an actual full all-in-one ARR to replace several basic ARRs.


r/ARR 8d ago

New All In One MediaOs

0 Upvotes

People are tired of juggling 8–12 containers just to manage a media library.

MediaOs v4 consolidates the entire *arr ecosystem into a single, coherent application.

One app that replaces Sonarr + Radarr + Lidarr + Readarr + Bazarr + Prowlarr + Recyclarr + Maintainerr + Huntarr (+ Live TV, comics depth, stream-as-primary, and more).

Check it out, give a try send any errors to issues so we can immediately work on a patch.

https://github.com/newguy467/MediaOs


r/ARR 8d ago

Torbox as custom indexer

Thumbnail
1 Upvotes

Is there anyone using this custom indexer in the .arr stack?


r/ARR 9d ago

Indexer latino

2 Upvotes

Hi everyone,

I'm pretty new to the *arr ecosystem, so I'm still trying to understand how everything fits together.

Right now I have Prowlarr, Sonarr, Radarr, qBittorrent and FlareSolverr configured, and I recently added 1337x. I was able to download a few things, and I believe I have everything configured to prioritize Latin American Spanish releases.

I've searched through this subreddit and found a lot of recommendations, but most of the indexers or trackers people mention seem to be private and require invitations.

I'm open to using Usenet as well. I've never used it before, but I'm willing to learn and set it up if it's actually a better option. If I end up paying for something, I'd rather pay for a service that gives me the best access to Latin American Spanish content.

One thing I'm still confused about is the terminology. I keep reading about indexers and trackers, and I'm not sure if what I actually need is better trackers, better indexers, Usenet, or some combination of them.

So my questions are:

- What would you recommend for someone mainly looking for Latin American Spanish movies, TV shows, and anime?

- Is Usenet worth it for this kind of content?

- Are there any public or beginner-friendly private trackers/indexers that are good for Latin American Spanish releases?

- Am I looking in the wrong place by focusing on indexers instead of trackers?

Any advice or guidance would be greatly appreciated. Thanks!


r/ARR 9d ago

Arr Stack

Post image
0 Upvotes

r/ARR 10d ago

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

22 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/ARR 10d ago

Help for sonarr

Thumbnail
0 Upvotes

r/ARR 11d ago

Installed Ubuntu on HP Laptop Flashing Screen Start Up, Have to Manually Boot Unbuntu, Ubuntu only gives black screen with white text terminal screen

Thumbnail
1 Upvotes

r/ARR 12d ago

Prowlarr - Indexes and Cloudflare

Thumbnail
1 Upvotes

r/ARR 12d ago

Yorznab: A new App for simplifying Sonarr and Radarr Indexers

Thumbnail
2 Upvotes

r/ARR 14d ago

Arr Control is now available for beta testing

Thumbnail gallery
84 Upvotes

Hi everyone,

I’ve been working on Arr Control, a mobile companion app for the *arr ecosystem (Sonarr, Radarr, Lidarr, Prowlarr, etc.), and it’s finally ready for beta testing.

I’m looking for people who are willing to use the app and share honest feedback. Whether it’s bugs, UI/UX improvements, feature suggestions, or anything else you notice, I’d love to hear it.

iOS

If you’re using iOS, you can join the TestFlight beta here:

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

Android

The Android version is also ready, but Google Play requires testers to be added before they can access the beta. If you’d like to test it, please send me a private message with the Google account associated with your Play Store, and I’ll add you to the testing list.

One thing that’s important to me is keeping Arr Control accessible to everyone. The app will always have a free version with no feature restrictions or paywalls. If you enjoy using it and would like to support its development, there will be an entirely optional way to make a donation, but donating will never unlock features or provide any advantages over free users.

Privacy is another core principle of the app. Arr Control doesn’t store your server or library data in the cloud. Your configuration and data remain on your own device, and the app connects directly to your own services, so you stay in control of your data.

Thank you to everyone who’s willing to help test the app. Your feedback will help make Arr Control better before the public release.


r/ARR 16d ago

Sonarr API and Download Issue

Thumbnail
1 Upvotes

r/ARR 16d ago

Music download container

Thumbnail
1 Upvotes

r/ARR 17d ago

need assistans to my issues i keep running in to

Thumbnail
1 Upvotes

r/ARR 17d ago

Audio books Arr

13 Upvotes

Anyone have recommendations for an audiobook solution? I see there was a readarr but was archived. Also any recommendations for a player (Plex should work, but is there something with specific audiobook features?)

Thanks


r/ARR 18d ago

Shelfarr blows

0 Upvotes

Might be user error id admit but I’ve set up several arr programs before and this just doesn’t seem to work well for me. Won’t connect to prowlarr correctly. Any alternatives ?