mpv: Disable thumbnails auto-generation

This commit is contained in:
Geoffrey Frogeye 2023-12-19 23:09:25 +01:00
parent b81f20c944
commit 06f219f0c8
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -537,6 +537,7 @@ in
scripts = with pkgs.mpvScripts; [ thumbnail ];
scriptOpts = {
mpv_thumbnail_script = {
autogenerate = false; # TODO It creates too many processes at once, crashing the system
cache_directory = "/tmp/mpv_thumbs_${config.home.username}";
mpv_hwdec = "auto-safe";
};