I want to use Tag From Filename to write id tags and then write them to an xml file using the DSP plugin Write Metadata File, but it does not write an XML file.
using R14.3
also using CLI it does not write an XML file
command
CoreConverter.exe -infile="D:\audio\%input%" -outfile="D:\audio\1.mp3" -dspeffect1="Write metadata file=-xsltfile={qt}C:\Program Files (x86)\Illustrate\dBpoweramp\DSPs\XSLT\Tags.xsl{qt} -ext={qt}{qt}" -convert_to="[Tag From Filename]" -naming="[artist] - [title] - [album]"
is this because the DSP comes before the conversion, and why does it not write the xml without the tags ?
what am I doing wrong ?
thx
using R14.3
also using CLI it does not write an XML file
command
CoreConverter.exe -infile="D:\audio\%input%" -outfile="D:\audio\1.mp3" -dspeffect1="Write metadata file=-xsltfile={qt}C:\Program Files (x86)\Illustrate\dBpoweramp\DSPs\XSLT\Tags.xsl{qt} -ext={qt}{qt}" -convert_to="[Tag From Filename]" -naming="[artist] - [title] - [album]"
is this because the DSP comes before the conversion, and why does it not write the xml without the tags ?
what am I doing wrong ?
thx
Comment