Loading pkgs/applications/video/mpv/scripts/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ let mpv-discord = callPackage ./mpv-discord.nix { }; mpv-notify-send = callPackage ./mpv-notify-send.nix { }; mpv-osc-modern = callPackage ./mpv-osc-modern.nix { }; mpv-osc-tethys = callPackage ./mpv-osc-tethys.nix { }; mpv-playlistmanager = callPackage ./mpv-playlistmanager.nix { }; mpv-slicing = callPackage ./mpv-slicing.nix { }; mpv-webm = callPackage ./mpv-webm.nix { }; Loading pkgs/applications/video/mpv/scripts/mpv-osc-tethys.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib, buildLua, fetchFromGitHub, }: buildLua (finalAttrs: { pname = "mpv-osc-tethys"; version = "0-unstable-2024-08-19"; scriptPath = "osc_tethys.lua"; extraScripts = [ "mpv_thumbnail_script_server.lua" ]; src = fetchFromGitHub { owner = "Zren"; repo = "mpv-osc-tethys"; rev = "c4167f88a0e9944738419e90a71f1f80fba39ccb"; hash = "sha256-eAY+ZUuOxPJiNCuL7lqMBU4iURCMz12LQdfaYj4WFQc="; }; meta = { description = "OSC UI replacement for MPV with icons from the bomi video player"; homepage = "https://github.com/Zren/mpv-osc-tethys"; license = lib.licenses.unfree; # no license specified maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; }; }) Loading
pkgs/applications/video/mpv/scripts/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -114,6 +114,7 @@ let mpv-discord = callPackage ./mpv-discord.nix { }; mpv-notify-send = callPackage ./mpv-notify-send.nix { }; mpv-osc-modern = callPackage ./mpv-osc-modern.nix { }; mpv-osc-tethys = callPackage ./mpv-osc-tethys.nix { }; mpv-playlistmanager = callPackage ./mpv-playlistmanager.nix { }; mpv-slicing = callPackage ./mpv-slicing.nix { }; mpv-webm = callPackage ./mpv-webm.nix { }; Loading
pkgs/applications/video/mpv/scripts/mpv-osc-tethys.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lib, buildLua, fetchFromGitHub, }: buildLua (finalAttrs: { pname = "mpv-osc-tethys"; version = "0-unstable-2024-08-19"; scriptPath = "osc_tethys.lua"; extraScripts = [ "mpv_thumbnail_script_server.lua" ]; src = fetchFromGitHub { owner = "Zren"; repo = "mpv-osc-tethys"; rev = "c4167f88a0e9944738419e90a71f1f80fba39ccb"; hash = "sha256-eAY+ZUuOxPJiNCuL7lqMBU4iURCMz12LQdfaYj4WFQc="; }; meta = { description = "OSC UI replacement for MPV with icons from the bomi video player"; homepage = "https://github.com/Zren/mpv-osc-tethys"; license = lib.licenses.unfree; # no license specified maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; }; })