tguillem / mpd

WIP stuff for mpd
GNU General Public License v2.0
13 stars 1 forks source link

Example config #2

Open christiaan opened 8 years ago

christiaan commented 8 years ago

Could you provide an example config?

Playing audio streams works already out of the box.

tguillem commented 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"
}
christiaan commented 8 years ago

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.