meiraka / vv

Web App client for MPD(Music Player Daemon)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vv

Web App client for Music Player Daemon

screenshot

Installation

go install github.com/meiraka/vv@latest

Or get pre-built binary from GitHub Releases page and extract to somewhere you want.

Options

-d, --debug                        use local assets if exists
    --mpd.addr string              mpd server address to connect
    --mpd.binarylimit string       set the maximum binary response size of mpd
    --mpd.conf string              set mpd.conf path to get music_directory and http audio output
    --mpd.music_directory string   set music_directory in mpd.conf value to search album cover image
    --mpd.network string           mpd server network to connect
    --server.addr string           this app serving address
    --server.cover.remote          enable coverart via mpd api

Configuration

put config.yaml to /etc/xdg/vv/ or ~/.config/vv/

About

Web App client for MPD(Music Player Daemon)

License:MIT License


Languages

Language:Go 63.8%Language:JavaScript 21.9%Language:HTML 8.3%Language:CSS 5.9%Language:Makefile 0.1%