Open jingai opened 7 years ago
Like this
The biggest hurdle I see with this is that sets don't necessarily have to have a specific naming convention.
With the scraper I use, I generally end up with set labels like, "Harry Potter Collection," but we cannot depend on that convention because a) the user can edit the set labels to make them whatever they like, and b) different scrapers can choose whatever format they like.
The problem here is that we need to match the heard string ("harry potter") against the set name. If we don't know what to strip out of the set names, then we won't be able to match with confidence.
It would be nice to be able to say something like:
I'm pretty sure this would depend on movies being in collections, since we'd have to match "Harry Potter" as a substring for a collection of movies.