I have been exporting large HTML files across many different versions of MP3Tag. No changes have been made in the .MTE recently. After converting MP3Tag v 2.88a to MP3Tag v 2.89, the exported HTML no longer functions as expected. I reinstalled 2.88a and it works fine.
Looking at the generated HTML it appears that MP3Tag is handling a specific $Replace differently. The .mte that is used to build the HTML contains the following:
data-file="$replace(%_folderpath_rel%Tracks.html,\,/, ,'%'20)"
Under 2.89 the generated HTML was:
data-file="../Dean%20Martin/(Remember%20Me)%20I'm%20the%20One%20That%20Loves%20You%20(1965)Tracks.html"
while under 2.88a it was:
data-file="Dean%20Martin/(Remember%20Me)%20I'm%20the%20One%20That%20Loves%20You%20(1965)/Tracks.html"
Notice the additional ../
in the statement generated in v 2.89.
Please let me know if any additional information would be helpful.
Regards,
Mike