It is…..if you use a computer. Their AppleTV app still looks like some random coder’s pet project with random playback issues.
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!
I just sucked it up and paid for Infuse Pro and now my Apple TV experience with Jellyfin is great
I've had Infuse Pro for about 6 years and it has been an absolutely perfect app for me. I've used it across many different iterations of home media servers (Emby, Jellyfin, NFS, SMB, etc...)
If you use Apple devices it's the best way to go.
The app on my LG TV is acceptable, but does have random problems, like it can't connect over TLS, and it's kinda slow to navigate. But it works, and my kids know how to work it.
I tried Jellyfin years ago, it is in my test for later todo since then, it was pretty vanilla compared to my Plex Media Server (for instance I couldn't get to work the transcoder to use quick sync to lower the CPU load if needed, meanwhile Plex worked fine with the Docker container even).
With that said, I stopped using Plex daily in order to give some use to my Real Debrid account (so Stremio and Kodi are the next logical alternatives for me) and because I only have a two bay NAS with 10 TB in total, and I like to hoard so I struggle every time I need to delete something, since I knew about Riven/Zurg/Rclone/DMM combo I have returned using Plex without worrying each day about my drives, keeping it updated and enjoying the thinkering process of this new experience, also sharing the love with a couple of friends, I see no need to try Jellyfin, even after that many years.
I use Jellyfin for music mostly and it struggles with metadata. For example, if a song has two artists on it and I edit to correct it, it won't update correctly and I'll edit up with the artist "Artist A; Artist B".
The applications aren't that good. That's the only thing keeping me from switching completely. Subtitles, aspect ratio, audio track selection just don't work as expected. In some cases I can only pick the aspect ratio and no subs and sometimes the other way around? Also if I have no subs for a movie, I can't search for them on the fly - good feature of plex. As it stands, jellyfin video player is not up to my standards and I can't switch yet. I use it for porn though. That works fine.
I don't use it for myself but my experience with Jellyfin is the subtitles UX kind of sucks. It got a lot better on the Android TV app recently (ty to the maintainer!), particularly with improved subtitle support, but because of ExoPlayer it still can't play bitmapped embedded subtitles easily, only .srt subtitles.
The experience on iOS/appletv with Jellyfin/Swiftfin was so bad that I ended up recommending Infuse. Infuse is a great app, but it's not a libre app, which kind of clashes with the rest of Jellyfin in that regard. And, once again, it needs massaging: unless you want to be popped up with a buy Infuse Pro pop-up your video and audio has to be in certain codecs.
As I said, I don't use these things, myself. I don't even have a TV. But every now and again, I will put a file up for some relatives, and I want it to be totally directly playable, because my server is just an old laptop. So I have to spend a lot of manual time making sure the files are juuuuust right. If there comes a day where there's direct playback with embedded PGS or SRT subtitles on all platforms that will be the day the Jellyfin suite of software becomes 10/10 software for me.
Am I the only one here using emby? I’m pretty happy with it honestly.
Yep
Welcome to the future
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
I've found the opposite to be the case unfortunately. Plex "just works" while my jellyfin server had almost constant issues with subtitles (two of my frequent users need these because of hearing problems) and would frequently crash requiring docker restarts.
I adopted jellyfin very early, used it for many (maybe 6?) years and these problems only got worse over time.
I always prefer open source (often to a fault) but I am glad I switched to Plex a few months ago. I got the lifetime pass for cheap for black Friday. I still leave jellyfin running for a few users, but everyone else has already switched over.
I genuinely do not understand the issues people are having with Jellyfin subtitles. I just have Bazarr set up to automatically download and they play on every device (web, android, iOS, roku, android TV) with zero issues.
Sounds like it's mostly with embedded subs inside the media files already. Thats where all my subs are so I'm going to test soon but haven't played anything on jellyfin needing subs in a while
Depends on how you're viewing Jellyfin. I use Chromecast and Chromecast doesn't support embedded subtitles well with Jellyfin. So I usually just use ffmpeg to extract the subtitles to an srt file, and then they run fine;
pushd "\\nas\Media\Movies\"
fd -e mkv | each {|x| ffmpeg -i $x -map 0:s:0 $x.srt }
Temporarily maps my UNC network location to a usable drive, then using fd
and an elvish
each loop, iterate over all the mkv files, and use ffmpeg to extract the subtitles.
Ez-pz.
I still maintain that Emby is better than Jellyfin. I try it again maybe once a year and every time I end up back on Emby. It just runs better, works pretty flawlessly and doesn't lose my libraries every so often. Music playback is better by far on Emby and that's my main usecase.
Hardware decoding would be nice, but I don't have a system I could use this on for either and I've not had trouble without it.
What do you mean library losses. I've been using jellyfin twoish years now and have never had this happen.
Same. The only issue I've had is it not finding my TV shows, but once I figured out how it wants them stored, no issues whatsoever.
I installed Mint last week and haven't addressed media players yet... strokes chin. Thanks for the info!