From a3266137669cc737199fc2f03b26efc0b76f2e74 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 9 Apr 2023 18:50:02 +0000 Subject: [PATCH] mpvScripts.blacklistExtensions: init at unstable-2022-10-02 --- pkgs/applications/video/mpv/scripts/occivink.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/video/mpv/scripts/occivink.nix b/pkgs/applications/video/mpv/scripts/occivink.nix index 1cf541ebf5fd..fc37dd1fe1f2 100644 --- a/pkgs/applications/video/mpv/scripts/occivink.nix +++ b/pkgs/applications/video/mpv/scripts/occivink.nix @@ -37,4 +37,9 @@ in # Usage: `pkgs.mpv.override { scripts = [ pkgs.mpvScripts.seekTo ]; }` seekTo = script { name = "seek-to"; meta.description = "Mpv script for seeking to a specific position"; }; + blacklistExtensions = script { + name = "blacklist-extensions"; + meta.description = "Automatically remove playlist entries based on their extension."; + }; + }