this post was submitted on 12 May 2024
107 points (97.3% liked)

Linux

45574 readers
1789 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I want to try to set up a Raspberry Pi I have as a smart TV box and I was hoping I could find some advice.

My main requirements are:

  • can run Moonlight
  • can be controlled from a Bluetooth game controller (that should also work in Moonlight)

What would be nice:

  • can run VLC or Plex or something
  • can support AirPlay
  • can be used for some actual streaming services like Netflix

Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] chronicledmonocle@lemmy.world 23 points 1 month ago* (last edited 1 month ago) (2 children)

Any Linux distro with Flex Launcher and an Air Mouse+Keyboard Remote.

This is what my HTPC looks like currently:

[–] princessnorah@lemmy.blahaj.zone 4 points 1 month ago (1 children)

Why do you have Plex and Jellyfin?

[–] chronicledmonocle@lemmy.world 20 points 1 month ago* (last edited 1 month ago) (3 children)

With Plex banning people with large pirated libraries and their opt-out "watch reports" stuff, they're showing signs of enshittification. I setup Jellyfin as a alternative option for my library just in case. I even have a domain and HAProxy handling TLS offload for Jellyfin.

I'm a Plex Pass Lifetime subscriber, but I like Jellyfin a lot. Once they get the HTPC experience a bit more polished, I might fully move to it and retire Plex, but I'm hanging onto Plex for now.

[–] princessnorah@lemmy.blahaj.zone 3 points 1 month ago* (last edited 1 month ago) (1 children)

The lifetime subscriber bit makes a lot of sense. I didn't have a Plex Pass and ditched them last year when the enshittifcation became worse than the effort to move everything over to Jellyfin. Basically swapped overnight once I was committed.

[–] chronicledmonocle@lemmy.world 4 points 1 month ago (2 children)

Yeah I have 40+ family members and friends who access my library through Plex.....it's going to be a much more bumpy ride for me and that's basically why I have this transition period.

[–] princessnorah@lemmy.blahaj.zone 2 points 1 month ago

That's super fair, I only have the people under my roof :)

[–] JustEnoughDucks@feddit.nl 1 points 1 month ago

Holy shit. Hats off to you for 40 person media management.

I would absolutely not want to take that on 😅

[–] Snapz@lemmy.world 1 points 1 month ago (1 children)

I wish i knew what "HAProxy handling TLS offload" meant.

[–] EntropyPure@lemmy.world 5 points 1 month ago

Basically a pair of bouncers at the door to your Home Network whose specific purpose is to manage the flow of guests from outside (the internet) to your club (media server with library).

[–] manmachine@lemmy.world 1 points 1 month ago (1 children)

As I see it, they are close to parity on the video/shows side, but the music thing on Jellyfin is severely lacking for me. PlexAmp and all the special mix and radio features are where it's at for me, and so far I don't know of an open alternative to that.

[–] chronicledmonocle@lemmy.world 2 points 1 month ago

Yeah I barely use Plex for music, so I haven't run into this much. I use mine for TV and Movies pretty much exclusively.

[–] funkycarrot@discuss.tchncs.de 2 points 1 month ago (1 children)

Got Flexlauncher on my setup (Debian running on an old laptop) too and was hoping you could share some advice:

  • what's the best way to launch websites as "apps"? Bonus points if I get to keep uBlock Origin :)
  • currently using a wireless keyboard only and running to the trackpad when it doesn't suffice, what air mouse would you recommend?
  • that wallpaper looks great, could I have a link?
[–] chronicledmonocle@lemmy.world 4 points 1 month ago* (last edited 1 month ago) (1 children)

For full screen web pages, I'm using Chromium and the --kiosk and --full-screen flags in the launch command. This removes the title bar and such and just loads the web site in full screen. I only use this and the AirMouse for Netflix and PBS. Everything else works with just the remote's arrow keys (Steam, Plex HTPC, Jellyfin, ES-DE, etc.).

I'm using this AirMouse from Gimbi. This plus AutoHotKey to remap a few buttons and the 4 programmable buttons at the bottom for TV and soundbar controls work for me pretty well. I mapped the ! button to Alt+F4, the search button to the super key, etc. The programmable buttons are TV Input, TV Select, and Soundbar Vol+ / Vol-.

I think the wallpaper was a built in one for the Cinnamon desktop, but I'll try and find it and link it here.

[–] funkycarrot@discuss.tchncs.de 3 points 1 month ago

Thanks for taking the time to answer! I did read the Flexlauncher docs which also recommend the Chromium command, I was hoping there'd be something like that for Firefox because it's just a matter of time before ad blockers become handicapped in Chromium. But guess that's the only solution then.