Topic per title, basically.

For me: after setting up all the integrations and fall overs using the arr stack and Jellyfin (inc Sabnzdb etc)… I keep circling back to Nova video player.

https://github.com/nova-video-player/aos-AVP/releases

It’s arguably not even self hosting…but there something undeniably cool about sticking a USB stick into a router, installing a single app on your TV and boom, done. EDIT: of course, it can consume the *arr stack, integrate with Ombi etc

IOW, I really like stuff that simple to set up and punches above its weight class.

    • remon@ani.social
      link
      fedilink
      English
      arrow-up
      11
      ·
      edit-2
      2 days ago

      Jellyfin is free and open-source, which is why it is very popular with the lemmy crowd. But unless you value those two aspects extremely high, it’s not better.

      • foggy@lemmy.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        Yeah anyone who bought a lifetime Plex pass back when it was very reasonably priced is left looking at the jellyfin/Plex debate a bit crosseyed.

        If you don’t have a lifetime pass, and need to cut costs, go jellyfin. Otherwise, I choose Plex.

        • Passerby6497@lemmy.world
          link
          fedilink
          English
          arrow-up
          9
          ·
          2 days ago

          Lifetime plex holder here, haven’t installed plex since the third time my server shit the bed and it couldn’t recover. Jellyfin has never had an issue with hardware failures. It also doesn’t try to advertise random shit to me that I’m not interested in, so there’s that too.

    • PerogiBoi@lemmy.ca
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 days ago

      Jellyfin struggles with remote viewing. I’m not telling my fam to install tailscale on all their devices and to switch it on when wanting to watch a show.

      • motruck@lemmy.zip
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 days ago

        That’s a you/network problem not a jellyfin problem. I run it exposed via a reverse proxy the sane way I expose Plex. I’m not using their bullshit proxy.

        • PerogiBoi@lemmy.ca
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 days ago

          If you truly think the average tech illiterate person (the overwhelming majority of people on this planet) is going to understand/be okay with the hoops needed to view contents of a shared jellyfin server then there’s no more conversation to be had.

          • Jul (they/she)@piefed.blahaj.zone
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 day ago

            With a reverse proxy there’s no need for hoops unless you add some authentication mechanism on top of that. I use reverse proxies for several things so that they flow through filtering like crowdsec or fail2ban. It just routes the single port to the device on question as is. The idea is to make it indistinguishable from a fully exposed port to the user. Just have to make sure whatever system runs the reverse proxy is secured. I always make sure that nothing significant is on the system that is exposed to the internet other than the reverse proxy server and all other ports are closed internally and externally. Ideally a device that has multiple Ethernet ports works well so you can keep an ssh port open on the internally facing ethernet port for troubleshooting. Nice if they are 2.5Gbit or 10Gbit ports, too, since they route a lot of traffic. But not needed.