Open christiaan opened 8 years ago
Here is my config file I put I /sdcard/mpd.conf
music_directory "nfs://192.168.0.42/mnt/data/media/music"
playlist_directory "/data/data/org.musicpd/cache"
gapless_mp3_playback "no"
audio_output {
name "sles"
type "sles"
}
input {
plugin "curl"
}
The thing that stopped me from getting nfs working was that I was missing the "insecure" flag in my exports file.
Thanks for the awesome app.
Ps. on my phone it loads the config from /storage/sdcard0 instead of /sdcard; this is even better because I won't need the external sdcard now.
Could you provide an example config?
Playing audio streams works already out of the box.