schreibfaul1 / ESP32-audioI2S

Play mp3 files from SD via I2S
GNU General Public License v3.0
1.15k stars 290 forks source link

Metadata encoding #916

Open Pako2 opened 9 hours ago

Pako2 commented 9 hours ago

First of all, I have to thank you for the great library, without which I can't imagine working on my project. I'm using the stable version 3.0.12. I've encountered one problem with ID 3 tags of MP3 files, if the metadata contains diacritics. If I use the metadata editor to save the ID3 tags as ID3v2.3, everything is fine and the ESP32-AudioI2S library decodes the metadata correctly. However, if I save the ID3 tags using the newer version ID3v2.4, the metadata is garbled. Maybe I'm doing something wrong?

schreibfaul1 commented 2 hours ago

Yes, there are differences in text encoding between ID3v2.3 and ID3v2.4. Can you please attach a short mp3 file here that has this problem.