po5 / mpv_sponsorblock

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

Implement auto skip to highlight/point of interest #71

Open alopatindev opened 7 months ago

alopatindev commented 7 months ago

I didn't test it well, specifically no idea whether it works correctly with skip_once=yes.

Perhaps it can be implemented even simpler way, without extra mp.set_property("time-pos", t.end_time) call.

I don't fully understand skip_ads function, any edits/criticism are welcome.

Videos for testing:

Closes #42

Obegg commented 7 months ago

It appears it doesn't respect fast-foward option.

alopatindev commented 7 months ago

Probably fixed, thanks!

Obegg commented 7 months ago

Thank you! Tested and working!

Obegg commented 6 months ago

@po5 Can you check this PR and merge it?