Hi. I'm running airsonic within docker like this:
docker run --rm --name Airsonic -u 1000:29 -v /home/user/test/data/:/airsonic/data/ -v /home/user/Videos/:/airsonic/music/ -p 4040:4040 --device /dev/snd:/dev/snd/ -v /home/user/sound.properties:/usr/lib/jvm/java-1.8penjdk/jre/lib/sound.properties --group-add audio airsonic/airsonic
Jukebox mode is playing fine, but it's blocking all other audio.
I've tried to add alsa-output.dmix in the game, but that doesn't help.
So I would like to use jukebox-mode from the docker container without blocking the audio interface.
How to achieve that?
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
How did you get the sound going form the docker containet? do you mind sharing your sound.properties?