po5 / mpv_sponsorblock

mpv script to skip sponsored segments of YouTube videos
GNU General Public License v3.0
531 stars 29 forks source link

MPV shows the marker of the sections but doesn't skip the sections #37

Closed lamyergeier closed 2 years ago

lamyergeier commented 2 years ago

MPV shows the marker of the sections on the "playbar" but doesn't skip the sections. What should I do?

po5 commented 2 years ago

The sections you see that don't get skipped, are part of the categories option but missing from skip_categories.

The defaults are as follows:
categories = "sponsor,intro,outro,interaction,selfpromo" skip_categories = "sponsor"

You can remove categories from categories to not display them, or add some to skip_categories to skip them.
This script mirrors the SponsorBlock browser extension's behavior of showing all categories and only skipping sponsors by default.