Moode Forum
Need help with mpd.conf and MALP - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Need help with mpd.conf and MALP (/showthread.php?tid=1896)



Need help with mpd.conf and MALP - chosen_too - 11-16-2019

Hi!

I'm using Moodeaudio with MALP for Android and for some reason I see only Artists and albums, but not tracks. If "metadata to use" manually filled with tags all works fine, but after reboot my settings are deleted.

Where should I enter my own settings to preserve them? Thanks.


RE: Need help with mpd.conf and MALP - vinnn - 11-16-2019

Did you edit mpd.conf whilst mpd was running?
Try stopping mpd before editing mpd.conf and restarting after, e.g.



Code:
sudo -i
systemctl stop mpd
nano /etc/mpd.conf
systemctl start mpd



RE: Need help with mpd.conf and MALP - chosen_too - 11-17-2019

Yes, but my mpd.conf was overwritten later.


RE: Need help with mpd.conf and MALP - chosen_too - 11-22-2019

Some more research, found this:

Code:
switch ($cfg['param']) {
            // code block or other params
            case 'metadata_to_use':
                $data .= $mpdver == '0.20' ? '' : $cfg['param'] . " \"" . $cfg['value'] . "\"\n";

Can I just set $cfg['tag1,tag2,tag3']?


RE: Need help with mpd.conf and MALP - adrii - 11-22-2019

Hi

You might get some ideas from the following link, read from "The MPD audio output needs to be copied..."

   https://github.com/antiprism/mpd_oled/blob/master/INSTALL_MOODE.md

The instructions change with Moode releases...

Adrian.


RE: Need help with mpd.conf and MALP - chosen_too - 11-24-2019

Just switched to experimental mpd version, MALP works as expected, no other actions required.