fupdec / mediaChips

Manage your videos, add any metadata to them and play them.
https://mediachips.app
GNU General Public License v3.0
162 stars 20 forks source link

Synonyms with multiple value for parse #154

Closed bennyz327 closed 5 months ago

bennyz327 commented 9 months ago

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.

bennyz327 commented 5 months ago

Now I know I can separate synonyms by commas.