9 pname = "mpv-quality-menu";
12 src = fetchFromGitHub {
13 owner = "christoph-heinrich";
14 repo = "mpv-quality-menu";
16 hash = "sha256-yrcTxqpLnOI1Tq3khhflO3wzhyeTPuvKifyH5/P57Ns=";
18 passthru.updateScript = gitUpdater {
22 extraScripts = lib.optional oscSupport "quality-menu-osc.lua";
25 description = "A userscript for MPV that allows you to change youtube video quality (ytdl-format) on the fly";
26 homepage = "https://github.com/christoph-heinrich/mpv-quality-menu";
27 license = licenses.gpl2Only;
28 maintainers = with maintainers; [ lunik1 ];