It will be great to be able to select two (or more) export files in export dialog when exporting.
So that you can export files with two (or more) configurations at the same time (ex: html and m3u).
Or this solution (two exports in one file):
$filename(%_workingdir% (((Music List))).html)
%_workingdir% Music Directory & File List $loop(%_filename_ext%)%artist%$loopend() ...$filename(%_folderpath%%_directory%.m3u)#EXTM3U
#EXTINF:-1,----- %_directory% ($replace($replace(-%_total_time2%,-00:,),-,)) -------------------
X:----- %_directory% ($replace($replace(-%_total_time2%,-00:,),-,)) -------------------.x$loop(%_filename_ext%)
#EXTINF:%_length_seconds%,$if($or(%artist%,%title%),$if($not(%track%),,$num(%track%,2). ),)$if(%artist%,%artist% - %title%,%title%)$if($or(%artist%,%title%),,%_filename%)
%_filename_ext%$loopend()
