1
0
Fork
You've already forked mpvr
0
An mpv wrapper written in Rust to play music in a single mpv instance.
  • Rust 100%
2025年05月08日 17:15:02 +02:00
.github/workflows Create rust.yml 2025年03月25日 23:12:30 +01:00
assets add screenshot 2025年03月25日 23:12:05 +01:00
src fix: mpvr pause can't resume 2025年03月27日 22:17:37 +01:00
.gitignore first commit 2025年02月02日 20:17:44 +01:00
Cargo.lock feature parity with mpvr.py 2025年03月25日 22:35:48 +01:00
Cargo.toml feature parity with mpvr.py 2025年03月25日 22:35:48 +01:00
LICENSE add readme 2025年03月25日 23:07:31 +01:00
mpvr.desktop.sample add desktop file sample 2025年03月25日 23:09:13 +01:00
README.md update readme 2025年05月08日 17:15:02 +02:00

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.sample file to add a desktop entry for mpvr.