mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add tooling to watch and backup DVDs and Blu-rays
This is all about backing my stuff up from physical disk to Jellyfin for personal consumption.
This commit is contained in:
parent
6ff6bb3f9f
commit
3225c34bd0
3 changed files with 22 additions and 1 deletions
20
modules/hosts/common/linux/ripping.nix
Normal file
20
modules/hosts/common/linux/ripping.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }: {
|
||||
# Be sure this is added if on NixOS
|
||||
# boot.kernelModules = [ "sg" ];
|
||||
|
||||
# Also, get KEYDB.cfg per https://wiki.archlinux.org/title/Blu-ray
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
handbrake
|
||||
libaacs
|
||||
libbdplus
|
||||
libbluray
|
||||
libdvdcss
|
||||
libdvdnav
|
||||
libdvdread
|
||||
makemkv
|
||||
mkvtoolnix
|
||||
mkvtoolnix-cli
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue