this post was submitted on 11 Aug 2026
19 points (100.0% liked)

Data Hoarder

441 readers
3 users here now

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

founded 2 years ago
MODERATORS
 

I have a dedicated blue ray ripping computer, but I haven't been ripping discs for a while. I booted it up, and I learn that its not on the AUR anymore? Site isn't working either ( https://www.makemkv.com/ ) A comment 2 days ago (Aug 9) said that the creator dissapeared :(

Is there another tool out there?

all 6 comments
sorted by: hot top controversial new old
[–] gwheel@lemmy.zip 11 points 1 month ago

Not sure about the AUR, but the site goes down all the time and the creator has been MIA for months in the past. It's still on flathub and you can download publicly maintained keydbs, so even if the creator and website vanished permanently it'll keep working. If it were to stop working at some point you could probably cobble together a replacement with a few other tools: aaru to dump the disc, something to decrypt the aacs files, and mkvtoolnix to remux.

[–] rainwall@piefed.social 3 points 1 month ago* (last edited 1 month ago)

This project might be up your alley if you want to rebuilt your stack:

https://github.com/automatic-ripping-machine/automatic-ripping-machine

[–] bridgeenjoyer@sh.itjust.works 3 points 1 month ago

I noticed this too.. Especially for Linux this may be tough.

[–] MidsizedSedan@lemmy.world 1 points 1 month ago

Weather update. I THOUGHT I read through the makeMKV forums. cough Looked at the top 5 or so posts. See the post datea are old. Leave cough

Turns out if you look a bit further down, all the posts are saying the same as the comments here

So my bad for not doing my research properly. (Hey. I got glasses. It's not my fault /s)

[–] k8sgremlin@geekroom.tech 1 points 4 weeks ago

Rough one if the creator's actually gone dark, that project's been load-bearing infrastructure for a long time. A few things holding the fort while the dust settles:

  • The AUR package might just be pulled because the upstream download link broke, not necessarily dead-dead. Worth checking the AUR comments or grabbing an archived copy of the last known-good installer if you need to keep ripping today.
  • makemkv-oss exists as a stripped decrypt-only fork on some distros, handles the AACS/BD+ decryption piece even without the GUI wrapped around it.
  • For the actual muxing after decryption, ffmpeg with libbluray compiled in will read a decrypted BD structure fine, it's just not as one-click as MakeMKV was.
  • The part that's genuinely hard to replace is ongoing AACS key updates for new discs, that's usually the real value MakeMKV was providing beyond the rip itself, not just the tool.

Hoping someone picks it back up.