@@ -4,36 +4,62 @@ A minimalist extension to open the current website or a link in mpv.
44You only need to put a .desktop file to ` ~/.local/share/applications/mpv-scheme-handler.desktop ` .
55
66And if you don't have that file installed, you get a shell-script to put it into place.
7- No more "nothing happens" and no-one knows why!
7+ No more "nothing happens" and no-one knows why! You still need to have mpv installed though.
88
9- Inspired by _ Open In mpv _ by Leonardo and _ ff2mpv _ by yossarian, which require additional binaries installed but don't tell you when they are missing.
10-
11- ## License
9+ > [ !CAUTION ]
10+ > Currently supported platforms: Linux only
11+ > Windows support is planned: [ # 11 ] ( https://github.com/binarynoise/open-in-mpv/issues/11 )
1212
13- Licensed under the EUPL-1.2-or-later
13+ Inspired by _ Open In mpv _ by Leonardo and _ ff2mpv _ by yossarian, which require additional binaries installed but don't tell you when they are missing.
1414
1515## Installation
1616
1717### Firefox
1818
19- Go to !release pending! and install the extension
19+ [ ![ badge] ( https://extensionworkshop.com/assets/img/documentation/publish/get-the-addon-178x60px.dad84b42.png )] [ moz ]
20+
21+ Go to the add-on store and install the extension [ "minimalist open in mpv"] [ moz ]
22+
23+ [ gh ] : https://github.com/binarynoise/open-in-mpv
24+
25+ [ moz ] : https://addons.mozilla.org/en-US/firefox/addon/minimalist-open-in-mpv
26+
27+ [ // ] : # ( https://extensionworkshop.com/documentation/publish/promoting-your-extension/ )
2028
2129### Discord
2230
23- Go to !release pending! and install the extension
31+ Go to the BetterDiscord plugin repository and download the extension [ "open in mpv" ] [ bd ] and put it into your plugins folder.
2432
25- ## Local (development) installation
33+ [ bd ] : https://betterdiscord.app/plugin/open%20in%20mpv
2634
27- ### Firefox
35+ ### Local (development) installation
36+
37+ #### Firefox
2838
29391 . go to < about:debugging#/runtime/this-firefox >
30402 . click "load temporary add-on"
31413 . select the ` manifest.json ` .
3242
33- ### Chromium:
43+ #### Chromium:
3444
35451 . replace ` manifest.json ` with ` manifest-chrome.json `
36462 . go to < chrome://extensions/ >
37473 . enable developer mode
38484 . click "load unpacked"
39495 . select the folder containing this extension.
50+
51+ #### Discord
52+
53+ 1 . have BetterDiscord installed
54+ 2 . copy/link ` open-in-mpv.plugin.js ` into your plugins folder
55+
56+ ## Support and Contributing
57+
58+ Got an idea? Having a bug? Want to help? [ Open an issue!] ( https://github.com/binarynoise/open-in-mpv/issues )
59+
60+ Know how to code and are ready to contribute? Fork the repo and create a pull request!
61+
62+
63+ ## License
64+
65+ Licensed under the EUPL-1.2-or-later
0 commit comments