Adrian Salamon

Results 4 comments of Adrian Salamon

I have some artists marked as my favorites: Artists: - Die Höchste Eisenbahn - Hansen Band - Die höchste Eisenbahn - Kettcar - MAdsen - Marti Fischer - Max Schroeder...

Adding the logging I found out that Artist "Kettcar" (my artist id `0303cd515ad98dd2f4504179a50e146c`) is causing troubles. Besides several albums I had two mp3s in a "misc" folder that I got...

After renaming and adding more metadata: ``` ffprobe Kettcar\ -\ Du\ und\ wieviel\ von\ deinen\ Freunden\ -\ CD\ 02\ -\ 09\ -\ Genauer\ betrachtet\ \(EP\ Version\).mp3 2>&1 | grep -A90...

This is my docker-compose.yml. Maybe it helps somehow? ``` version: "3.4" services: monolith: hostname: monolith image: matrixdotorg/dendrite-monolith:latest restart: always command: [ "--tls-cert=server.crt", "--tls-key=server.key" ] ports: - 8008:8008 - 8448:8448 volumes:...