Some scripts to help managing SD card content
The scripts exists in two flavors - Jupyter Notebook and pure Python scripts.
Python Scripts
Transfer and rename mp3 files to the SD card
Usage: transfer.py <source folder of mp3 files> <destination path of the SD card>

List SD card content and display the mp3 tags
Usage: listContent.py <path of the SD card>
or
Usage: listContent.py <path of the SD card> <filename of the output csv>

Jupyter Notebook
Transfer and rename mp3 files to the SD card V2

- enter source and destination paths directly or …

- … use the ipywidgets provided

- the new folder is being created

- the files are copied and renamed on the fly
List SD card content and display the mp3 tags V2

