Mopidy (server and clients: Iris, Rompr + MariaDB) + Snapserver on docker-compose
|
2 жил өмнө | |
---|---|---|
config | 2 жил өмнө | |
db_config | 2 жил өмнө | |
music | 2 жил өмнө | |
.env | 2 жил өмнө | |
.gitignore | 2 жил өмнө | |
Dockerfile | 2 жил өмнө | |
LICENSE | 2 жил өмнө | |
README.md | 2 жил өмнө | |
docker-compose.yaml | 2 жил өмнө |
Mopidy (server and clients: Iris, Rompr + MariaDB) + Snapserver on docker-compose
Change .env file
Change ./config/mopidy/mopidy.conf (optional)
Put music into ./music/ directory
Run with docker-compose up
Open localhost:80 for Rompr client and connect to Mopidy (Mopidy hostname = mopidy
; MySQL hostname = 'mysql') or open localhost:6680/iris/
for Iris client
If Rompr does not start because MySQL error double check if exists inside ./db_config/mysql.cnf file:
[mysqld]
#mmi
log_bin_trust_function_creators = true
If Mopidy does not work with Snapserver double check if exists indise ./config/mopidy/mopidy.conf:
[audio]
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! filesink location=/tmp/snapfifo