Artifact with custom 'track summary' display format [#17355][#17356]
Posted: Fri Jan 08, 2021 12:13 pm
So I'm trying to implement the following format:
$if(<Custom 6>,<Custom 6>: ,)$if(<Custom 1>,<Custom 1> ,<Album> )(<Year>) -$if(<Title>, <Title>, <Filename>)
The custom format I'm using has the following elements for context:
This is for video game soundtracks, Custom 6 is the platform (e.g. "Arcade", "SNES", "PC")
Custom 1 is the Album name, this is because I have a custom formatting for Arcade music that already has the year embedded in the album name, for use in an arcade frontend that plays music but doesn't have the option to customize its preview to add the year in. I entered the album in here without the year and if it is present I use this so that I don't end up having something like "Street Fighter II (1991) (1991)" and instead have just one instance of the year.
It should display content as in these examples:
"Arcade: Dragon Saber (1990) - Jungle (Hidden Stage 4)"
"PC: Red Alert 2 (2000) - Hell March 2"
However it displays as:
"ArcadeZ0: Dragon Saber (1990) - Jungle (Hidden Stage 4)"
"PCZ0: Red Alert 2 (2000) - Hell March 2"
Any idea why the Z0 might be getting added? It's across the board for all cases of where the leading text is added. It doesn't appear if it's omitted.
$if(<Custom 6>,<Custom 6>: ,)$if(<Custom 1>,<Custom 1> ,<Album> )(<Year>) -$if(<Title>, <Title>, <Filename>)
The custom format I'm using has the following elements for context:
This is for video game soundtracks, Custom 6 is the platform (e.g. "Arcade", "SNES", "PC")
Custom 1 is the Album name, this is because I have a custom formatting for Arcade music that already has the year embedded in the album name, for use in an arcade frontend that plays music but doesn't have the option to customize its preview to add the year in. I entered the album in here without the year and if it is present I use this so that I don't end up having something like "Street Fighter II (1991) (1991)" and instead have just one instance of the year.
It should display content as in these examples:
"Arcade: Dragon Saber (1990) - Jungle (Hidden Stage 4)"
"PC: Red Alert 2 (2000) - Hell March 2"
However it displays as:
"ArcadeZ0: Dragon Saber (1990) - Jungle (Hidden Stage 4)"
"PCZ0: Red Alert 2 (2000) - Hell March 2"
Any idea why the Z0 might be getting added? It's across the board for all cases of where the leading text is added. It doesn't appear if it's omitted.