louist87 / Scrappy

Python module to rename media collections based on scrapes from thetvdb.com. CLI and GUI tools, too!
27 stars 0 forks source link

Select best candidate from scrape results #2

Closed louist87 closed 11 years ago

louist87 commented 11 years ago

Currently, the first entry is selected from the results of the TVDB scrape. Scrape.map_episode_info should select the result with the lowest difference coefficient, using the provided string comparison functions.

Note: this will involve creating a so-called "custom ui" for tvdb_api.Tvdb