[mpd] Error with nfs share

root@amplicucina:~# cat /boot/dietpi/.version 
G_DIETPI_VERSION_CORE=10
G_DIETPI_VERSION_SUB=1
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
trixie 1
Linux amplicucina 6.12.62+rpt-rpi-v6 #1 Raspbian 1:6.12.62-1+rpt1 (2025-12-18) armv6l GNU/Linux
armhf
RPi B+ (armv6l)
5V
SanDisk 4G

mpd with proxy server in the lan

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

Additional Information (if applicable)

Steps to reproduce

  1. Before the upgrade to trixie the configuration worked normally but now I have an error
  2. Modified /etc/mpd.conf
  3. music_directory "nfs://nasone.local/export/Musica"
    database {
           plugin "proxy"
           host "nasone.local"
           port "6600"
    }
    
  4. Error at start:

  5. mpd --no-daemon --verbose --stderr /etc/mpd.conf 
    config_file: loading file "/etc/mpd.conf"
    2026-03-12T10:49:01 libsamplerate: libsamplerate converter "Fastest Sinc Interpolator"
    2026-03-12T10:49:01 vorbis: Xiph.Org libVorbis 1.3.7
    2026-03-12T10:49:01 opus: libopus 1.5.2
    2026-03-12T10:49:01 adplug: adplug 2.3.3
    2026-03-12T10:49:01 sndfile: libsndfile-1.2.2
    terminate called after throwing an instance of 'fmt::v10::format_error'
      what():  unmatched '}' in format string
    Annullato
    

Can you share

mpd --version

Seems like a bug in mpd 0.24.4
https://github.com/MusicPlayerDaemon/MPD/issues/2316

You can try to mount the nfs share locally and use this path for the config.