deploys: mpd, ympd as web frontend and a self written music downloader (music comes from deezer)
The deezer downloader can be found here: https://gitlab.com/kmille/deezer-downloader
Tested with Debian Stretch. For simple testing use vagrant up
which automatically uses ansible.
Required variables are:
- music_dir: < dir mpd looks for>
- deezer_email: < deezer username (free subscription)>
- deezer_password: < deezer password >
- deezer_download_dir: < dir for deezer downloads (must be with within music_dir)
music_dir and deezer_download_dir without trailing slashes please.