We're aware of a few issues that currently cause tracks to not be indexed correctly. Here's some things that might help:
- Make sure your files are in a "Music/" directory at the top level. This is case-sensitive at the moment, so make sure that the case matches. (A fix for the case-sensitivity is coming, but not released yet).
- Make sure your music has tags, we use tags in the file to build the database. We would like to have better support for inferring things from filepaths, but it's not very well supported right now.
To get better serial output, try setting the baud rate to 115200. You could also use `idf.py monitor` with a development build of the firmware. That can help to debug this further if the previous steps don't fix it.
- Make sure your files are in a "Music/" directory at the top level. This is case-sensitive at the moment, so make sure that the case matches. (A fix for the case-sensitivity is coming, but not released yet).
- Make sure your music has tags, we use tags in the file to build the database. We would like to have better support for inferring things from filepaths, but it's not very well supported right now.
To get better serial output, try setting the baud rate to 115200. You could also use `idf.py monitor` with a development build of the firmware. That can help to debug this further if the previous steps don't fix it.