Dear all,
is it possible to use the mpd server addon along with the proxy plugin?
#see Chapter 9. Plugin reference
#mpd.conf
database {
plugin "proxy"
host "$DB_SERVER"
}
Trying to use this switch brings an error that the proxy plugin is missing. I use the Milhouse build [#1222] but it does not seem to be related to that, and seems to be also the case for all Krypton builds. The proxy plugin is very helpful as it reduces the load on the RPi and the sd card.
As I intend to use kodi + mpd parallel to each other, is the following possible? I use hifiberry-digi:
#taken from Asoundrc
#/storage/.config/asound.conf
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 48000
}
bindings {
0 0
1 1
}
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
Thanks and best
lcg