cbanack / comic-vine-scraper

An add-on script for ComicRack that lets you copy details from Comic Vine into your comic books.
244 stars 47 forks source link

Automatic Comic Matching doesn't use IGNORE_SEARCHTERM properly #413

Closed cbanack closed 9 years ago

cbanack commented 9 years ago

As initially reported here, the scraper doesn't properly use its 'ignore_searchterm' feature when searching for an automatic match based on a comic book's cover.

In other words, if a specific 'ignore_searchterm' is necessary in order for the scraper to correctly guess a comic book's series, then the automatic cover image matching algorithm will ALWAYS fail for that comic, because the 'ignore_searchterm' is not being used when searching for matching covers.

cbanack commented 9 years ago

Fixed.