02-07-2021, 09:23 AM
There is already a way to use custom mpd settings.
If you inspect the content of /etc/mpc.conf you will see that it now also contains your settings.
The settings are not only added, but also merged with existing settings. So you can even overwrite existing ones.
If this solves your issue please mark this post as solved.
- Create an /etc/mpd.custom.conf
- Enable the dev tweaks with:
Code:
moodeutl -A add 32768
moodeutl -r
If you inspect the content of /etc/mpc.conf you will see that it now also contains your settings.
The settings are not only added, but also merged with existing settings. So you can even overwrite existing ones.
If this solves your issue please mark this post as solved.