Live data from Hacker News

Jellyfin founder Andrew leaves team

forum.jellyfin.org

71–80 of 348 posts

Re: Jellyfin founder Andrew leaves team

#71

Earlier quoted context omitted.

I still am not quite sure what value something like Plex offers for my personal HTPC media needs. I have a large collection of disk space that's an SMB file share on my local LAN, on a server in my garage. My home theatre PC mounts it over the LAN. I have an XFCE4 desktop environment on the HTPC with the font size cranked up a bit and can run nautilus, thunar, or any other file explorer metaphor browser to explore th…

It lets the user browser with cover art, descriptions, trailers, sorting by release date, rating, etc. It keeps track of watched and unwatched movies. Shows what’s recently be added, recently released. Keeps track of where you’re at in a TV series, to always play the next episode. It can transcode as needed, to something like a mobile device or TV that might be more picky than VLC. Lots of quality of life improvement…

Plex subscription also includes a “Skip Intro” for TV shows. That’s the only value I’ve gotten out of it other than being able to stream to my phone.

Not sure if Jellyfin has an equivalent

Re: Jellyfin founder Andrew leaves team

#72
post #68

Earlier quoted context omitted.

Admittedly my use case is not the most common. For a number of what I think are well founded reasons I don't use the "smart TV" OSes built into any televisions I own, none of my TVs have the wifi password or access to the Internet. The HTPC screen is just a screen, something else that's smarter is driving it. I also don't have any need for realtime transcoding as my home internet upstream speed is sufficient that I c…

> I also don't have any need for realtime transcoding as my home internet upstream speed is sufficient that I can watch 'full resolution' stuff remotely from my laptop or phone via VPN back to home office, and smbfs or sshfs access to the same file shares, without needing to use any CPU or GPU resources to process the video in realtime in between where it's stored any my client playback device. And if your remote int…

That's definitely a consideration, and I'm not watching 72GB 3-hour length 4K movies remotely if the far end's internet connection is insufficient. But the times that I find myself in such a place are fairly uncommon these days. If I were spending a lot of time in places where Internet service was considerably worse than where I travel now, I would probably just download the 1080p, HEVC/x265, 2.2GB total file size version of a movie and call that "ehh, good enough".

Re: Jellyfin founder Andrew leaves team

#73
post #4

Earlier quoted context omitted.

what is your hardware problem?

I’m running Plex via Docker on a Synology NAS. This has been working fine. When I tried to fire up a Jellyfin container, it was painfully slow. Clients barely worked. It wasn’t a good experience. It was several months ago, so I don’t remember all the details.

Could be the hardware acceleration was not mounted to the container.

Re: Jellyfin founder Andrew leaves team

#74

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/

$750?!! Holy shit.

It's $980 if you buy it through Apple... and the crazy thing is Plex is actually losing $75 if you buy it that way!

Re: Jellyfin founder Andrew leaves team

#75

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…

I run JF not plex, but the #1 missing feature I'd like is per-user granular sharing of content within specific libraries.

So far as I can tell, the only way around this is to symlink the subset of media into separate folders, make each of them libraries, then present those libraries to each user.

Re: Jellyfin founder Andrew leaves team

#76

Earlier quoted context omitted.

It's not amazing, it's as good as it is. Which is to say not great. There is a crazy amount of bugs which I have no confidence will ever get fixed. If you're the type that enjoys tinkering with obscure Linux settings for hours on end, which are certain to break if you dare to update anything, it may be for you.

> There is a crazy amount of bugs which I have no confidence will ever get fixed. Like what honestly I've been running one for years and have had nearly zero issues.

My jellyfin installation chokes on audiobooks. There is a very noticeable pause between each track that it plays, despite the entire thing being queued.

That pause is presumably also present when playing music, but no one notices because each song is its own track. Audiobook tracks split in places where a pause would never occur naturally.

The second-most-annoying trait of Jellyfin in my experience is technically not a bug, but should definitely be fixed. It hardcodes expectations of how to determine what season and episode number to assign to files. And if you overwrite them, it will re-mangle them on scan unless you take precautions to stop it.

As far as Jellyfin is concerned, your files must include a tag of the form S__E__ somewhere in the filename. Being located in a folder called "Season 2" with names like "11 - name of episode" won't work. Substrings like 第2集 won't work. Setting actual metadata tags on the file ( https://wiki.multimedia.cx/index.php/FFmpeg_Metadata ) doesn't work; jellyfin ignores them.

Let me provide a per-folder template for extracting season / episode information. Jellyfin already lets you prefer embedded artwork to whatever it finds on the internet. Why enforce hallucinated episode numbers when explicit ones are clearly present?

Re: Jellyfin founder Andrew leaves team

#78

Earlier quoted context omitted.

It lets the user browser with cover art, descriptions, trailers, sorting by release date, rating, etc. It keeps track of watched and unwatched movies. Shows what’s recently be added, recently released. Keeps track of where you’re at in a TV series, to always play the next episode. It can transcode as needed, to something like a mobile device or TV that might be more picky than VLC. Lots of quality of life improvement…

Plex subscription also includes a “Skip Intro” for TV shows. That’s the only value I’ve gotten out of it other than being able to stream to my phone. Not sure if Jellyfin has an equivalent

Jellyfin can support intro/outro skipping as well with a plugin. https://github.com/intro-skipper/intro-skipper

Re: Jellyfin founder Andrew leaves team

#79

Small plug to ask for help with the Apple TV App? Swiftfin is really rough but the best option. It’s quite terrible, never refreshes, overlapping text constantly. It could use some love.

I tried to get involved (in very minor ways) a while back but got basically no engagement from the project so I just let it be. I moved to infuse instead as my ios client and its been good overall. I really hate its list performance on large collections though.

Same. I wrote a really big upgrade to the Jellyfin iOS App to support Chromecast (https://github.com/jellyfin/jellyfin-ios/issues/16), got crickets :(

Best of luck to the folks leaving. Supporting OSS isn't easy.

Re: Jellyfin founder Andrew leaves team

#80

Great that it's peaceful. Jellyfin is an amazing project, and works almost exactly how I want it to. By listing and playing my media without autoplaying trailers and other such stuff. I imagine many here who've never tried it will be of the same mindset

It's not amazing, it's as good as it is. Which is to say not great. There is a crazy amount of bugs which I have no confidence will ever get fixed. If you're the type that enjoys tinkering with obscure Linux settings for hours on end, which are certain to break if you dare to update anything, it may be for you.

I have no conflict of interest and feel bad for you if you've wasted time on it, but for anyone else who is considering trying it I have literally have had no issues with mine including setting up nvidia hw transcoding on a debian nas. Only thing I can think of is briefly the android tv client lagged on a major version RC so was incompatible till it updated on my box. I have to check the change log sometimes because of how seamless updating has been (kind of like paperless-ngx and immich as another plug!).
Post reply on HN