MP3 List

You have your "internal" mp3 list where you can add mp3 files or import files from external list.

MP3ListReset()
Delete All items from internal MP3 list.
MP3ListAdd("<SrcDir>\path")
Add Mp3 file to the internal list
MP3ListPlay("")
Play the internal list of MP3 files
MP3ListNext()
Play the Next song from the internal MP3 list
MP3ListPrev()
Play the Previous song from the internal MP3 list
MP3ListLoad("path")
Import the internal List from external list file.
This file is just list of mp3 files  for example :

<SrcDir>\zabka.mp3

<SrcDir>\sunshine.mp3

If you don’t specify any virtual directory with <SrcDir>, <SrcDrive> or <CD> the path to the list will be inserted there.

MP3ListRND()

Randomize existing virtual list.

MP3ListEdit
()

Open special window that enables user edit the virtual MP3 list, save to disk or load it from disk.

The adding new items is very easy - just drag and drop mp3 files from explorer to this edit window.

For sample about MP3 Lists see mp3list2.mbd

SearchForMP3("path")

This command will recursive search all directories from the path for mp3 files and it will fill up the MP3 List.

Example:

SearchForMP3("<SrcDir>\mymp3\")

See mp3Tags.mbd sample file