Auto load from folder of mp3 file(s)

In this tutorial, I will show you how our module is auto load files form a folder. This can be useful for those of you who have a lot of audio files and it's hard to import them individually.

The main idea is to use the module to list all the files in a given folder and then loop through them to auto create playlist.


 1. Folder: You can enter a path to the directory's audio

 2. File data:

  • Auto by ID3: Automatically fetches ID3 Tags from your MP3 and retrieves the album title, artist name, track title, and duration.
  • Custom: You can manually enter the title, cover image for each audio file