mpv: Replace mpv_thumbnail_script with thumbfast

There was a recent issue with the mpv thumbnail script that caused
certain videos to spawn many processes in parallel, thus causing 100%
CPU usage.
This commit is contained in:
Donovan Glover 2023-12-18 03:42:55 -05:00
parent bcf54f4cb4
commit c4827c1b62
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -39,7 +39,7 @@
scripts = with pkgs.mpvScripts; [
mpris
thumbnail
thumbfast
];
};
}