Create m3u files from multiple folders

This proposal should work ...
Playlisten mal so mal so? Export-Alternative: Helft ihr mir beim Code?

  1. Create a Mp3tag export script text file, name it as you wish, ... having the following text content ...
$filename(%_folderpath%$replace(%ALBUM%' - '%ARTIST%,';',' -',':',' -')'.m3u',ansi)$loop(%_filename_ext%)%_filename_ext% $loopend()
  1. Load all folders and files into the Mp3tag list view ... and select all the files, which should be treated.
    (Note: while testing the script do it for one folder only.)

  2. Execute the menu function "Export" [Ctrl+E] and apply the export script from step 1.
    (Note: Activate the option " one file per directory")

  3. Look into the target folder and check for the existance of the newly created m3u file.

If all looks ok, then do it for all selected files at once.

DD.20171021.1035.CEST