Upgrade experiences, anyone? I have a ~40TB library and was still on 10.10.7 because of all the performance issues with 10.11. Upgraded straight to 12.0 and was impressed with how quick and painless it was! As the upgrade instructions warn about, some of my titles disappeared until a rescan added them back, but that was the only weirdness. The whole initial migration only took a few minutes.
Jellyfin 12.0
281–290 of 355 posts
Re: Jellyfin 12.0
#282Re: Jellyfin 12.0
#283Subtitles are the Achilles heel of Jellyfin (at least the Android client sending the stream to Chromecast stick connected to the TV). I can see the subtitle present but it doesn't show on the movie. Ok, I will just add manually - can't, progress indicator loops forever. Ok, I will remove the existing subtitles and add - removal succeeds - addition fails. This is the same fiddling everytime. If it works, it is a mirac…
Do you use bazarr? That’s been the final fix for me with subtitles
Re: Jellyfin 12.0
#284Subtitles are the Achilles heel of Jellyfin (at least the Android client sending the stream to Chromecast stick connected to the TV). I can see the subtitle present but it doesn't show on the movie. Ok, I will just add manually - can't, progress indicator loops forever. Ok, I will remove the existing subtitles and add - removal succeeds - addition fails. This is the same fiddling everytime. If it works, it is a mirac…
Is that an old problem, or a problem that is still in this new v12?
Re: Jellyfin 12.0
#285Pity they still haven't finished adding support for proper database backends. SQLite is the source of all my problems with Jellyfin as it buckles under the weight of my library, behaves badly on CoW filesystems, and prevents scaling my instance to multiple nodes.
I don't even have a huge library but it performs terribly on my system due to SQLite. Would love a Postgres backend.
Re: Jellyfin 12.0
#286Earlier quoted context omitted.
Are they not paying themselves?
No. https://github.com/jellyfin/jellyfin-meta/blob/master/polici... > Jellyfin funds itself exclusively from donations by individual users. It does not and will not accept any sponsorship or other monetary compensation in exchange for features, priority access, support, or any other work by the community. They spend the donations on paying for hosting servers, etc. They don't pay anyone a salary. Their post highlight…
Re: Jellyfin 12.0
#287So what I'm getting from the thread, this is Plex, minus the cancer, but also minus the features?
Jellyfin server (when i last tried it 5 years ago) couldn't run on same raspberry pi that hapily ran Plex
Re: Jellyfin 12.0
#288Earlier quoted context omitted.
Classic HN user take. While $600 is obviously a pisspoor budget, they do incredible work compared to closed source solution companies like Plex. Not everything needs to be capitalistic, in fact the product pretty much sells and safeguards itself based on being freeware with pretty quality UX. Who will replace them?
"Capitalistic" is, I'm sure, meant derogatorily. I disagree with the sentiment, and I think the Jellyfin maintainers deserve at least a living wage for their time and efforts.
Re: Jellyfin 12.0
#289Earlier quoted context omitted.
You do need a DNS service with API access for automatically creating/renewing the certificates for things that are only served over tailscale though, since they aren't publicly accessible for the letsencrypt servers to talk to.
I've got a Caddy instance setup which proxies my traffic and has dead easy integration for domain DNS registration. Super handy
Re: Jellyfin 12.0
#290Earlier quoted context omitted.
If there is one thing that needs to be re-written and consolidated it is the arrs ecosystem. Replacing/consolidating the arrs themselves is pretty straightforward. The trap that quickly becomes a token incinerator is incorporating the downloader into the library manager itself. A lot of learned lessons in that sabnzbd codebase.
As someone with coding projects in the is area would you care to elaborate on "a lot of learned lessons"?
I was able to replace the arr suite + sabnzbd with my own rust+ts frankenstein but had I known how complex the usenet piece was going to be I would have separated it into two phases.