Thann / play-with-mpv

Chrome extension that allows you to play videos in webpages like youtube with MPV instead
https://chrome.google.com/webstore/detail/play-with-mpv/hahklcmnfgffdlchjigehabfbiigleji
The Unlicense
349 stars 80 forks source link

Pause youtube video when play with mpv #37

Closed tazihad closed 2 years ago

tazihad commented 3 years ago

It would be good if youtube pause video automatically when open with mpv loads.

Haxprox commented 3 years ago

mpv *.mkv --start=5:00 --pause - Doesn't it work for you? If so, push "--pause" option to your 'mpv.conf' file'. Works great for mpv 0.33.0.

3nt3 commented 3 years ago

@tazihad what exactly do you mean? The youtube viceo on the youtube web frontend pauses (for me) when requesting it to be started with mpv. The video is started in mpv after it hast loaded. This can be fixed by either changing the server or doing what @Haxprox recommended