de-vendor mpv-webm

This commit is contained in:
2024-01-26 02:08:22 +01:00
parent 5be733cfa7
commit 4a5943d61b
3 changed files with 2 additions and 31 deletions

View File

@@ -2,6 +2,7 @@
let
m = pkgs.mpvScripts;
mu = pkgs.unstable.mpvScripts;
a4k = lib.mkIf (m ? anime4k);
in
@@ -28,7 +29,7 @@ in
#m.thumbnail # TOO SLOW
m.thumbfast
m.mpris
(m.mpv-webm or flakes.self.pkgs.mpv-webm) # activate with SHIFT+W
(m.mpv-webm or mu.mpv-webm) # activate with SHIFT+W
# from https://github.com/mpv-player/mpv/issues/9767#issuecomment-1024831645
({ scriptName = "dynamic-subs.lua"; } // (pkgs.writeTextDir "share/mpv/scripts/dynamic-subs.lua" ''
mp.add_hook('on_load', 10, function()