-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web-ext-artifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# open-with | ||
|
||
A simple WebExtension to play back media in an external player. | ||
|
||
## Compatibilty | ||
|
||
*open-with* was originally intended to use [mpv] via the [youtube-dl] hook for a long list of [supported sites]. However, it will also work with other media players with [M3U] support, e.g. VLC, for direct media URLs. | ||
|
||
## About | ||
|
||
There have been addons on [AMO] prior to the release of *open-with*, but they depend on [native-messaging]. This WebExtension is designed to work on its own, without the need to install native messaging software on the host. | ||
|
||
This is achieved by creating a plain text file with the M3U header, paste the current link into it and open the downloaded M3U playlist in your preferred media player. | ||
|
||
![Screenshot](screenshot.png) | ||
|
||
## Credits | ||
|
||
This project is licensed under the [GPL]. The used [icon] is from Mozilla's [Photon] collection and licensed under the [MPL]. | ||
|
||
<!-- References --> | ||
[AMO]: https://addons.mozilla.org/ | ||
[GPL]: COPYING | ||
[icon]: src/icons/play-16.svg | ||
[m3u]: https://en.wikipedia.org/wiki/M3U | ||
[MPL]: https://www.mozilla.org/en-US/MPL/2.0/ | ||
[mpv]: https://mpv.io/ | ||
[native-messaging]: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging | ||
[Photon]: https://design.firefox.com/icons/viewer/#play | ||
[supported sites]: https://rg3.github.io/youtube-dl/supportedsites.html | ||
[youtube-dl]: https://youtube-dl.org/ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.