JerloPH / HomeCinema

Organize your local collection of Movies and TV Shows
Other
17 stars 0 forks source link

CHANGE: Behaviour of 'Automatic searching' feature #14

Closed JerloPH closed 3 years ago

JerloPH commented 3 years ago

The current mechanism behind the method of automatically fetching movie information from TMDB is:

With how this works, it provides a minimal accuracy for titles which shares the exact keywords to another entirely different movie.

Because of this, I decided to change the way how it works.

Moving forward, only if the result is exactly 1 only, it will fetch information. Otherwise, it will be skipped and you'll need to manually do it by right-clicking on the entry and selecting 'Edit Information'.

I cannot guarantee 100% accuracy even after all this change, but I hope it will at least provide more accurate results.

Notes:

  1. Relevant Line of Code
JerloPH commented 3 years ago

Change released on v0.8, will close.