We're excited to announce a major update: the Jellyseerr and Overseerr teams are officially merging into a single team called Seerr. This unification marks an important step forward as we bring our efforts together under one banner.

For users, this means one shared codebase combining all existing Overseerr functionalities with the latest Jellyseerr features, along with Jellyfin and Emby support, allowing us to deliver updates more efficiently and keep the project moving forward.

Please check how to migrate to Seerr in our migration guide and stay tuned for more updates on the project!

top 50 comments

sorted by: hot top controversial new old
[–] 97 points 6 months ago (3 children)

I could have sworn I read this announcement a couple of months ago.

  • source
  • hideshow 3 child comments
  • [–] 64 points 6 months ago (32 children)

    I hate how so many of the arr apps don't describe what they do in a way that people who don't already know can understand.

    Even the tutorials and guides are frustratingly vague.

  • source
  • hideshow 32 child comments
  • [–] 20 points 6 months ago (16 children)

    I hate how fragmented they are. I've given up on various guides out there for 'setting up the arr stack' because of getting bogged down in since miniature detail that, IMHO, shouldn't even be a thing. I get that hosting seperate services has advantages. But the disadvantage of giving up on the whole thing because you have to sort out networking and file permission issues between the service that downloads video files over an hour long and the service that downloads video files under an hour outweighs those advantages.

  • source
  • parent
  • hideshow 16 child comments
  • [–] 25 points 6 months ago

    Spoiler: I am deeply into the arr "ecosystem" and love the shit out of it.

    I think I finally understand Linux fans. Yes it's confusing for new people, but because I'm so into the weeds on this stuff I love how much choice I have. And if one of the projects doesn't have what we want, someone makes a fork.

    To point: you really only need Sonarr and Radarr. Get those set up and working how you like. I recommend the Trash Guides. Once that's working how you like, get Prowlarr for easy management of your usenet and torrent indexers. Most people should stop there.

  • source
  • parent
  • [–] 8 points 6 months ago (6 children)

    You're not alone. It's super frustrating when things don't work and you have to search through 4 apps to figure out what is wrong. This architecture makes the whole setup brittle.

    Fortunately, there are all in one alternatives to the arr stack. I found a couple, but I think Cinephage is the most mature.

  • source
  • parent
  • hideshow 6 child comments
  • load more comments (1 reply)
  • [–] 5 points 6 months ago* (1 child)

    the service that downloads video files over an hour long and the service that downloads video files under an hour

    Huh. That sounds overly complicated. I just link everything with my torrent client. Tracker (prowlarr) into media managers (sonarr/radarr) into torrent client. That's it.

    I have jellyseer in there too but that's a separate service that just works. The core stack is the other paragraph.

    Everything is installed in my local server using the install script, no docker.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 4 points 6 months ago

    Either you misconfigured something or you are very new to this.
    Keep it up.

    As for good guides: Trash-guides
    They provide a very in depth set-up that works really well.

    The only thing you'll need after this, is a source for the files.

  • source
  • parent
  • [–] 3 points 6 months ago (2 children)

    What problems did you have? I just put the services I wanted in a compose file, configured sonarr/radarr to use prowlarr and my torrent client and done.

    Later I added lidarr and readarr but ended up removing the last one. I found it easy enough, and the modularity makes it easy to use only what you need.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 6 months ago (1 child)

    Just in case you wanna try again with readarr, after all the little drama and the main app being unmaintained, there’s 2 forks which are maintained and work pretty well

    I’ve successfully been running bookshelf for a bit now, after the original stopped working for me completely.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • load more comments (4 replies)
    [–] 33 points 6 months ago

    Good news!!

  • source
  • [–] 18 points 6 months ago*

    there goes the opportunity to call it Joeverseerr

  • source
  • [–] 10 points 6 months ago (7 children)

    I’ve missed both projects. What were they? Are they like Jackett or Prowlarr?

  • source
  • hideshow 7 child comments
  • [–] 42 points 6 months ago

    Media requester for Plex and Jellyfin. But also tells you where things are streaming. A mix between IMDB and JustWatch.

    Overseer was for Plex
    Jellyseer was for Jellyfin

    Now we have Seer one platform to do both.

  • source
  • parent
  • [–] 22 points 6 months ago (4 children)

    If you just host for yourself, you don’t gain that much by using Seerr, besides having a nicer UI and you have more search filters compared to Sonarr and Radarr.

    However, if you have multiple users, you benefit a lot of it. Users, which have individual user accounts, can request media. Depending on the configuration, those requests have to be accepted manually, which gives you a way to still be in control of what ends up on your server. The user then gets notified about what has happened and if the media was downloaded.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 30 points 6 months ago (1 child)

    Honestly the UI is so slick even a one-user setup will benefit in my opinion. Even when not requesting media I use it extensively to look up actors and directors.

    Possibly the best foss UX I've ever used.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 9 points 6 months ago (1 child)

    No idea what either of these were in the first place. Feels like it could have been worth a mention in the post.

  • source
  • hideshow 1 child comment
  • load more comments (1 reply)
    [–] 6 points 6 months ago* (last edited 6 months ago)

    Doesn't seem like OIDC made it into the new release, weird. Unless I missed something in the documentation. It's been working fine on the preview branch for ages.

  • source
  • [–] 5 points 6 months ago (5 children)

    That was one smooth transition! 🚀

  • source
  • hideshow 5 child comments
  • [–] 4 points 6 months ago* (4 children)

    No kidding! Copy and paste the contents of the previous container to a new directory for the new container, sudo chown -R 1000:1000 /path/to/new/directory, docker pull the new image, and Bob's your uncle. I'm so relieved I didn't have to reconfigure all the *arr integrations and whatnot within the web GUI all over again

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 6 months ago (2 children)

    I just changed my compose reference to update the volume and base image. Worked a treat.

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (1 reply)
  • load more comments (1 reply)
  • [–] 4 points 6 months ago (11 children)

    I was surprised to see emby mentioned. I thought they shot themselves so hard in their feet with the licensing changes back then that there was a reason that we only hear from jrllyfin these days.

  • source
  • hideshow 11 child comments
  • load more comments (11 replies)
    [–] 4 points 6 months ago* (5 children)

    I don't quite get what this is supposed to do. Is it basically a software to allow jellyfin/plex users to request media without needing a radarr/sonarr account?

  • source
  • hideshow 5 child comments
  • [–] 4 points 6 months ago

    Basically yes. My father can log into Overseer with his Plex account, so no new account and password, and request movies or tv shows which I can approve manually or pre-approve. I don't have to give him admin access to my Sonarr or Radarr and the user interface is quite friendly.

  • source
  • parent
  • load more comments (1 reply)
    [–] [B] 4 points 6 months ago* (last edited 6 months ago)

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

    Fewer Letters More Letters
    NAT Network Address Translation
    Plex Brand of media server package
    SSL Secure Sockets Layer, for transparent encryption

    3 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

    [Thread #98 for this comm, first seen 16th Feb 2026, 17:21] [FAQ] [Full list] [Contact] [Source code]

  • source
  • [–] 3 points 6 months ago

    I switched over last night, migration guide here, it's really easy!

  • source
  • [–] 3 points 6 months ago

    That was totally unexpected /s

  • source
  • [–] 3 points 6 months ago

    Moved from overseerr to jellyseerr. Now from jellyseerr to seerr.

  • source
  • [–] 3 points 6 months ago (5 children)

    Can this be used with i2p and anonymous torrenting?

  • source
  • hideshow 5 child comments
  • load more comments
    view more: next ›