mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-15 02:43:42 +01:00
add more sponsorblock categories to sbskip
This commit is contained in:
parent
b5a4fd4952
commit
9c30757284
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,13 @@
|
||||||
;; MPV script to skip SponsorBlock segments added by yt-dlp's `--sponsorblock-mark=all` option
|
;; MPV script to skip SponsorBlock segments added by yt-dlp's `--sponsorblock-mark=all` option
|
||||||
|
|
||||||
;; list of SponsorBlock segment types to skip
|
;; list of SponsorBlock segment types to skip
|
||||||
(local blacklist [:Intro :Sponsor :Outro :Endcards/Credits "Intermission/Intro Animation"])
|
(local blacklist [:Intro
|
||||||
|
:Sponsor
|
||||||
|
:Outro
|
||||||
|
:Endcards/Credits
|
||||||
|
"Intermission/Intro Animation"
|
||||||
|
"Interaction Reminder"
|
||||||
|
"Unpaid/Self Promotion"])
|
||||||
|
|
||||||
;; chapters alredy skipped this file
|
;; chapters alredy skipped this file
|
||||||
;; table of chapter id => true
|
;; table of chapter id => true
|
||||||
|
|
Loading…
Reference in a new issue