Skip to content

Rendevior/mpv-android-argparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MPV Android Argparser

Simple script that lets you pass arguments to mpv-android, without root access

Installation

termux-setup-storage
curl -o "$PREFIX/bin/mpv" -sL https://raw.githubusercontent.com/Rendevior/mpv-android-argparse/master/mpv
chmod +x "$PREFIX/bin/mpv"

Setup

  • Open MPV android
  • Click 3 Dots at the top
  • Settings
  • Advanced
  • Edit mpv.conf
  • And insert this include="/storage/emulated/0/mpv/mpv.tmp.mp4"
  • Click "Save"

How to Run

Thats it:

mpv <video-url> <args>

About

Simple wrapper that lets you pass arguments to mpv-android, without root access

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages