po5 / chapterskip

mpv script to skip chapters based on their title
32 stars 7 forks source link

How to pause/stop at specified chapter name? #3

Closed erickyun closed 2 years ago

erickyun commented 2 years ago

Hi,

I have chapter named Netflix Credits İn place of skipping I want to know how I can pause when the player arrives at that specified chapter name?

po5 commented 2 years ago

Replace the mp.set_property("time-pos", ...) calls with a pause command. You may want to also comment out the playlist-next logic and replace it with a simple pause.

erickyun commented 2 years ago

Thank you.

mp.set_property("pause","yes") worked for me.