Hello,
I don't know what I've done to revert back to my early days of using the program.
I was trying to edit the sequence below not to include track pathway size album and file size. I thought I changed but I didn't. I un/re installed the program. Edited the export configuration with the sequence that you gave me many months ago. Now I get the following file name mp3tag.cvs,txt. It will only export to notepad. What am I doing wrong?
$filename(csv,txt)Title$char(9)Artist$char(9)Album$char(9)Track$char(9)Year$char(9)Length$char(9)Size$char(9)Modified$char(9)Path$char(9)Filename$char(9)Genre$char(9)Comment$char(9)BPM$char(9)Bitrate$loop(%_filename_ext%)%title%$char(9)%artist%$char(9)%album%$char(9)%track%$char(9)%year%$char(9)%_length%$char(9)%_file_size%$char(9)%_file_mod_date%$char(9)%_folderpath%$char(9)%_filename_ext%$char(9)%genre%$char(9)%comment%$char(9)%bpm%$char(9)%_bitrate%
$loopend()