02-07-2021, 07:47 AM
(This post was last modified: 02-09-2021, 04:03 AM by hindumagic.
Edit Reason: workable solution made
)
Hi,
I love this system and its great hardware integration!
One thing that I'd like to do is modify the mpd config file (/etc/mpd.conf) without having my changes overwritten by the web interface. This could easily be accommodated by including a line in the mpd.conf file.
From the mpd docs regarding their configuration file options:
My use case is that I want to use the fifo plugin from mpd, but I don't see somewhere to set that up from Moode's exposed configuration settings. Defining a file for additional mpd configuration that will persist through configuration writes from the Moode interface would be most excellent.
Thoughts?
I love this system and its great hardware integration!
One thing that I'd like to do is modify the mpd config file (/etc/mpd.conf) without having my changes overwritten by the web interface. This could easily be accommodated by including a line in the mpd.conf file.
From the mpd docs regarding their configuration file options:
Quote:You can use
instead if you want the included file to be optional; the directive will be ignored if the file does not exist:Code:include_optional
include_optional "may_not_exist.conf"
My use case is that I want to use the fifo plugin from mpd, but I don't see somewhere to set that up from Moode's exposed configuration settings. Defining a file for additional mpd configuration that will persist through configuration writes from the Moode interface would be most excellent.
Thoughts?