The only problem I'm having with jellyfin is around subtitles, but it's getting better all the time. I bought the plex lifetime license a few years ago, but we've moved our whole house to jellyfin now.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Can you describe the subtitles issue you’re having? Do you know if there is an open bug report or feature request open on github or Jellyfin’s website?
Not op but in my case it's the client ignoring embedded subtitles
Which client are you seeing the issue on and can you provide more info on the type of embedded subtitle (run mediainfo on the file if on Linux)?
Although I have my issues with plex, jellyfin has its own problems:
- STILL can't clear out the TS transcoded files automatically. So if you watch a bunch of TV episodes on a weekend, your jellyfin container will run out of space and break.
- STILL can't handle subtitles properly. I swear, this must be jellyfin's Waterloo.
- jellyfin cannot demux 5.1 and present stereo sound on certain streams. I think this is a tooling issue. But it's low level enough that I can handle it manually with mkvtoolnix myself on the few cases it happens.
- I’ll have to check but I haven’t had an issue with the transcoded files filling up.
- Subtitles work as expected for me but all of my file names are in English, are the ones you’re having problems with file names in another language perchance?
- That last one I fixed myself by wrapping ffmpeg around a script I wrote that forces 5.1 to transcode to AC3 so it goes to my speakers properly.
This last one is why I have to use Plex instead of jellyfin on my tv. The jellyfin roku app fuckin sucks and refuses to demux anything.
After having been shafted by sublime text I will never believe anything called a "lifetime subscription" is such.
A "lifetime subscription" is just a "until we decide otherwise" subscription
After having been shafted by sublime text I will never believe anything called a "lifetime subscription" is such.
Care to elaborate?
AFAIR SublimeText licenses are always only for a specific major version. And they sometimes might work for the next major version. So, I guess you’ve just installed a newer version for which your lifetime license isn’t valid anymore.
I don't mean to be glib or upset you, but you still have lifetime access to the versions of Sublime Text for which you paid; you just don't get free updates to the next version. AFAIK, that's been the way they've done things for years.
Does anyone have any recommendations for migrating their Plex library over to Jellyfin? One day I fully expect to migrate over but when I do i want my full watch/listen history to come with me.
This isn't a complete solution, but trakt.tv covers a lot of ground. I started using it for getting a consistent history of watched shows between jellyfin on the road and kodi at home. It works okay enough for this, though at times it does seem that one or both of the plugins can fail to log a watched show. I would guesstimate a 90% success rate.
Been using Jellyfin along side the ‘ARR suite for about a year now, my biggest issue is with Subtitles.
On the IOS/iPadOS apps of Jellyfin subtitles seem to prevent media from streaming, tried utilizing Bazaar but have had no luck.
Not having to pay for hardware transcoding/tonemapping is the biggest „selling“point for Jellyfin. I used to have plex before. It worked well but I didn’t want to pay 100€ for transcoding. Never tried emby for the very same reason.
Is just not as good*
What problems are you having with it?
Jellyfin is awesome.
I never used Plex. Up until my kids were born I used to just watch my videos on my desktop, but now I find myself watching on my phone and TV more often. My Jellyfin server has been super stable for the last 6 months or so running on a super low powered machine and external hard drive. The only issues I have is with movies with Dolby digital, they tend to get out of sync when scrubbing the timeline. I am assuming that is due to the lower power of the machine. But, I have a 400watt desktop with a 7th gen i7 and a pascal Quadro P1000 that I am planning on migrating to. Then adding a 20tb internal drive for storage. Hopefully that will resolve the small issues I have seen with it.
Not got to try it out properly yet. Waiting on new AMD GPUs, hoping for a low-end encoder or I ma get access to a RX 480.
What does Jellyfin use .NET for?
Jellyfin is a fork of Emby which was written in .NET. The server backend and web page are all (or mostly) .NET is my understanding. It makes use of external programs like ffmpeg on the server or VLC on the apps.