You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script is doing pretty basic string matching with wildcards on each side of the card's name. Should add logic to look for underscores, hyphens, and dots in place of spaces in the filename.
In other words, all these should match Birds of Paradise:
birds_of_paradise.jpg
birds-of-paradise.jpg
birds_of-paradise.jpg
The text was updated successfully, but these errors were encountered:
The script is doing pretty basic string matching with wildcards on each side of the card's name. Should add logic to look for underscores, hyphens, and dots in place of spaces in the filename.
In other words, all these should match
Birds of Paradise
:birds_of_paradise.jpg
birds-of-paradise.jpg
birds_of-paradise.jpg
The text was updated successfully, but these errors were encountered: