From fcd347aba5606524bf83adbb8961426184511ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Fri, 15 Dec 2023 17:36:40 +0100 Subject: [PATCH] feat: BluRay support --- README.md | 4 ++++ packages.nix | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 7aa9807..55c3a88 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,7 @@ nix build '.#homeConfigurations.theaninova.activationPackage' ``` After that reload the shell + +### BluRays + +Download the database from [here](http://fvonline-db.bplaced.net/) and place it in `~/.config/aacs/KEYDB.cfg` diff --git a/packages.nix b/packages.nix index db0d2de..e022caf 100644 --- a/packages.nix +++ b/packages.nix @@ -20,6 +20,15 @@ with pkgs; [ handbrake metadata-cleaner bitwarden + # BluRay support + # Also downlaod the latest version of the decryption keys + # http://fvonline-db.bplaced.net/ + # and put them into ~/.config/aacs/KEYDB.cfg + (libbluray.override { + withAACS = true; + withJava = true; + withBDplus = true; + }) # chat apps (import ./packages/threema-desktop.nix {inherit pkgs;})