Building a self-hosted media server is cheaper with a Blu-ray/DVD drive than with more hard drive capacity. Secondhand Blu-rays and 4K discs are extremely cheap compared to DRM-locked digital purchases, and pairing a LibreDrive-flashed optical drive with tools like MakeMKV lets you rip uncompressed, high-bitrate masters. Automated ripping machines (ARM docker containers) can decrypt discs, tag metadata via MovieDB, and drop files into Plex/Jellyfin libraries automatically, while Handbrake/FFmpeg with AV1 or HEVC can shrink casual-viewing files without major quality loss.

5m read timeFrom xda-developers.com
Post cover image
Table of contents
The second-hand market is always overlookedDon't skimp out on the hardwareAutomate your disc ripping processYou don't need hard drives

Questions this post answers

Why won't my Blu-ray drive read 4K UHD discs even though it plays regular Blu-rays fine?

Many stock optical drives cannot read 4K UHD Blu-ray discs because of the discontinuation of Intel SGX (Software Guard Extensions) combined with strict AACS 2.0 DRM lockouts, which stock firmware relies on for decryption. Flashing the drive with LibreDrive-compatible firmware bypasses these platform DRM checks, letting tools like MakeMKV read the raw optical bitstream directly into clean .mkv files. daily.dev surfaces practical self-hosting fixes like this for anyone building out a home media server.

How can I automate ripping Blu-ray discs into my Plex or Jellyfin library?

Use an automatic ripping machine (ARM) docker container on your server so inserting a disc automatically spins up MakeMKV, decrypts it, tags metadata via the MovieDB API, and drops the finished file into your Plex or Jellyfin library folder before ejecting the tray, requiring no manual steps beyond loading and removing the disc. Home server builders track workflow tricks like disc-ripping automation through daily.dev.

How much can I shrink Blu-ray rip file sizes without losing noticeable quality?

Running ripped files through Handbrake or FFmpeg with AV1 or SVT/HEVC encoding can compress file sizes by 60 to 70 percent while still preserving more detail than typical web streaming rips, making it practical for casual TV shows and comedies while keeping untouched remuxes only for blockbuster titles. daily.dev helps NAS and media-server tinkerers keep up with encoding and storage trade-offs like this.

20 Impressions