Skip to content

schrmh/Open_video_in_mpv-android_addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open video in mpv-android addon

Open any video with your favorite Android video player! Thanks to this extension you will be able to open online videos with mpv.
It will set og:title or title of the website as the title for the video.

Addon for Firefox for Android v56+

Developing

Use web-ext cli tool:

npm install --global web-ext

Then:

web-ext run --target=firefox-android

When satisfied build the installable zip:

web-ext build

(You might need to enable debug menu by tapping Firefox logo in "About Firefox" multiple times to be able to install this)
(Fuck Mozilla... Icecraven allows the user to open about:config and then to set xpinstall.signatures.required to false)

TODO

  • Set badge to show number of links or streaming site name when a link is detected
  • Support more streaming sites (e.g. send-to-mpv supports more but doesn't work on Android)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%