Eva

Results 179 comments of Eva

You can wrap `time-pos` property setting inside an anonymous function with [mp.addtimeout](https://mpv.io/manual/master/#lua-scripting-mp-add-timeout(seconds,-fn)). Interesting idea, may implement whenever I have a burst of motivation (and also implement more user requested features...

addtimeout solution: what if you get to a skipped chapter and decide to pause before the 5 seconds? I wouldn't want it to jump. Adding an offset to chapter times...

Done in f1fdf10b17f394f2d42520d0e9bf22feaa20a9f4. Sorry about the delay.

This used to be an option, but it was removed. Will re-add when YouTube thumbnail fetching is done.

Random isn't being seeded properly for `unique`.

Isn't this a roundabout way to say spawning a subprocess is inefficient? Writing to the socket directly (#35) should have better performance than this. I believe this PR still runs...

The issue isn't sockets it's that we spawn another process to send anything to it.

Will revisit this to allow seeking on mpv

Note for myself, this way of getting the script path likely doesn't work with mpv

I will implement this but it will have to wait until next time I boot into Windows.