9 version = "unstable-2022-09-08";
10 src = fetchFromGitHub {
13 rev = "b26825316e3329882206ae78dc903ebc4613f039";
14 hash = "sha256-OTrLQE3rYvPQamEX23D6HttNjx3vafWdTMxTiWpDy90=";
16 passthru.updateScript = unstableGitUpdater {};
19 description = "Automatically skips chapters based on title";
21 MPV script that skips chapters based on their title, categorized using regexes.
22 The set of skipped categories can be configured globally, or by an auto-profile.
24 homepage = "https://github.com/po5/chapterskip";
25 license = lib.licenses.unfree; # https://github.com/po5/chapterskip/issues/10
26 maintainers = with lib.maintainers; [ nicoo ];