da MayorQwert » ven gen 08, 2021 2:32 pm
No, there's no Z0 in the tags, I've processed probably 7000 files and all have this artifact. I'm personally on 5.0.0.2275.
Another issue, though this may be syntax, is that I am noticing there doesn't seem to be an effective way to enclose items within a function with parenthesis. It will register the first '(' but the function is aborted as soon as it sees a ')', which means that the ending ',)' that would ordinarily be at the function's end is left behind to always be displayed.
Here's an example:
$if(<Custom 2>,(<Custom 2>) ,)$if(<Custom 6>,<Custom 6>: ,)$if(<Custom 1>,<Custom 1> ,<Album> )(<Year>) -$if(<Title>, <Title>, <Filename>)
Custom 2 states whether a track is an arrangement, it's either blank or "Arrangement".
In this case, it's blank so it shouldn't display anything.
Expectation: Arcade: Crime City (1989) - Ending
Reality: ,)ArcadeZ0: Crime City (1989) - Ending
In this case Custom 2 is "Arrangement"
Expectation: (Arrangement) Out Run (1992) - Splash Wave
Reality: (Arrangement ,)Out Run (1992) - Splash Wave
If this is a syntax error, what would be the proper way to declare parenthesis within an expression?
No, there's no Z0 in the tags, I've processed probably 7000 files and all have this artifact. I'm personally on 5.0.0.2275.
Another issue, though this may be syntax, is that I am noticing there doesn't seem to be an effective way to enclose items within a function with parenthesis. It will register the first '(' but the function is aborted as soon as it sees a ')', which means that the ending ',)' that would ordinarily be at the function's end is left behind to always be displayed.
Here's an example:
$if(<Custom 2>,(<Custom 2>) ,)$if(<Custom 6>,<Custom 6>: ,)$if(<Custom 1>,<Custom 1> ,<Album> )(<Year>) -$if(<Title>, <Title>, <Filename>)
Custom 2 states whether a track is an arrangement, it's either blank or "Arrangement".
In this case, it's blank so it shouldn't display anything.
Expectation: Arcade: Crime City (1989) - Ending
Reality: ,)ArcadeZ0: Crime City (1989) - Ending
In this case Custom 2 is "Arrangement"
Expectation: (Arrangement) Out Run (1992) - Splash Wave
Reality: (Arrangement ,)Out Run (1992) - Splash Wave
If this is a syntax error, what would be the proper way to declare parenthesis within an expression?