https://github.com/nopnop2002/esp8266-mpd-client
MPD client example for ESP8266/ESP32.
https://github.com/nopnop2002/esp8266-mpd-client
arduino esp32 esp8266 mpc mpd-client
Last synced: 8 months ago
JSON representation
MPD client example for ESP8266/ESP32.
- Host: GitHub
- URL: https://github.com/nopnop2002/esp8266-mpd-client
- Owner: nopnop2002
- Created: 2018-04-02T12:21:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T01:10:23.000Z (about 3 years ago)
- Last Synced: 2025-03-17T09:06:44.555Z (about 1 year ago)
- Topics: arduino, esp32, esp8266, mpc, mpd-client
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp8266-mpd-client
MPD(MusicPlayerDaemon) client example for ESP8266/ESP32.
MPD protocol is [here](https://github.com/MusicPlayerDaemon/MPD/blob/master/doc/protocol.rst).
---
# MPD_Client_Toggle
Judge current status and execute PLYA or STOP.
# MPD_Client_Play_Forever
Play current song forever.
# MPD_Client_Remote
Control using IR remote.
# MPD_Client_1602LCD_Display
Display current artist & title on LCD.
# MPD_Client_Remote_1602LCD_Display
Control using IR remote.
Display current artist & title on LCD.
# MPD_Client_DotMatrix
Display current artist & title on 8x8 DotMatrix LED.
# MPD_Client_List_PlayLists
Show current playlists.
# MPD_Client_Load_Playlist
Load playlist forever.
# MPD_Client_Keep_Connect
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.