An open API service indexing awesome lists of open source software.

https://github.com/pbenard73/homyt

Docker Mpd Server and Client - Video Converter
https://github.com/pbenard73/homyt

mpd mpd-client mpd-server music-player music-visualizer youtube-downloader

Last synced: about 1 year ago
JSON representation

Docker Mpd Server and Client - Video Converter

Awesome Lists containing this project

README

          

# Homyt

Youtube video converter for music server

## Docker Installation

```
git clone https://github.com/pbenard73/homyt
cd homyt/docker
docker build -t homyt .
docker run -e MUSIC_FOLDER=/music -e API_KEY=MY_API_KEY -v /my/music/directory:/music --privileged -p 3066:80 -p 3068:6600 --name homyt homyt
```

![Homyt screenshot](https://github.com/pbenard73/homyt/raw/master/screenshot.jpg)