Open alopatindev opened 12 months ago
I didn't test it well, specifically no idea whether it works correctly with skip_once=yes.
skip_once=yes
Perhaps it can be implemented even simpler way, without extra mp.set_property("time-pos", t.end_time) call.
mp.set_property("time-pos", t.end_time)
I don't fully understand skip_ads function, any edits/criticism are welcome.
skip_ads
Videos for testing:
Closes #42
It appears it doesn't respect fast-foward option.
fast-foward
Probably fixed, thanks!
Thank you! Tested and working!
@po5 Can you check this PR and merge it?
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