Integrate Sponsorblock into MPV
This commit is contained in:
parent
40ef421948
commit
bdc3d38f38
|
@ -12,6 +12,8 @@ let
|
||||||
};
|
};
|
||||||
isync-oauth2 = isync.overrideAttrs
|
isync-oauth2 = isync.overrideAttrs
|
||||||
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
(div: rec { buildInputs = [ openssl patched-cyrus-sasl-oauth2 zlib ]; });
|
||||||
|
mpv-sponsorblock =
|
||||||
|
(mpv-with-scripts.override { scripts = [ mpvScripts.sponsorblock ]; });
|
||||||
|
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
@ -74,7 +76,7 @@ in {
|
||||||
urlscan
|
urlscan
|
||||||
# Media
|
# Media
|
||||||
gimp
|
gimp
|
||||||
mpv
|
mpv-sponsorblock
|
||||||
patched-webtorrent-cli
|
patched-webtorrent-cli
|
||||||
deluge
|
deluge
|
||||||
yt-dlp-light
|
yt-dlp-light
|
||||||
|
|
Loading…
Reference in New Issue