Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
197 stars 49 forks source link

Feature Inquiry: MPD Client #17

Open Saijin-Naib opened 2 years ago

Saijin-Naib commented 2 years ago

I'm not well-versed on the ESP32 Platform's capability, so this might be a dumb question:
Is it tenable with this class of hardware to support mpd (https://www.musicpd.org/) client functionality to play music streamed within a local network?

Edzelf commented 2 years ago

See https://github.com/nopnop2002/esp8266-mpd-client

Saijin-Naib commented 2 years ago

Awesome, so it is tenable, but that would have to be the only feautre on the device, right? It isn't possible to integrate it into this stack?

Edzelf commented 2 years ago

The radio is designed for Shoutcast. It will be quite a job to integrate MPD.

Saijin-Naib commented 2 years ago

Totally fair. Thank you for the information and the help.