GitHunt
KH

khorben/mpvd

Simple daemon to play background music with mpv

mpvd

About mpvd

mpvd is a background service to play music with the mpv(1) media player.

mpvd is distributed under the terms of the 2-clause BSD license. Please refer
to the COPYING file for more information.

Compiling mpvd

mpvd depends on the following components:

With GCC, this should then be enough to compile and install mpvd:

$ make install

To install (or package) mpvd in a different location:

$ make PREFIX="/another/prefix" install

mpvd also supports DESTDIR, to be installed in a staging directory; for
instance:

$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install

Contributing to mpvd

It is possible to re-generate the Makefiles for mpvd with configure(1)
from the DeforaOS configure project, found at
https://www.defora.org/os/project/16/configure. The procedure is then as
follows:

$ configure
$ make

Please refer to the documentation of DeforaOS configure for further
instructions.

Languages

C100.0%

Contributors

BSD 2-Clause "Simplified" License
Created June 24, 2020
Updated July 19, 2025