mpv: Add sponsorblock
This commit is contained in:
parent
3a5568a136
commit
429144166d
|
@ -156,6 +156,9 @@ in
|
||||||
# sub-delay for fixing 24 empty frames on blu-ray
|
# sub-delay for fixing 24 empty frames on blu-ray
|
||||||
"Alt+z" = "add sub-delay -1";
|
"Alt+z" = "add sub-delay -1";
|
||||||
"Alt+Z" = "add sub-delay +1";
|
"Alt+Z" = "add sub-delay +1";
|
||||||
|
|
||||||
|
# sponsorblock: set segment boundaries
|
||||||
|
"alt+g" = "script-binding sponsorblock/set_segment";
|
||||||
};
|
};
|
||||||
|
|
||||||
profiles =
|
profiles =
|
||||||
|
@ -219,7 +222,9 @@ in
|
||||||
|
|
||||||
scripts = [
|
scripts = [
|
||||||
pitchcontrol
|
pitchcontrol
|
||||||
];
|
] ++ (with pkgs.mpvScripts; [
|
||||||
|
sponsorblock
|
||||||
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
# mpv-gallery-view is not compatible with home-manager’s script injection meachanism
|
# mpv-gallery-view is not compatible with home-manager’s script injection meachanism
|
||||||
|
|
Loading…
Reference in a new issue