Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible with multiprocess or rewrite to WebExtensions #40

Open
GoodGuyNick opened this issue May 2, 2017 · 9 comments
Open

Comments

@GoodGuyNick
Copy link

GoodGuyNick commented May 2, 2017

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.

@GoodGuyNick GoodGuyNick changed the title Make compatible with multiprocess Make compatible with multiprocess or rewrite to WebExtensions May 2, 2017
@utack
Copy link

utack commented Jun 15, 2017

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

@skorokithakis
Copy link

This extension makes my browsing ten times better, please don't let it die with FF 56, @antoniy.

@monochrony
Copy link

monochrony commented Nov 14, 2017

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.

@dummys
Copy link

dummys commented Nov 22, 2017

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().

@GoodGuyNick
Copy link
Author

I think this project is dead so I've switched to Open With.

@maxime-michel
Copy link

Thanks for the tip @GoodGuyNick, there's no keyboard shortcut with that option though.

@dummys
Copy link

dummys commented Nov 24, 2017 via email

@maxime-michel
Copy link

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')

@woodruffw
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants