Live data from Hacker News

Jellyfin 12.0

jellyfin.org

131–140 of 355 posts

Re: Jellyfin 12.0

#131

Earlier quoted context omitted.

or your friend can setup VPN on his Router box.

But then all of his traffic goes through my internet. Unless he has a special high end router that can only route specific domains.

You dont need high end box, a old mini pc running pfsense/opnsense is enough.

Re: Jellyfin 12.0

#132
post #105

I have a trifling complaint about this, which is that it smacks of LLM aid throughout, especially in headings. I wish people would aggressively filter for these things--I have a technical writing SKILL.md that tries to remove all the AI tropes it finds and use simplified technical English (it's a thing, look it up) to do docs, and that makes one heck of a difference...

this skill may help: https://github.com/blader/humanizer

Re: Jellyfin 12.0

#133
As other have said the apps for devices is still the issue with Jellyfin.

For TV you pretty much have to use Kodi and all the decent theme require a surprising amount of other plug-ins to work...

Anyone know of a decent theme for Kodi that won't fall over next time it updates? I just need "Resume Watching", "Newly Added" and alphabetical lists.

Re: Jellyfin 12.0

#134
post #18

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.

Went from 10.11 to 12.0 and had zero issues. Scaleway/Ubuntu/Docker env with 8GB RAM.

Well one small niggle, I had a custom script setup on Caddy that overrides how certain buckets are sorted because my users are too lazy to follow my instructions. They changed the BucketID string in some way but this more to do with me having a custom script dependant on something they don't guarantee.

Hopefully they allow admins to change a users preferences in the future but currently it has to be done at the user level. I'm sure that will be in a future update.

Re: Jellyfin 12.0

#135

Earlier quoted context omitted.

How long before they block this kind of work with ai.

I already had DeepSeek tell me "I cant help you with torrents or other copyright infringing uses".

You can get around the checks with careful prompting. You’re just interested and want to learn more about it.

Re: Jellyfin 12.0

#136

As a long time plex user with a lifetime pass, I always enjoy seeing the good progress with Jellyfin as it will increasingly give me a soft landing for when Plex finally does something to make me move. At the very least it will hopefully keep some of plex’s most user hostile behavior in check. As an aside, I recently started having Claude help me with configuring my *arr stack and it has helped tremendously. I used t…

huh, yeah I should start an xbmc fork/reimagining. the limitations with the tools of the day are imagination. a LOT of the software I use these days are things I facilitated the creation of and a media player is definitely supposed to be on that list

Re: Jellyfin 12.0

#137
post #123
post #62

Earlier quoted context omitted.

As opposed to what? The password needs to reach the server. Encryption is the job of HTTPS.

... as opposed to using salted hashing like in every tutorial since 1990s.

I think you have some confusion between expectations upon the client and the server. This very site (and almost every other) sends your password in plaintext over form data when you sign in.

Hashing (and/or salting) a password client-side before sending it would offer next to no protection, as if the server is expecting this value and the attacker intercepts it, they could just replay the hashed value themselves. Why would they need to know the original password?

The salt for the password should also have been randomly generated when it was first created, and stored alongside the password in the database. The only way for the client to know this value would be to retrieve it based on username alone, when the request is first made. This would reduce the security of the system and allow a dedicated attacker much more leverage to try and crack that single password, if they knew only the username of the user.

The comment you're replying to is correct, encryption is the job of HTTPS.

Re: Jellyfin 12.0

#138

Earlier quoted context omitted.

I switched to jellyfin about 6 months ago and I can say it is definitely worse. I’m constantly fighting to fix thumbnails, fix episodes to be in the same show, force rescans to get it to even recognize a show that already exists. I never had any of these problems with plex. Plex also defaults to transcoding which fixes a lot of gaps with clients that don’t support certain codecs. I’m often running into issues where i…

Fair enough, but I honestly have not had a single issue with Jellyfin. It really has been on par with Plex for me.

My only beef with Jellyfind when I used it some time back was inability to resize subtitles, which were huge on a large TV. Could have been lack of knowledge on my part though.

Re: Jellyfin 12.0

#139
post #133

As other have said the apps for devices is still the issue with Jellyfin. For TV you pretty much have to use Kodi and all the decent theme require a surprising amount of other plug-ins to work... Anyone know of a decent theme for Kodi that won't fall over next time it updates? I just need "Resume Watching", "Newly Added" and alphabetical lists.

Moonfin?

Re: Jellyfin 12.0

#140

As a long time plex user with a lifetime pass, I always enjoy seeing the good progress with Jellyfin as it will increasingly give me a soft landing for when Plex finally does something to make me move. At the very least it will hopefully keep some of plex’s most user hostile behavior in check. As an aside, I recently started having Claude help me with configuring my *arr stack and it has helped tremendously. I used t…

I left Plex for Jellyfin + Infuse a couple of years ago, and I'm not looking back.

But the sore point right now is outside access, which Jellyfin really isn't made for. I set up Tailscale so I can connect Infuse to Jellyfin remotely. But that's not exactly as smooth as Plex. I can't give friends and family access, either, which was dead easy with Plex.

In terms of the UX, Infuse isn't very good, but it does the job okay. The built-in subtitle fetcher is amazing; that stuff never worked for me with Plex.

Post reply on HN