[SOLVED] Error with file names
Posted: Sun Dec 15, 2024 4:57 pm
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.


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.


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.