chapterskip
chapterskip copied to clipboard
mpv script to skip chapters based on their title
I'm currently packaging this in `nixpkgs`, so our users can easily add your script to their configuration, and noticed there doesn't seem to be a specified license for this script....
Sometimes I'd like to watch the chapters I usually skip, so I'm using this to quickly toggle the plug-in: - `mpv.conf` ``` [po5-chapter-skip-disabled] profile-desc="Disable po5/chapterskip" profile-restore=copy script-opts=chapterskip-skip="" ``` - `input.conf`...
I would like to know if there can be a way to add a delay to the script. For example, say I put a 5-second delay. After those 5 seconds,...
I am trying to add this category: `categories=sb>^%[SponsorBlock%]: Sponsor/^%[SponsorBlock%]: Intermission%/Intro Animation` Just to be very explicit, this is supposed to match precisely `[SponsorBlock]: Sponsor` & `[SponsorBlock]: Intermission/Intro Animation`. However, playing...