Live data from Hacker News

Jellyfin founder Andrew leaves team

forum.jellyfin.org

131–140 of 348 posts

Re: Jellyfin founder Andrew leaves team

#131

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.

Plex app is better, but still inadequate compared to Infuse.

Re: Jellyfin founder Andrew leaves team

#132
There'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 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

#133
post #18
post #8

Earlier 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…

Have used it for years as well, Plex is a piece of shit. I'm waiting for the day I'll have the time to migrate off this enshitified hostile dark "platform".

Re: Jellyfin founder Andrew leaves team

#134

Earlier 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"?

[flagged]

Re: Jellyfin founder Andrew leaves team

#135

Recently 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?

It's pretty slick looking which is worth something to me. Not $750, but something. But even though some of the UX choices of Jellyfin didn't make sense to me, it's an amazing piece of software, so I'm sticking with that, and using Wholphin [1] as a frontend.

[1] https://github.com/damontecres/Wholphin

Re: Jellyfin founder Andrew leaves team

#136

There'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?

Re: Jellyfin founder Andrew leaves team

#137

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.

It's worth noting that Swiftfin finally had a new release for tvOS this summer which is worth checking out if you're interested in Jellyfin on Apple TV

Re: Jellyfin founder Andrew leaves team

#138

There'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…

Things are fast and simple when you ignore tradeoffs, such as extra disk space requirements

Re: Jellyfin founder Andrew leaves team

#139

There'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?

I just did. Put the above into your favorite chat bot and append your preferred language, runtime environment and block storage provider.

Re: Jellyfin founder Andrew leaves team

#140

Earlier quoted context omitted.

Sounds cool. Care to share it?

I just did. Put the above into your favorite chat bot and append your preferred language, runtime environment and block storage provider.

Out of tokens.
Post reply on HN