Hello! I never used *arr stack, and was interested into it, but one thing is stopping me. I see a lot of articles like how it is Netflix (or any other ONLINE theater) replacement, but as I see it is not online. I see two big factors that stops me from trying seerr + jellyfin (and other stuff in between):

  1. You have two switch between those apps to search and then watch.
  2. You can’t watch media before it’s completely downloaded.

I imagine sitting on coach, searching for show. Then you want to watch some, and then you have to wait half an hour for full episode (or even season?) to download. And then you can realize that you not into it and have to repeat all the steps above. Is my expectation correct? Please don’t consider this as negative opinion. Just want to know what to expect. I remember an app called “popcorn time” that does not have that flaws.

  • brewery@feddit.uk
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 hours ago

    Depending on your download speed, you can manually download a TV show episode in seconds to minutes. By the time you watch that episode, at least the next one will be ready. It is quite rare to have to do this though, me and my family mostly add shows on Seer when we find them (recommendations, adverts, etc) and by the time we’ve sat down to watch it’ll be ready.

    I did the whole lists thing others have mentioned but to be honest, we found there was too much choice, lots of crap and quickly ran out of space. Taking an active role in choosing shows and films works better for us and I’ll have a short list at any time to watch.

  • retry1203@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 hours ago

    Since I started using Jellyfin and arr, searching and watching have become separate activities. Gone is the experience where I discover something and am watching it immediately. And, search/discovery is done on separate apps than where I watch. So my behaviour has changed. I think ahead. I keep any eye out for what people are watching and download what seems good to me. The payoff is I’m not limited to what’s on any particular platform and I don’t pay subscription fees.

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    16 hours ago

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

    Fewer Letters More Letters
    NAS Network-Attached Storage
    Plex Brand of media server package
    VPN Virtual Private Network

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

    [Thread #158 for this comm, first seen 12th Mar 2026, 09:10] [FAQ] [Full list] [Contact] [Source code]

  • Phoenixz@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    21 hours ago

    Anyone has a good tutorial on how to setup a complete are stack with docker on Linux?

    Already one that quickly explains what arr does what would be helpful. I know there is radarr, sonarr, bazarr and loads more and I have no idea which system does what or how to connect them.

    I’ve found tutorials about individual pieces, but those are of little help

    And then the biggest one: I have jellyfin, I’d like to use it over the internet, bit I need to have that obviously VERY safe. How to do that? I know of a popular reverse proxy for those things (name escapes me for a sec) but again, the tutorials I’ve found were lacking at best.

    I’m looking for something where I can write a bunch of docker files and start it all up from scratch on Linux, is that possible?

    • raxen001@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      18 hours ago

      You can go with this tutorial - https://trash-guides.info/

      docker images are available for the arr stack at https://www.linuxserver.io/our-images

      • radarr - movies
      • sonarr - tv series / anime
      • prowlarr - searches torrent
      • bazarr - to download subtitles

      radarr and sonarr asks prowlarr to search torrents

      then radarr and sonarr asks qbittorrent to download the torrents

      jellyfin grabs metadata and shows them for you. if you have seerr installed it manages searches with radarr and sonarr.

      if you want truly unmanaged setup. setup trakt and import watchlist in radarr and sonarr. Whenever you add to watchlist in trakt it automatically gets downloaded in radarr/sonarr.

  • FreedomAdvocate@lemmy.net.au
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Yeah it is, because you can just set it up to automatically download whatever you want if that’s what you prefer. You can just set up lists to watch for content that matches certain criteria. I’m sure there is even one that would mirror Netflix.

  • French75@slrpnk.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    You can’t watch media before it’s completely downloaded.

    This is not true for just about any use case.

    If you use *arr, you’ll likely use Plex or Jellyfin for a media server. That server will do progressive streaming. Netflix by contrast does dynamic adaptive progressive streaming.

    Progressive streaming means that playback will start once your client has downloaded and buffered enough of the selected content from the server. The amount is typically a fairly small portion of the stream, like 10 seconds or so, though the specifics are left to the server and client configs.

    Dynamic adaptive progressive streaming has a multiplicty of streams optimized for different devices, formats, and quality levels. This might be a few hundred copies of the same video asset, but in a few different codecs, a few different color encodings (ie HDR, SDR), and a quality ladder of maybe 10 steps ranging from low quality SD to moderate quality UHD (like maybe 300kbps at the low end, and 40Mbps at the high end. And these will be cached around the world for delivery efficiency. On playback, the client (player) will constantly test your network throughput in the background, and “seamlessly” adjust stream quality during playback to give you the best stream your network and client can support without stopping to rebuffer.

    For example, if you’re on a 4K/HDR TV with Atmos sound, and great network throughput, you’ll get the highest quality HDR streams and Atmos audio. Conversely, if you’re on mobile that doesn’t support HDR and only stereo audio, you’ll get much more efficiently coded HD video (or maybe SD) and stereo audio streams that are more suited to playback on that device. It would be impractical (huge cost and minor benefit) to try to replicate dynamic adaptive streaming just for yourself.

    In any case, even if you’re just pulling off a NAS, you shouldn’t need to wait for the entire file to download before you can start playback. If your files are properly coded, you should be able to do progressive streaming in just about any use case.

    • FreedomAdvocate@lemmy.net.au
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      With radarr etc you typically download content and then move and rename it in post processing. You can’t stream it in Plex, as it doesn’t even show up in Plex until after all of this has happened and Plex has scanned the folder.

    • Ajen@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 day ago

      I interpreted their question differently. It sounds like they’re taking about Radarr having to download a movie before they can watch it, whereas streaming services have a “complete” (compared to a new *arr setup) library available to stream instantly.

      Some bittorrent clients can start playing a video before it’s done downloading, and prioritize the torrent chunks in the right order so there aren’t any interruptions as long as there are seeders and you have enough bandwidth. But I don’t think plex or jellyfin can do it, and I don’t know of any alternatives that can.

      • French75@slrpnk.net
        link
        fedilink
        English
        arrow-up
        0
        ·
        10 hours ago

        Ah, I see the unclear part. I read this line…

        I imagine sitting on coach, searching for show. Then you want to watch some, and then you have to wait half an hour for full episode (or even season?) to download.

        As if OP already had a media library, and was outside of their home, sitting on a coach (bus?) and wanting to watch something from their existing library on their phone/laptop/tablet, thinking they’d have to wait for the entire thing to download. This would not be the case. If OP had no content library, and wanted to browse for something new, then yes, you’d need to download the entire thing and add it to your media library first.

        1. Getting stuff into your media library require downloading the thing.
        2. Watching stuff (even remotely) that already exists in your library does not require downloading the whole thing.
  • minoche@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    The whole point of the arrs is to download things in advance. Many users set up Import Lists… There are also apps like Boxarr.

    Netflix’s model is to provide the cheapest, low-quality media you can bear to watch. The kind of browsing you are describing is your distressed search to find something watchable. If you populate a server with good TV or at least TV that interests you, you won’t want to hop between media like that.

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 day ago

    Closest thing to streaming is Kodi + Umbrella + Premiumize (or other debrid). Search for Movies or Shows in Umbrella and stream immediately, once it scrapes and you pick a source/resolution.

  • lightnsfw@reddthat.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    My media server has more shit I want to watch on it than Netflix does, it’s not even close. Yeah it took some time to build my library but it’s paid off. Even starting out just queue up a bunch of shit ahead of time and it will be ready to go when you go to watch it. I personally watch shows through the week as they take longer to get through and are more adaptable to the amount of free time I have. Then I queue up any new movies for the weekend and new shows as I hear about them. It’s not difficult to stay ahead of the curve with some minimal planning. My backlog will take me months to get through. Also your media library will never remove shit before you’re done and you’re not limited to just what the streaming services you have are currently offering.

  • fonix232@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    1 day ago

    Yes and no. You need to understand that no home service truly replaces Netflix, for a few reasons (the media might not be available on any of the services you’re using, for example).

    It’s also not as simple as searching for a media in Jellyfin/Plex (or whatever other media frontend you choose, like Emby). There’s a fixed flow.

    But let’s start by explaining the layers:

    1. The frontend - Plex/Jellyfin/Emby/Kodi. This is what your users see, aka the “Netflix experience” - open the app, and all the media available on your storage device will be shown. Then they can click one and play it.

    2. The request manager - Seerr (previously Overseerr/Jellyseerr). This is a separate interface where your users can request media. You still need to manually accept it (unless you set it up to automate things fully, but make sure you trust your users!). If something isn’t available, your users will come here and ask for it, then the manager will show the status (requested, accepted, downloading, available). Once available, your users can watch it through the frontend.

    3. The media managers - Radarr/Sonarr/Lidarr/etc. This is the software responsible for keeping a list of media you want, regularly looking them up on torrent trackers, Usenet servers, etc., and matching your requirements (resolution, language, encoding, file size, and so on), then grabbing the release and passing it on to the download client.

    When you accept a request in the request manager, it passes on the info to the media manager, which adds the requested media to its internal list and begins looking for it.

    1. Download client - torrent/Usenet downloader (qBittorrent, sabnzbd, etc.) pretty straightforward, this thing takes an incoming download request from the media manager, and downloads the file according to protocol, then signals the manager that the download is ready.

    At this point, control is passed back onto the media manager, which finds the freshly downloaded file, copies/moves it to the right place according to settings, renames it according to settings, marks it done then sends a signal to the request manager to indicate the request was fulfilled.

    Finally, the media frontend, which is set up to watch the folder where the new media items are copied/moved and renamed, gets a notification that a new file is available, scans it, prepares metadata (poster, background image/music, description, actor and production lists, ratings, etc.), and makes it available in the search interface.


    So the key differences with Netflix are:

    • limited content compared to Netflix
    • the ability to request new media
    • no CDNs, so if you have lots of users and not much bandwidth/processing power (latter in case of transcoding), your users will struggle. A standard home server and internet connection can serve 3-4 users at the same time.
    • limited language support. since these are pirated media, and most pirated media has at most 2-3 audio tracks, you’ll lose that Netflix perk of having 6-8-10 audio tracks available. subtitles can be supplemented though (audio tracks too but they rarely match perfectly to the video so it’s not as simple as downloading a file and call it a day).

    That about covers all the functional differences between an arr stack and Netflix.

    • N0x0n@lemmy.ml
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      18 hours ago

      limited content compared to Netflix

      Not sure if this is actually a key difference. You can have as many content as you want on your service, if you have the needed space ! But the point is, when self-hosting your ARR stack, it’s more about QUALITY vs QUANTITY…

      How many times have I seen people looking for something to watch and bing scrolling Netflixe’s front end.

      For the rest you’re on point !!

  • Voroxpete@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    So, yes, you’re basically correct.

    There are search layers that remove the need to access radarr / sonarr directly when searching for shows (someone mentioned jellyseer, for example), so that part of the process can be streamlined, and once you’re watching a show it’s generally very good at pulling new episodes as soon as they’re available, so you’re typically, at most, a day behind actual airing dates. But if you’re trying to just bounce around and try a bunch of different shows it wouldn’t be the best for that. The biggest constraint is generally the speed of your internet and the popularity of what you’re watching. With a high speed connection and a well seeded torrent it’s often only a a couple of minutes to download a pilot episode, and you could have the whole season done by the time you finish watching that.

    The other question is one of storage. If you’ve got plenty of hard disk space then you can probably afford to just throw anything that sounds interesting on your pull queue and work your way through it when you actually have time to sit down and watch. Basically you sort of pre-emptively build your “Netflix at home” library and then do your bouncing around channel hopping stuff with the five or so vaguely interesting shows that you added while you were at work.

    Is it a replacement for Netflix et al? Not strictly speaking, but if you don’t mind changing up your habits a little it’s probably close enough.

    • mittyta@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      Yeah, that’s enough for me in 90% times. But does seerr provide such feature? Because I don’t see trailers in last two videos about *arr stack I watched on YouTube.

  • freeman@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 day ago
    1. You can request in Seer and after downloading click the “Watch on Jellyfin”-Button, which then leads you to the movie. So its technically two separate services but feel like one. (With Seerr, Prowlarr, Radarr, a Downloading Client, Jellyfin and Bazarr its actually many selfhosted services but it doesnt feel like it.)

    2. With my setup through Radarr I need to download the whole movie. For series it depends it also meeds to download one whole file, then it goes through sonarr and then gets sorted properly into the library with metadata and coverimage and so on.

    So yes, I cannot sit down and then decide spontaniously what to watch. But I currently dont work like that: I hear about a good movie somewhere, add it to the library. Then, after 10’ to 2 days (depending on how popular it is) its downloaded. When I sit down because I have time to watch something, I then browse through the library, which I all know, that they are good and interesting movies.

    If I have friends over, I ask, what they wanna watch, request it and we eat dinner and afterwards we watch the movie.

  • gravitas@lem.ugh.im
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Its possible to have seerr search integrated into the main jellyfin search.

    Streaming torrents popcorn or stremio style is not very practical and never has been. Popcorntime still has working forks and stremio works with jellyfin to some degree but unless you also use a paid debrid service or maybe if you dont care about tanking your ratio on a private tracker There are jusy way better solutions: like using either an on demand iptv service inside jfin that costs about the same as debrid anyway but also gets you live tv.

    Not to say there isnt tons of room for improvement still, but a lot of progress is being made. I suggest to folx if jellyfin doesnt meet your standards yet, try back in a year and see how much progress gets made.