I use this script for exporting a list of files
$TITLE(C:\Users\YOUR-USER-NAME\Documents\! Mp3tag export list %_DATETIME%.txt,utf-16)$loop(%_filename%,1)>> R + E ~ >| - %TITLE% $loopend()
The outcome is and TXT file with ANSI coding
The problem I have with is that if there is a ●
sign in TITLE
, it gets replaced in the created list to ?
How do I prevent that, i.e. retain all of the ●
acuuracncies? Is it possible from the level of Mp3tag export tool to set the coding of the TXT file being created by it? Or do I have to change the default coding of my TXT files- and if yes, would it be a setting govern by the operating system [which is Windows 10] or by the software associated in it with the TXT file format [which is Notepad2]