XaF / TraktForVLC

Automatically trakt.tv what you're watching on VLC
300 stars 49 forks source link

Fix movies and episodes resolution for some edge cases #99

Closed XaF closed 6 years ago

XaF commented 6 years ago

Movie resolution was failing when the text search for a movie was reaching a point where the mean proximity added to the standard deviation of the proximity for the movies was over 100 (as it was compared to proximities in percent).

Episode resolution was failing when the IMDB ID is not sufficient for trakt.tv (some IMDB IDs seem to be missing) and the TV show was registered with different first air date in IMDB and TheTVDB to get the extra IDs.

This fixes those, as reported in #98.