10 pname = "mpv-quality-menu";
13 src = fetchFromGitHub {
14 owner = "christoph-heinrich";
15 repo = "mpv-quality-menu";
17 hash = "sha256-uaU4W72P7zhHzxmfr59icCAl1mJ3ycLGzkGcYasHllI=";
19 passthru.updateScript = gitUpdater { rev-prefix = "v"; };
21 extraScripts = lib.optional oscSupport "quality-menu-osc.lua";
24 description = "Userscript for MPV that allows you to change youtube video quality (ytdl-format) on the fly";
25 homepage = "https://github.com/christoph-heinrich/mpv-quality-menu";
26 license = licenses.gpl2Only;
27 maintainers = with maintainers; [ lunik1 ];