Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

mp3 id3 tag decode #102

Open fragolinux opened 6 years ago

fragolinux commented 6 years ago

is it possible to add the mp3 id3 tag decode? It would be very useful :) feature is already available in adafruit library: https://github.com/madsci1016/Sparkfun-MP3-Player-Shield-Arduino-Library/blob/master/SFEMP3Shield/SFEMP3Shield.h

Edzelf commented 6 years ago

Good idea. I will check it.

fragolinux commented 6 years ago

how fast, thanks! :D

Edzelf commented 6 years ago

I implemented this feature. Note that it is active only when playing from SD card, as there are no ID3 tags in icecast streams. The tags for "TLB", "TPE1" and "TIT2" are used to for the display. All readable tags are shown in the debug output.