mpv remote
control your home theatre in best way
requirements
- mpv installed
- node installed (standalone version in development)
- macOS (Linux and Windows in development)
installation
use automatic installation script
/bin/bash -c "$(curl -fsSL https://mpvremote.github.io/install.sh)"
or install remote server manualy
manual installation
install mpv and node usign homebrew for example
brew install mpv node
download server script to mpv scripts directory
mkdir -p ~/.config/mpv/scripts
curl https://mpvremote.github.io/scripts/mpv-remote-server.js --output ~/.config/mpv/scripts/mpv-remote-server.js
usage
run mpv and use any client to connect
mpv --idle
clients
(android version in development)