An mpv wrapper written in Rust to play music in a single mpv instance.
|
|
||
|---|---|---|
| .github/workflows | Create rust.yml | |
| assets | add screenshot | |
| src | fix: mpvr pause can't resume | |
| .gitignore | first commit | |
| Cargo.lock | feature parity with mpvr.py | |
| Cargo.toml | feature parity with mpvr.py | |
| LICENSE | add readme | |
| mpvr.desktop.sample | add desktop file sample | |
| README.md | update readme | |
mpvr
An mpv wrapper written in Rust to play music in a single mpv instance.
Tested with Linux, compatibility with other systems is untested and not guaranteed.
Installation
- Install Rust.
- Clone the repository:
git clone https://github.com/enderprism/mpvr - Compile mpvr with cargo:
cargo build --release - Grab the binary in
target/release/ - Put it somewhere on your
$PATH
Tip
You can use the
mpvr.desktop.samplefile to add a desktop entry for mpvr.