mpc / mpd on linux: how to play local wav file
I am trying to add a local file to mpd ( through mpc ) and play it . my platform is OpenWRT embedded linux . so, from the man page, it states: mpc add <file> Add a song to the current playlist if i do: root@OpenWrt:~/.mpd# mpc add /usr/share/baresip/ring.wav error adding /usr/share/baresip/ring.wav: directory or file not found or if i do: root@OpenWrt:~/.mpd# mpc add file:///usr/share/baresip/ring.wav error adding file:///usr/share/baresip/ring.wav: Access denied what exactly is the correct syntax here? the man page is really not very clear for mpc / mpd . Your second attempt was almost right.