9 pname = "youtube-chat";
10 version = "unstable-2024-06-08";
12 src = fetchFromGitHub {
14 repo = "mpv-youtube-chat";
15 rev = "4b8d6d5d3ace40d467bc0ed75f3af2a1aefce161";
16 hash = "sha256-uZC7iDYqLUuXnqSLke4j6rLoufc/vFTE6Ehnpu//dxY=";
19 scriptPath = "youtube-chat";
23 install -D -t $out/share/mpv/scripts/youtube-chat main.lua
27 passthru.extraWrapperArgs = [
31 (lib.makeBinPath [ yt-dlp ])
35 description = "MPV script to overlay youtube chat on top of a video using yt-dlp";
36 homepage = "https://github.com/BanchouBoo/mpv-youtube-chat";
37 license = lib.licenses.mit;
38 platforms = yt-dlp.meta.platforms;
39 maintainers = with lib.maintainers; [ fliegendewurst ];