1#!/bin/sh
2
3export PATH="/usr/bin:/usr/local/bin"
4exec mpc --host "${HOST}" --port "${PORT}" --wait "$@"
Control mpv using the MPD protocol
git clone https://git.8pit.net/mpvd.git
1#!/bin/sh
2
3export PATH="/usr/bin:/usr/local/bin"
4exec mpc --host "${HOST}" --port "${PORT}" --wait "$@"