I used Plex for my home media for almost a year, then it stopped playing nice for reasons I gave up on diagnosing. While looking at alternatives, I found Jellyfin which is much more responsive, IMO, and the UI is much nicer as well.

It gets relegated to playing Fraggle Rock and Bluey on repeat for my kiddo these days, but I am absolutely in love with the software.

What are some other FOSS gems that are a better experience UX/UI-wise than their proprietary counterparts?

EDIT: Autocorrect turned something into “smaller” instead of what I meant it to be when I wrote this post, and I can’t remember what I meant for it to say so it got axed instead.

  • TheHarpyEagle@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    10 months ago

    What os are you running? My jellyfin server runs on linux and I just permanently mounted the directory from my NAS that holds all of my media. There’s some resources online for learning how to set up mounts over the network on startup, and as long as you can reserve their local ip it should work just fine.

    • ZMonster@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      Oh, interesting, thanks! I’ve dabbled with Linux so I’m familiar with it. I believe my nas is NTFS, but I could be wrong. But if so, I wonder if it’s possible to mount an NTFS location to a Linux server… Something to research while working tomorrow 😄

      • OnU@lemm.ee
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        Thats definitely possible. Im using nfs because it so much faster in my experience. Just one line in the fstab. Nothing every software should implement themselfs imo.