mpv-youtube-dl-binding
mpv-youtube-dl-binding copied to clipboard
Make compatible with multiprocess or rewrite to WebExtensions
Extension incompatible with Firefox multiprocess. You can check it using Add-on Compatibility Reporter. Update on Compatibility Milestones:
Firefox won’t run in multiprocess mode unless all enabled add-ons have the multiprocessCompatible flag set to true or are WebExtensions. This means that developers who haven’t set this flag don’t have to worry about multiprocess compatibility and can focus on WebExtensions and the Firefox 57 deadline.
Seems to be working when you force it
https://wiki.mozilla.org/Electrolysis#Force_Enable
But I agree it would be nice to have it working for everyone who does not know about this or does not want to use this hack
This extension makes my browsing ten times better, please don't let it die with FF 56, @antoniy.
alternatively, you can drag urls out of links or the adressbar directly into MPV to make it work. holding shift while doing so even adds files to the playlist.
isn't as instantaneous, as you have to open the player first, but better than nothing.
I have a poc running right now, need to clean it a bit and I will send a pull request. Basically I use a python wrapper as a native app to call the selected player with subprocess.run().
I think this project is dead so I've switched to Open With.
Thanks for the tip @GoodGuyNick, there's no keyboard shortcut with that option though.
I pull requested one @ open_with github, checkit
On 24 Nov 2017 14:57, "Maxime Michel" [email protected] wrote:
Thanks for the tip @GoodGuyNick https://github.com/goodguynick, there's no keyboard shortcut with that option though.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/antoniy/mpv-youtube-dl-binding/issues/40#issuecomment-346834271, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2fxacayrQddBv-iZD6cwhN9kUdkeWyks5s5stOgaJpZM4NOoZv .
Yeah, I did see that. However, I'm switching to qutebrowser. It might not float everybody's boat, but as a Vimmer I like it. And that plugin is a one-liner with it:
config.bind(',m', 'spawn /usr/local/bin/mpv {url} --pause --keep-open')
A bit late to the party, but I created ff2mpv as a WebExtension clone for mpv-youtube-dl-binding. It provides the same context menu/toolbar interface as this plugin did, and nothing else.