I'm getting similar issues to this one with malformed xml being generated via the Write Metadata File 'DSP effect' on R16.6.
In my case, it's outputting an element under <IDTags> with start tag
Of course there is no such 'UFIDhttp' namespace prefix declared in the xml file.
Unsuprisingly, adding an xslt results in an empty file.
A 'Read Metadata File' doesn't read the file either.
I can't use ID Tag processing DSP set to delete that tag before the XML Writer step, as I don't want to change those files I'm extracting the tags from (and I don't much fancy having to make copies of such files every time I need to do this), hence I'm running Write Metadata File on the back of a Test Conversion; my goal being to perform the corresponding 'Read Metadata File' in a subsequent conversion of [tag-less] wav versions of those files to flac.
I have just upgraded to R2023-1-20, hoping that these bugs might have been fixed in the intervening years, but this malformed xml issue persists.
Please could you fix this bug and output well-formed xml, to save me from having to write my own script, or from using another tool for extracting file meta info in order to generate such xml files.
[A cheeky Enhancement Request on top: to be optionally able to include Artwork (base64-encoded, naturally) within these xml files, for when working with albums/discs/folders having a mixture of artwork across the files/tracks]
Many thanks
In my case, it's outputting an element under <IDTags> with start tag
Code:
<UFIDhttp:www.cddb.comid3taginfo1.html name="UFIDhttp://www.cddb.com/id3/taginfo1.html">
Unsuprisingly, adding an xslt results in an empty file.
A 'Read Metadata File' doesn't read the file either.
I can't use ID Tag processing DSP set to delete that tag before the XML Writer step, as I don't want to change those files I'm extracting the tags from (and I don't much fancy having to make copies of such files every time I need to do this), hence I'm running Write Metadata File on the back of a Test Conversion; my goal being to perform the corresponding 'Read Metadata File' in a subsequent conversion of [tag-less] wav versions of those files to flac.
I have just upgraded to R2023-1-20, hoping that these bugs might have been fixed in the intervening years, but this malformed xml issue persists.
Please could you fix this bug and output well-formed xml, to save me from having to write my own script, or from using another tool for extracting file meta info in order to generate such xml files.
[A cheeky Enhancement Request on top: to be optionally able to include Artwork (base64-encoded, naturally) within these xml files, for when working with albums/discs/folders having a mixture of artwork across the files/tracks]
Many thanks
Comment