Te kodi integration has nothing on plex4kodi. If they worked the same I'd switch in a heart beat. Jellyfin and Plex both have terrible interfaces and can't play media nearly as well as Kodi hence the requirement.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I really like Jellyfin and it “just worked” for a few years.
Recently it’s stopped working. My dashboard can see movies but it fails to play. Have a feeling it’s a file access issue but I can’t be fucked to troubleshoot permissions so I’ll probably just start over.
I just have no reason to migrate to Jellyfin (or indeed anything else). I already have a lifetime PlexPass. Plex does everything I need, and it does it very well. As a music server in particular, it's superb and the Plexamp client is a joy.
Last time I tried, there was no prebuilt client for Jellyfin on my Samsung TV. I had to put the TV in dev mode, cross compile and install their experimental code, and it honestly wasn’t that good a client.
I don’t use the paid features of Plex so I’m just holding my nose and keeping it until the alternatives become viable.
Well now I can sell my account for 500
I've actually switched, so I'm not really who you are asking, but the last hurdle was I really don't like how it filters the movie list when you pick a letter instead of jumping to that place in the list. Anyone know how to make it work like Plex?
Last time I tried it, it wanted my media in a specific file structure, so I ended up having multiple instances of the same show. I could reorder everything but I got a plexpass when it was dirt cheap so I'm not that inclined to reorder everything.
If I was just starting out, I'd probably use Jellyfin but haven't mostly due to inertia.
I have a lifetime pass from many years ago when it was cheap. So I'm not in a huge rush to convert and want to do it right. But I am on the path to converting. I decided to make a major change to my home server infrastructure and it's still in an experimental stage. Moving from a really old standalone computer I've used for. HTPC purposes over the years, currently dedicated to Plex combined with a few raspberry pi's of various generations for the little stuff, and a single, good NUC for my router, to adding two additional NUCs and eventually upgrading the Plex computer with a more modern processor and video card for ML stuff for Immich and a few other systems that I plan to start using. I'm not just moving from Plex, but also a lot of Google and Nest products.
My dilemma has been Docker Swarm vs Kubernetes. I was trying to set up Kubernetes in a way that is easily repeatable and self documenting, but ended up with lots of manual steps required to install things and lots of things that I had to write my own helm charts for as well as the scripts to install and set up Kubernetes itself on each of the servers. Lots of custom stuff. Docker Swarm would be way easier, but the issue is I'm worried about Docker getting so proprietary these days and swarm mode getting so little attention, and Podman quadlets aren't self balancing across multiple small servers like swarm. So that's why I haven't switched to Jellyfin yet.
I wanted the same thing with Kubernetes and ended up using FluxCD. Highly recommend it. It basically syncs a git repo to the cluster, so you just push to github or whatever, and it auto applies the changes you pushed. Also, llm models tend to be good at teaching this topic and even writing yaml files for it, so the initial learning curve was not bad actually.
Now I'm exploring doing this even better with this template: https://github.com/onedr0p/cluster-template