MPD client example for ESP8266/ESP32.
MPD(MusicPlayerDaemon) client example for ESP8266/ESP32.
MPD protocol is here.
Judge current status and execute PLYA or STOP.
Play current song forever.
Control using IR remote.
Display current artist & title on LCD.
Control using IR remote.
Display current artist & title on LCD.
Display current artist & title on 8x8 DotMatrix LED.
Show current playlists.
Load playlist forever.
If there is no communication for a certain period of time, the connection with the MPD server will be disconnected.
Keep to connect to the MPD server using the STATUS command.