Edzelf / ESP32-Radio

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

SD card files list #343

Open Tony763 opened 4 years ago

Tony763 commented 4 years ago

Hello, I have a problem with list of MP3 files found on SD card in Web interface.

ESP found two files on SD, I can play them by clicking button "Random". But by pressing "Prev" or "Next" only next station is played and files are not visible in list.

image

utw3v0 commented 4 years ago

You need to switch to SD Mode ... look in analyzecmd ->

//** // A N A L Y Z E C M D * //** // fs = USB or SD // Select local filesystem for MP# player mode.

there's a switch where you can switch between usb (if you have a ch376 chip connected) or sd card, it's on usb by default, ypu could use an ir remote or by a pushbutton for example

Greetings, Werner