this post was submitted on 17 Mar 2026
12 points (100.0% liked)

Linux

63827 readers
787 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 6 years ago
MODERATORS
 

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!

top 29 comments
sorted by: hot top controversial new old
[–] nix98@lemmy.world 1 points 10 hours ago

If you don't need transcoding, then anything should be able to handle it. But, if you are planning to stream over the Internet to your phone on LTE, you'll "probably" want transcoding, or if you are streaming to set top boxes, they may not support the codecs you used, and will also require transcoding.

I personally am using Jellyfin, and find it to be great for TV shows, movies, and you tube (via tubearchivist + its jellyfin plugin). It's dead simple to setup, its metadata is perfect, and there are great frontends for it. Other than the big update from about 6 months ago, it has mostly been a set it and forget it.

Some people use jellyfin for music, but I find navidrome a much better option for music.

I run my media server on a fitlet2. It isn't super powerful, but has been a great little machine. It can transcode 1080p just fine, but would struggle for doing anything higher than that.

It hosts about 30 other things too, including my camera and NVR with frigate.

[–] blitzen@lemmy.ca 3 points 15 hours ago

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.

[–] doodoo_wizard@lemmy.ml 3 points 15 hours ago (1 children)

here’s someone who installed linux on one.. 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.

[–] Dariusmiles2123@sh.itjust.works 1 points 15 hours ago* (last edited 15 hours ago) (2 children)

I read your article and it was interesting.

I didn’t know the RAM on the 2014 MacMinis wasn’t upgradeable. Thanks for letting me know.

Also what did you mean by don’t bother with the hotter i7 version as I saw a lot of them for quite cheap? Are they bad or just too powerful for what I’d do?

As for the Broadcom module, I’ve done it on my 2012 upgraded MacBook Pro and it was easy in Fedora. Don’t know about other distros though..

[–] djdarren@piefed.social 1 points 14 hours ago (2 children)

The RAM is upgradable on the 2018 mini, though the storage isn't. The ability to upgrade the RAM is a big part of why those ones have kept their value.

I actually use a 2014 mini as my general purpose home server.

The interesting thing about that model is that they were offered with a Fusion drive: so basically, some have a small SSD for installing the OS on, with a larger spinning HDD for everything else. If you do pick one up and it doesn't have the adapter for an M.2 drive, you can buy them on eBay for less than £10.

So mine now has a 250GB M.2 SSD and a 1TB SATA SSD. When I installed Debian, I put /root on the M.2 and /home on the SATA, which works perfectly. The OS can have as much space as it needs without eating into the space my stuff needs. And I have an external 1Tb HDD connected too.

But yeah, as mentioned elsewhere, the wifi can be a pain on those Macs. Personally, I didn't bother with it as it's hooked up with Gigabit ethernet anyway.

[–] datendefekt@feddit.org 1 points 12 hours ago (1 children)

Recently read of some controversy around Booklore. Looks like the main dev is ignoring PRs and just vibe coding everything himself, planning a subscription model, and the quality is slipping.

[–] djdarren@piefed.social 1 points 11 hours ago* (last edited 10 hours ago)

Yeah, I saw something about that after I'd gone to the trouble of getting it up and running. Might have another go at Calibre Web, though I had trouble getting it to sync with my Kobo, where Booklore was pretty straightforward.

[–] Dariusmiles2123@sh.itjust.works 1 points 13 hours ago* (last edited 12 hours ago)

Thanks for your answer! I only realized now that since it’s gonna be near my router, an Ethernet cable can do the job in case RPM Fusion and installling the Broadcom drivers isn’t enough.

Just put an offer on an auction site for a MacMini with 16Gb of Ram, an i7 and a 265gb SSD. We’ll see if I get it for less than 100.-🤞

[–] doodoo_wizard@lemmy.ml 0 points 11 hours ago (1 children)

For what you’re suggesting using it for there isn’t much point in paying for the faster hotter chip.

It’s unlikely you’ll be able to decode 4k if you end up going that route with the 2014.

[–] Dariusmiles2123@sh.itjust.works 1 points 10 hours ago

In my country, used i7 or i5 are around the same price, but I can’t find an i5 with 16gb of ram to future proof it and make it useable for something else than a media center if I want to recycle it in the future.

Still I hope the i7 isn’t consuming too much or producing too much heat.

[–] KindnessIsPunk@lemmy.ca 2 points 15 hours ago* (last edited 15 hours ago)

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 present it as a link to work in browser Transcode when needed

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

[–] GnuLinuxDude@lemmy.ml 3 points 17 hours ago

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.

[–] blitzen@lemmy.ca 2 points 17 hours ago* (last edited 17 hours ago) (2 children)

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.

[–] harsh3466@lemmy.ml 4 points 16 hours ago (1 children)

Secondary to that is that getting bluray to work on a computer is a pain. It's not impossible, but its not natively supported on macos or Linux (I dont know about windows, haven't used it in ages now).

Whereas is you do use the alternative methods, you dont have to fight with trying to get the os you're using to work tlwoth bluray

[–] blitzen@lemmy.ca 1 points 15 hours ago (1 children)

Thirdly, the rips you’ll get from the alternative methods will likely be a better quality and/or smaller file size than a personal rip.

[–] nix98@lemmy.world 1 points 10 hours ago

How so? From blu-ray, I can use handbrake or ffmpeg to pick the exact quality and options I want. And I can use av1, which most torrent groups still aren't using.

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.

[–] Dariusmiles2123@sh.itjust.works 1 points 15 hours ago (1 children)

The external Bluray poayer is a necessary for me as I really want to make copies of my own movies.

Some of them could also be difficult to find on torrent sites and a Blu ray player can also be useful to backup my videogames at one point.

In my country, it is legal to make copies of something you own. Even downloading movies is legal to make, but it ain’t what I want 😇

[–] blitzen@lemmy.ca 1 points 15 hours ago (1 children)

I hear you on those concerns. You may find that ripping blu-rays, even if legal, has technical decrypting hurdles too high to clear. Just keep your option open is my suggestion.

[–] Dariusmiles2123@sh.itjust.works 1 points 14 hours ago (2 children)

What kind of technical hurdles do you mean? Apparently makeMKV makes it quite easy but I’d be happy to have feedback

[–] cmnybo@discuss.tchncs.de 1 points 14 hours ago

You shouldn't have any issues with MakeMKV and normal blurays. 4K blurays can only be ripped with certain drives and they need custom firmware.

[–] nix98@lemmy.world 0 points 10 hours ago (1 children)

I don't have trouble with most blu-rays, but there are a few I have not been able to get to rip. This includes, brand new, out of the box blu-rays. I have not tried any ultra-hd blu-rays yet, even though my external blu-ray drive should support it.

I do recommend looking at the makemkv forums for blu-ray drives. Some of the cheaper external drives do not last very long! A higher quality internal drive with an external case works much better. There are some people on the makemkv forums you can buy from. They have specific drives they like and they'll pre-flash libredrive firmware on them.

I also prefer ripping to downloading. I am quite specific about how I like my movies ripped, and like to keep embedded subtitles, extra languages, full DTS surround, and commentary tracks, which are often missing in downloads. It does take a bit more time, but I also find I am way more careful about curating my collection and keeping it high quality.

[–] Dariusmiles2123@sh.itjust.works 1 points 10 hours ago

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.

[–] just_another_person@lemmy.world 2 points 18 hours ago (1 children)

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.

[–] Dariusmiles2123@sh.itjust.works 0 points 18 hours ago (1 children)

Could you give me an example of an n100 for Ryzen5 minipc? The power consumption wouldn't be such a big problem as I'm never letting computer run when they are not in use, so it would only be on when we watch or listen to something. Still the lower the power consumption, the better if it's at an acceptable price and the thing can be upgraded/repaired if needed.

[–] just_another_person@lemmy.world 2 points 18 hours ago (1 children)

Minisforum makes good stuff, but only buy their Refurbished items if you don't need something specific.

Lots of people buy Beelink minipcs for n100 boxes, but looks like the prices are all jacked right now. [This should only be about $150 maybe.](https://www.newegg.com/beelink-barebone-systems-mini-pc-intel-n95/p/2SW-0012-001Z2?Source=socialshare

[–] Dariusmiles2123@sh.itjust.works 2 points 17 hours ago

From what I’m seeing, you can’t really get these in Switzerland sadly. The second hand market consists mostly of MacMinis, HP EliteDesk 800 G3/5, Intel NUC stuff..

I have to admit that I don’t know if any of these are good except the MacMinis (because Apple) and HP EliteDesk (because we used them at work for years).

[–] Vittelius@feddit.org 1 points 17 hours ago (1 children)

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.

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
[–] blitzen@lemmy.ca 3 points 15 hours ago

Standard blu-ray most certainly is not limited to 720p.

[–] Kirk@startrek.website 1 points 17 hours ago

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.