Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Need help with mpd.conf and MALP
#1
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.
Reply
#2
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
Reply
#3
Yes, but my mpd.conf was overwritten later.
Reply
#4
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']?
Reply
#5
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/bl...L_MOODE.md

The instructions change with Moode releases...

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


Forum Jump: