[SOLVED] Error with file names

Bug reports go here.
Post Reply
lurmirari
Posts: 2
Joined: Sun Dec 15, 2024 4:41 pm

[SOLVED] Error with file names

Post by lurmirari »

Since the last update, when setting the output file name to %filename%, instead of using the input file's name, it outputs the file name as literally "%filename%", regardless of what input or output format is used (file extension is correct, though). Doesn't happen when %filename% is used as part of a longer string. Here's screenshots of both examples.

Image

Image

EDIT: on further inspection, in the second example, while the filename was correct, the first parent folder name was "%albumartist%", so it seems to be a problem with whatever the first element of the string is (and in the case of it being just one, then that's also in a way the first). Tested if adding any non-variable elements before the first variable one fixed it, (like for example "A %filename%"), but it didn't, seems to be specifically an issue with the first variable element.
admin
Site Admin
Posts: 1048
Joined: Wed Nov 17, 2010 12:56 pm

Re: Error with file names

Post by admin »

Thanks for the report. I just release an updated version - viewtopic.php?t=40
XRECODE 3 [64-bit] - 1.160 [Beta 2024-12-14/2606]
lurmirari
Posts: 2
Joined: Sun Dec 15, 2024 4:41 pm

[SOLVED] Re: Error with file names

Post by lurmirari »

All fixed, thank you!
Post Reply