I’m surprised people reach for plex, not sure what I’m missing - but a Jellyfin container set up has been fantastic for strictly at home usage (running on an old gaming PC). It’s fantastic software - the cross platform applications are pretty useable. Don’t think we’ve even had any major issues over the last 4 years using it. Many thanks to the builders and maintainers, hopefully Andrew can take some rest and know th…
The Apple TV solutions for Jellyfin are inadequate last I checked. Basically you are stuck with Plex and Infuse. I already have lifetime Plex Pass so no reason to care... for now.
Jellyfin founder Andrew leaves team
131–140 of 348 posts
Re: Jellyfin founder Andrew leaves team
#132I really don't like the idea of transcoding on demand. It has always created a janky experience on the client. I've been using a custom solution that runs everything through ffmpeg normalization as part of the media upload phase. Whenever a client wants to stream something we give them raw byte ranges directly from the block storage provider. In practice, this feels like flipping the channels on an analog tv. Every video starts and seeks nearly instantly.
I've long since given up on the dream of maintaining lossless master copies of everything just in case. Every practical use of that 50 gb copy of Home Alone would have you transcoding it. Most clients would choke on that bit rate. When would you actually be able to use all of the available information? Why not just discard what you'll never use? I realize it feels offensive to kill information like this but you can do a much better job with the end experience if you do.
You can get a modern chatbot to produce this experience in a single prompt. The code can run on anything slightly more powerful than a potato because you aren't transcoding at playback time anymore. A raspberry pi would be more than enough to serve a few clients on a LAN. If you remain humble in your list of demands (a simple directory browser that plays videos linked within), you can more easily achieve total autonomy.
Re: Jellyfin founder Andrew leaves team
#133Earlier quoted context omitted.
Plex is a piece of shit that rams dumb streaming stuff down your throat each time you sign in on a TV. This coincidentally happens every other month or so when the app seems to forget the account it’s signed into. It’s becoming hostile for people who want to work from their media alone.
I am not so sure. Have used it for years for free( I have need to stream on the go) and it’s always been no issue. On first setup you are give the option to display streaming options or only your library. I cannot remember the last time I was logged. Super stable and zero time spent setting it up. On the flip side Jellyfin has never worked that well out of the box for me. Always some fiddling around and even when I g…
Re: Jellyfin founder Andrew leaves team
#134Earlier quoted context omitted.
I've never tried it for audiobooks frankly didn't even know it supported them. > Let me provide a per-folder template for extracting season / episode information. That's frankly not what I would call a bug and a bunch of work for near zero benefit. Not to be mean but why do you care? and if it really bothers you just use hardlinks let jellyfin see what it needs and you can have your pretty version for youself.
> I've never tried it for audiobooks frankly didn't even know it supported them. It's a music player. How could it not support audiobooks? You think it will rate your tracks and refuse to play them if they're insufficiently "musical"?
Re: Jellyfin founder Andrew leaves team
#135Recently Plex increased the cost of a new Lifetime Plex Pass to $750 [1]. It seems like they really want to get most users paying recurring monthly or annual fees. But to me at least that kind of goes against the whole purpose of hosting my own media library. Thank you to everyone who has contributed to Jellyfin for offering an alternative! [1] https://www.plex.tv/blog/new-lifetime-plex-pass-pricing/
Have to admit, quite impressive that someone is still paying this much for Plex given the free alternative like Jellyfin that can do pretty much everything the same. What’s the psychology here that people are willing to pay this much for this software, yet not even $20 for another?
Re: Jellyfin founder Andrew leaves team
#136There's never been a better time to consider writing your own media server solution from scratch. I really don't like the idea of transcoding on demand. It has always created a janky experience on the client. I've been using a custom solution that runs everything through ffmpeg normalization as part of the media upload phase. Whenever a client wants to stream something we give them raw byte ranges directly from the b…
Re: Jellyfin founder Andrew leaves team
#137I’m surprised people reach for plex, not sure what I’m missing - but a Jellyfin container set up has been fantastic for strictly at home usage (running on an old gaming PC). It’s fantastic software - the cross platform applications are pretty useable. Don’t think we’ve even had any major issues over the last 4 years using it. Many thanks to the builders and maintainers, hopefully Andrew can take some rest and know th…
The Apple TV solutions for Jellyfin are inadequate last I checked. Basically you are stuck with Plex and Infuse. I already have lifetime Plex Pass so no reason to care... for now.
Re: Jellyfin founder Andrew leaves team
#138There's never been a better time to consider writing your own media server solution from scratch. I really don't like the idea of transcoding on demand. It has always created a janky experience on the client. I've been using a custom solution that runs everything through ffmpeg normalization as part of the media upload phase. Whenever a client wants to stream something we give them raw byte ranges directly from the b…
Re: Jellyfin founder Andrew leaves team
#139There's never been a better time to consider writing your own media server solution from scratch. I really don't like the idea of transcoding on demand. It has always created a janky experience on the client. I've been using a custom solution that runs everything through ffmpeg normalization as part of the media upload phase. Whenever a client wants to stream something we give them raw byte ranges directly from the b…
Sounds cool. Care to share it?