https://github.com/smoka7/ava-mpd
A web client for MPD
https://github.com/smoka7/ava-mpd
mpd mpd-client
Last synced: 5 months ago
JSON representation
A web client for MPD
- Host: GitHub
- URL: https://github.com/smoka7/ava-mpd
- Owner: smoka7
- License: mit
- Created: 2021-11-22T12:30:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:18:35.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:28:18.258Z (almost 2 years ago)
- Topics: mpd, mpd-client
- Language: Vue
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ava
Ava is a web client for MPD.
## Installation
Download the binaries from release page; or you can build it like this.
```bash
git clone https://github.com/smoka7/ava-mpd.git
cd ava-mpd
chmod +x install.sh
./install.sh
```
## Usage
```bash
# it reads MPD_HOST and MPD_PORT from env or you can use these flags
# -address string
# address of mpd server host:port
# -password string
# password of mpd server
# -port string
# The port to run this app on it (default "3001")
ava -address 127.0.0.1:6602 -password xxxx -port=3333
```
## Contributing
Pull requests are welcome.
## License
[MIT](https://choosealicense.com/licenses/mit/)