A simple mpv
-based music player which can be controlled by simple REST API calls.
> npx playerd
playerd v0.0.4
player Starting mpv... +0ms
http Listening on port 3000 +0ms
> npx playerd --help
Usage: playerd [options]
Options:
-V, --version output the version number
-p, --port <port> specify port (default: "3000")
-h, --help display help for command
Plays the playlist URL
Parameter | Description |
---|---|
url |
Playlist URL |
Stops the music player