I've searched the issues and discord's message, and no one seems to have mentioned this situation.
(By the way, I'm using version 0.11.3)
Example:
I have a complex metadata of "Characters" attached to a video card that represents the Characters that appear in the video, and I usually use parse to quickly place metadata of "Characters" based on the path.
But sometimes the paths may have different words, but they all point to the same character, but the synonyms don't allow me to specify multiple different strings (for parse the "character" metadata).
Solution (Maybe?):
Turn the value of the column into an array and do the original parse for each array item.
I've searched the issues and discord's message, and no one seems to have mentioned this situation. (By the way, I'm using version 0.11.3)
Example: I have a complex metadata of "Characters" attached to a video card that represents the Characters that appear in the video, and I usually use parse to quickly place metadata of "Characters" based on the path. But sometimes the paths may have different words, but they all point to the same character, but the synonyms don't allow me to specify multiple different strings (for parse the "character" metadata).
Solution (Maybe?): Turn the value of the column into an array and do the original parse for each array item.