Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo-oli/termux-mpv
Wrapper for Mpv on Termux. Displays play controls in the notification
https://github.com/neo-oli/termux-mpv
android cli mpv notification termux wrapper
Last synced: about 7 hours ago
JSON representation
Wrapper for Mpv on Termux. Displays play controls in the notification
- Host: GitHub
- URL: https://github.com/neo-oli/termux-mpv
- Owner: Neo-Oli
- License: gpl-3.0
- Created: 2017-01-28T19:58:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T12:40:10.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T12:56:55.276Z (8 months ago)
- Topics: android, cli, mpv, notification, termux, wrapper
- Language: Python
- Size: 639 KB
- Stars: 67
- Watchers: 4
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Termux-Mpv
This is a wrapper for mpv on [Termux](http://termux.com). It displays a notification with media controls
![Screenshot](/Screenshots/Notification-Media-Controls-small.png)
## Requirements
* [Termux:API](https://play.google.com/store/apps/details?id=com.termux.api) App from Google Play
### Packages:
* `termux-api`
* `python`
* `mpv`
```
apt install termux-api python mpv
```## Installation
```
pip install git+https://github.com/Neo-Oli/Termux-Mpv
```
*the above snippet requires git to be installed `apt install git`*## Usage
`termuxmpv` is a drop-in replacement for `mpv`. All arguments get forwarded to mpv.