mpv: Disable thumbnails auto-generation
This commit is contained in:
parent
b81f20c944
commit
06f219f0c8
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue