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.
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 😄
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.
You can definitely mount a windows share on a linux machine. I was doing it at my last job, because it allows you to do anything on it transparently as if its part of the local filesystem.
Here instructions from the Ubuntu wiki, most things should carry over to most other distros.
https://wiki.ubuntu.com/MountWindowsSharesPermanently