mpv: Add sponsorblock

pull/48/head
Simon Bruder 2021-03-09 15:39:23 +01:00
parent 3a5568a136
commit 429144166d
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 6 additions and 1 deletions

View File

@ -156,6 +156,9 @@ in
# sub-delay for fixing 24 empty frames on blu-ray
"Alt+z" = "add sub-delay -1";
"Alt+Z" = "add sub-delay +1";
# sponsorblock: set segment boundaries
"alt+g" = "script-binding sponsorblock/set_segment";
};
profiles =
@ -219,7 +222,9 @@ in
scripts = [
pitchcontrol
];
] ++ (with pkgs.mpvScripts; [
sponsorblock
]);
};
# mpv-gallery-view is not compatible with home-managers script injection meachanism