---
title: "The cheapest upgrade to my media library wasn't a hard drive — it was a disc drive"
url: https://daily.dev/posts/the-cheapest-upgrade-to-my-media-library-wasn-t-a-hard-drive-it-was-a-disc-drive-trtas3jbc
source_url: https://www.xda-developers.com/cheapest-upgrade-to-my-media-library-wasnt-hard-drive-it-was-disc-drive
type: article
source: "XDA Developers"
published: 2026-08-26T22:01:26.172Z
updated: 2026-08-26T22:04:24.787Z
tags: ["backend", "self-hosting", "jellyfin"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The cheapest upgrade to my media library wasn't a hard drive — it was a disc drive

**[XDA Developers](https://daily.dev/sources/xda-developers)** · 5 min read · 0 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.xda-developers.com/cheapest-upgrade-to-my-media-library-wasnt-hard-drive-it-was-disc-drive>

## 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._

## Similar posts on daily.dev

- [Ripping my Blu-rays was the best upgrade I ever made to my Plex server](https://daily.dev/posts/ripping-my-blu-rays-was-the-best-upgrade-i-ever-made-to-my-plex-server-y5ykywhl4) · XDA Developers · 0 upvotes · 0 comments
- [Physical media looks better, but Plex gives me the one thing discs never could](https://daily.dev/posts/physical-media-looks-better-but-plex-gives-me-the-one-thing-discs-never-could-rkhewutxj) · XDA Developers · 0 upvotes · 0 comments
- [After adding my entire Blu-ray library to Jellyfin, physical discs feel obsolete](https://daily.dev/posts/after-adding-my-entire-blu-ray-library-to-jellyfin-physical-discs-feel-obsolete-lnfqtxmie) · XDA Developers · 0 upvotes · 0 comments
- [Music Is Back On Optical Disk In This Plex Server](https://daily.dev/posts/music-is-back-on-optical-disk-in-this-plex-server-vw41dy7zh) · Hackaday · 0 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#self-hosting](https://daily.dev/tags/self-hosting), [#jellyfin](https://daily.dev/tags/jellyfin)

[View this post on daily.dev](https://daily.dev/posts/the-cheapest-upgrade-to-my-media-library-wasn-t-a-hard-drive-it-was-a-disc-drive-trtas3jbc)
