25
submitted 1 week ago* (last edited 1 week ago) by uninvitedguest@lemmy.ca to c/selfhosted@lemmy.world

I'm looking to replace my Rock 5B running Android TV (the OS jank has finally gotten to me) with an x64 Linux HTPC coupled with an Rii remote.

What distro would one recommend for a "Jellyfin native" client setup? I've run Kodi with the Jellyfin plugins before and not been a fan of the experience.

top 21 comments
sorted by: hot top controversial new old
[-] stanka@lemmy.ml 11 points 1 week ago

Finding a good client is hard. Folks recommend the Nvidia Shield Pro. Finding something that plays all the formats and can pass audio through hdmi to a AV receiver. Umcompressed HD audio, HDR/10/DolbyVision. Etc.

If I can just pop a debian machine down, that is great, but a hardware guide would be nice to see.

[-] loganb@lemmy.world 5 points 1 week ago

I've been using fedora on a small intel 6th gen or newer mini pc. I then cook up some custom launch scripts that cause JMP to run at login. I use cockpit and a CMK agent for remote monitoring and management.

I got sick of the lack certificate management on Android TV and how much you need to do to make it reasonably private.

If you are on the latest mesa drivers (hence fedora over a more LTS release), and you install Jellfin Media Player via flatpak, everything should just work with hardware decoding.

[-] uninvitedguest@lemmy.ca 2 points 1 week ago

Thanks for the Fedora nod. I'm looking in to Bazzite. For Intel transcoding on the server I had to install the non-free firmware, and will probably have to do the same.

[-] warmaster@lemmy.world 2 points 1 week ago

Check out the other Ublue projects, there are slimmer alternatives in case you won't do any gaming.

[-] PerogiBoi@lemmy.ca 4 points 1 week ago* (last edited 1 week ago)

Debian! I have a Plex server on Debian and it’s been nice and stable. I stream 4k to two tvs at my house at once. Works well.

[-] uninvitedguest@lemmy.ca 9 points 1 week ago

That sounds like the server side, but what about the client side?

[-] neo@lemmy.comfysnug.space 3 points 1 week ago

the only difference is you install a desktop environment on desktop debian imo

[-] gravitywell@sh.itjust.works -5 points 1 week ago

Linux Mint Debian Edition if you find Debian itself too intimidating.

I'm looking at chimera. Mostly because I also want to use the same machine for gaming, and since chimera boots right to steam, then I could add an entry for jellyfin

[-] uninvitedguest@lemmy.ca 2 points 1 week ago* (last edited 1 week ago)

I was hoping to use Chimera, bit with it only supporting AMD GPU's (I'm running an Intel n100) I had to keep looking. Bazzite looks interesting.

Yeah, definitely an issue. I'm slowly building up a new rig just for that, and I'm going team red for that build. Honestly the new AMD GPUs are just tanks, and they take on all but the most high end NVidia ones. Doesn't help if you already have a GPU, but if you're in the market I can tell you it's pretty dang awesome. I have looked into Bazzite too, Chimera seems a bit more synced with SteamOS which is why I like it.

[-] gccalvin@lemmy.world 2 points 1 week ago

Haven't tested it, but I'm hoping Kodi works well. I'm waiting on my Vero V to arrive, which comes with OSMC (FOSS linux distro made to run Kodi).

[-] tofubl@discuss.tchncs.de 2 points 1 week ago

I have a Raspberry Pi 3 with a Hifiberry DAC running OSMC (nicely packaged Kodi on top of Debian) acting as my media center and recently installed Jellycon with the hopes of being able to use server side transcoding for a few formats my old TV doesn't support.

My verdict: Menu navigation is slow, but it's a native kodi integration (supports widgets) and playback works great once you made your way through the menus. You can selectively set transcoding options per file type which is exactly what I needed.

Best solution I've seen so far, as it also does IR remote passthrough over HDMI if your TV supports it. The addon works in any kodi setup of course. I think there might be a way to start playback from the Jellyfin web UI but haven't bothered with it. This would fully remedy the menu slowness, I think.

[-] pyrosis@lemmy.world 1 points 1 week ago

I'll be honest op if it's on a TV I use the newer fire sticks with the jellyfin app. They already have support for various codecs and stream from my server just fine. Cheap too and come with a remote.

If I were just trying to get a home made client up I would consider Debian bookworm and just utilize the Deb from the GitHub link here...

https://jellyfin.org/downloads/clients/

Personally I'd throw on cockpit to make remote administration a bit easier and setup an auto start at login for the jellyfin media player with the startup apps. You can even add a launch variable to launch it full screen like...

jellyfin --fullscreen

The media player doesn't really need special privileges so you could create a basic user account just for jellyfin.

[-] JoMiran@lemmy.ml 1 points 1 week ago

I use to run RasPlex on a PiZero with a Bluetooth gamepad as a Plex client. There has to be a jellyfin equivalent. For some time, I have just used older game consoles as media clients instead.

[-] TechAdmin@lemmy.world 1 points 1 week ago

I'd recommend using distro you know best and/or most prefer to work with. I use the flatpak install of Jellyfin Media Player but there are also deb files available.

I'm currently using minipc with Intel n5105 (or something similar) for 1080p HTPC. Debian 12 OS with auto-login & Jellyfin Media Player starting at login. I control it with pepper jobs RF remote but also have a logitech wireless keyboard+touchpad for it. Keyboard+touchpad come in handy when browsing media sites on firefox but some might restrict quality. Some of the newer minipc's I tried required adding backports repo to install newer kernel for wifi to work. I had been playing with Debian a lot when I set up first one & been using clonezilla to image them so it's stuck.

Ordered a gmtek n97 minipc to play with and should have it in about a week. Going to test it out with 4k but it's not a deal breaker for me if it cannot handle that well enough.

[-] helenslunch@feddit.nl 0 points 1 week ago

As far as I can tell there is no good Linux client for HTPC.

Closest thing is probably SteamOS only you fill the game slots with streaming services with Heroic Games Launcher. But then you're going to be limited to 720p on most services, which blows.

[-] ForgotAboutDre@lemmy.world 2 points 1 week ago

Kodi is a great Linux client. But that's not what OP wants, the jellyfin app is a nicer UX experience.

[-] helenslunch@feddit.nl 1 points 1 week ago

The Jellyfin app is not a Linux distro, that's what OP asked for.

[-] ForgotAboutDre@lemmy.world 2 points 1 week ago

Yes, I understood that. There are specific OS for Kodi like libreElec, that make it easy to have support for lots of codecs etc. I don't know if any for specific to Jellyfin, but the Jellyfin App has a better UX than Kodi.

[-] AtariDump@lemmy.world -3 points 1 week ago

Server OS?

Whatever one you’re most comfortable with.

Client OS?

There’s a lot of different factors for this one.

this post was submitted on 06 May 2024
25 points (93.1% liked)

Selfhosted

36985 readers
262 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 11 months ago
MODERATORS