The naming property for encoder extension doesn't seem to be functioning correctly in the music converter/batch converter after updating to Reference (R2025-11-12).
This naming string, for example…
Should output something like this…
After the update it produces this…
FWIW, the naming scheme seems to function as expected when using the dynamic naming via the CD Ripper.
This naming string, for example…
Code:
[extension]\[TRIMFIRSTFOLDER][TRIMFIRSTFOLDER][TRIMFIRSTFOLDER][origpath][][][]\[origfilename]
Code:
"D:\Music\Portable Audio\m4a\Album Artist\M\Mammoth\(2025-10-24) The End\01. Mammoth – One of a Kind.m4a"
Code:
"D:\Music\Portable Audio\[extension]\Album Artist\M\Mammoth\(2025-10-24) The End\01. Mammoth – One of a Kind.m4a"
Comment