I'm having a few issues with MPD and wondered if I could get some help?
I'm aware of the following post which helped me part of the way:
viewtopic.php?f=11&t=5123&hilit=mpdroid
I'm trying to play music on my Android phone with MPDroid or a similar application.
I changed the bind to address to that of my Pi which let me connect via MPD:
Code: Select all
bind_to_address "192.168.1.167"
Code: Select all
audio_output {
type "httpd"
name "My HTTPD Stream"
port "9500"
}
How do I get MPDroid to show album art? Iv'e tried all the settings and can't get anywhere.
I'm also using O!MPD (Which has a great UI). It only seems to play direct through the Pi. How do I configure it use the HTTPD stream that I set-up in the MPD Configuration?
Many thanks
Peter
PS - I'm using a Raspberry Pi 3, with the latest version of DietPi.