Elektrine lite

← Feed

@Dariusmiles2123@sh.itjust.works

Advice for Linux media center

2026-03-17 14:22 UTC

Hi everyone! In the next year or so, my project is to rip all my blurays and put them on a 4tb external USB hard drive. I’ve already done it for all my DVDs, but I still have to buy an external bluray player in order to finish the job. My budget for the bluray player is CHF 75.- used, so around 75$. All this is done through MakeMKV. Then, I’d want to have a small Linux PC that I’d use as a media center. My budget is under CHF 100.-, so around 100$. I’ve noticed that you can get 2014 MacMinis with i5 or i7 for that budget, but I’m open to any other brand. What I’d want the PC to do: -Play all my movies stored on my external USB drive. I don’t think I have 4k movies, but I can’t exclude that some of my Blurays will be 4k in the future -Display my family pictures and videos stored on kDrive (a cloud by Infomaniak) through Firefox and WebDav -Play my music on my Yamaha Amplifier through Firefox and Tidal -Use the wifi for updates, browser based stuff, etc… The PC would probably not be used for anything else for now, but it needs to be able to become a desktop PC again in the future if needed. I’d want to operate the PC with a bluetooth mouse and only have to use a keyboard from time to time. I’ve heard about Jellyfin, Libelec, Kodi and other stuff but I don’t really know what they are. Thanks in advance for your advice!

Replies (10)

  • @blitzen@lemmy.ca 2026-03-17 17:48

    I’d look at retired business machine, preferably something small like Lenovo or Dell SFF office pc, with 8th gen i3 at minimum. 8th gen is where the integrated gpu shines for this purpose. Install plex or Jellyfin. And if possible, stick to internal drives instead of external; one fewer thing to draw extra power. You could even do a second drive internally for backup.

    Open ##2729552

  • @blitzen@lemmy.ca 2026-03-17 14:59

    One thing you might consider is skipping buying the Blu-ray player and obtaining your movie rips *alternatively.* Only you know your appetite for risk, but so long as you’re only getting copies of the movies you own, I’d guess the risk is small. Besides, simply ripping your physical discs isn’t strictly legal everywhere, so that itself may have a small risk. Put the money you save into a better machine.

    Open ##2729553

  • @GnuLinuxDude@lemmy.ml 2026-03-17 15:35

    My media server, which is just my server generally, is an old thinkpad I have from 2014. For media I use Jellyfin and I ensure the content is already in a format that will not require transcoding on any device I care to serve to (typically mp4 1080p hevc + aac). If you look at the used computer market, there are endless options to attain what you are asking for. My only real advice is make sure the computer doesn’t draw much power and, if possible, doesn’t emit much or any fan noise. A laptop is a decent choice because the battery kind of serves as an uninterruptible power supply. I just cap my charge limit at 80% since I never unplug it.

    Open ##2729554

  • @Vittelius@feddit.org 2026-03-17 15:28

    ### Hardware A mac mini is probably overkill for what you want to do. We are talking standard blu-ray after all, meaning your videos are going to be limited to 720p. Most hardware will have no problem dealing with that. The cheapest solution that's fit for purpose is a refurbished thin client. They aren't powerful or anything, but you don't need powerful. You need quiet (passively cooled) and low on energy consumption. Thin clients can be had on [eBay for less than 30 Franks](https://www.ebay.ch/itm/306791651217?_skw=thin+client&itmmeta=01KKY4Z05RA97D4DMB79NG0XNW&itmprp=enc%3AAQALAAAA8GfYFPkwiKCW4ZNSs2u11xD4Ll6gLJGBZ3o1z0YvnXJGHC5egF%2FL1pV5KKTVq0sQ1Fg5EM4ga%2Bz%2BlTFb1IjCmNUi6Zf6mcWKfONNJxRkzGFoek5AYZ1%2FXWCWl0lpMcP2jQcRLOr5p7H2J8SoK1eCsIYWuWa3YUAg89pWb1RuuToR5FWFP9jrgwq4lIdzjZIFZdR1JhCg6AcrwjPPVnBBdiHFg7Caq78NfsmBbnKHmUUm%2FIuRSAc4nx6%2FhYisPqRCL5gcdn0UKqoIjlj1meMsIOsigWzLJqWSACunN8N7%2FDa9TCy3Po2Pr5aHKsmO0CjgNQ%3D%3D%7Ctkp%3ABk9SR4CD_MSfZw&keyword=thin+client&sacat=0&relatedSearch=true). ### Software - Kodi: originally known as the XBox Media Center (XBMC), a TV friendly menu to pick the movie or TV show you want to watch - LibreElec: A Linux distro, that preconfigures and auto starts Kodi, not the best choice if you plan to use anything besides Kodi - Jellyfin: A media server. If you got multiple TVs you might want to look into this one. It essentially let's you operate your own Netflix, complete with a web frontend and apps for phones and TVs, integrates with Kodi

    Open ##2729555

  • @doodoo_wizard@lemmy.ml 2026-03-17 17:18

    [here’s someone who installed linux on one.](https://www.randomwire.us/p/random-wire-150-running-mx-linux). If you need WiFi make sure you understand how to add the Broadcom module into the kernel. The 2014 minis are all dual core haswell CPUs so don’t bother with the hotter i7 versions. You can’t upgrade the ram so buy what you need. If you’re in Europe often the hp elitedesk is a used pc of note. The elitedesk 800 g4 specifically may be a better option since the sff ones can already have bd drives built in, can take extensive internal storage upgrades (2x nvme, 2x 3.5, 1x 2.5) and will have a four core eighth generation intel processor 99% of the time which makes 4k within reach. Kodi is the media system package used by a lot of linux systems. Libreelec is a linux distribution that focuses on running kodi. If your stereo has hdmi you can just plug one into the other and hear movies and tv sound through the stereo, if not then you’ll will need to do some kind of input switching to listen to music using the 3.5mm jack and movies using sound over hdmi. E: don’t worry about power efficiency. Even the 2014 Mac you’re looking at is able to turn stuff off at the processors clock tree and idles at a low enough draw to not worry about.

    Open ##2729556

  • @KindnessIsPunk@lemmy.ca 2026-03-17 17:23

    Just sharing a little side project. I wanted to write a side project for media streaming to see how things like Stremio work Wrote a very minimal client in Go which took 5 weekends and I've so far been able to get it to look up something by tmdb code, grab it with prowlarr, Transcode when needed, present it as a link to work in browser I've been slow with it but I'm pretty proud for both having no experience and not vibe coding (just good old-fashioned code theft off of Stack exchange sometimes) Probably absolutely garbage but hey I learned a lot

    Open ##2729557

  • I wouldn't use an old MacMini for much because they aren't actually power efficient, but any n100 for Ryzen5 minipic with Kodi on it would work just fine for you want. There are plenty of altern6to Kodi, but it's so simple, it's hard to pass up.

    Open ##2729558

  • @Kirk@startrek.website 2026-03-17 15:07

    Libelec (kodi) is fine if only playing local media but its use for anything else except realdebrid is extremely lacking. On the plus side it will run great on an Rpi5 and if you go that route you can probably even use your TV remote because Libelec has excellent CEC support. Jellyfin/Plex is something your TV also probably has an app for, so you wouldn't even need a media center, just a media server. Plasma Bigscreen is making slow gains, but in a couple of years will probably be the definitive Linux media center PC. Also a bit unconventional, but Bazzite can load directly into Steam's big picture mode. From there you could set shortcuts for Jellyfin or Plex HTPC.

    Open ##2729559

  • @blitzen@lemmy.ca 2026-03-17 23:49

    > I also find many of the downloads strive for smaller file size over quality. I want the opposite, as I don't ever want to have to rip again, and I want them to look perfect. Then why transcode them? Rip the remux direct from MakeMKV. As long as you're transcoding them, it's been my experience that there are much much much more knowledgable people than I when balancing quality/size.

    Open ##2729566

  • Agreed. When you download, you don’t really know what you’re getting. Also you don’t get consistency between all of your movies. That’s the difference when you rip your own stuff. With the bluray drive, there isn’t much choice on the used market in Switzerland so I’m just trying to go with a good brand and check reviews if I find some.

    Open ##2729573