pschatzmann / ESP32-A2DP

A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF
Apache License 2.0
1.65k stars 270 forks source link

Cover Art from Bluetooth? #468

Closed TildeWill closed 1 year ago

TildeWill commented 1 year ago

Is there a way to get the images for the cover art from the sink? I see in the espressif docs there's flags like ESP_AVRC_FEAT_FLAG_COVER_ART_GET_IMAGE and another one ESP_AVRC_FEAT_FLAG_COVER_ART_GET_LINKED_THUMBNAIL. If I could pluck these out to get the images in the same way you can grab the title and artist it'd take my project to the next level.

pschatzmann commented 1 year ago

https://github.com/pschatzmann/ESP32-A2DP#support

I don't understand why you report this as a bug. This is clearly not supported by my library!

If you double check the official IDF documentation you will also not find any method that would support the esp_avrc_feature_flag_t enum.