Skip to content

Commit 3ef5be3

Browse files
committed
update readme
closes #12
1 parent 7439083 commit 3ef5be3

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

Readme.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,62 @@ A minimalist extension to open the current website or a link in mpv.
44
You only need to put a .desktop file to `~/.local/share/applications/mpv-scheme-handler.desktop`.
55

66
And 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

2939
1. go to <about:debugging#/runtime/this-firefox>
3040
2. click "load temporary add-on"
3141
3. select the `manifest.json`.
3242

33-
### Chromium:
43+
#### Chromium:
3444

3545
1. replace `manifest.json` with `manifest-chrome.json`
3646
2. go to <chrome://extensions/>
3747
3. enable developer mode
3848
4. click "load unpacked"
3949
5. 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

Comments
 (0)